org.apache.jetspeed.modules.layouts
Class JetspeedLayout

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Layout
          extended byorg.apache.jetspeed.modules.layouts.JetspeedLayout

Deprecated. This layout is not used anymore in Jetspeed

public class JetspeedLayout
extends org.apache.turbine.modules.Layout

Legacy jetspeed Layout used when handling ECS-only content. You should not use it if you want to use Velocity or JSPs.

Version:
$Id: JetspeedLayout.java,v 1.14 2005/03/21 18:21:36 sgala Exp $
Author:
Kevin A. Burton, Raphaël Lute

Field Summary
static java.lang.String BOTTOM
          Deprecated.  
static java.lang.String TOP
          Deprecated.  
static org.apache.ecs.Doctype WML_DOCTYPE
          Deprecated. The Doctype of WML
 
Constructor Summary
JetspeedLayout()
          Deprecated.  
 
Method Summary
 void doBuild(org.apache.turbine.util.RunData data)
          Deprecated.  
 
Methods inherited from class org.apache.turbine.modules.Layout
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOP

public static final java.lang.String TOP
Deprecated. 

BOTTOM

public static final java.lang.String BOTTOM
Deprecated. 

WML_DOCTYPE

public static final org.apache.ecs.Doctype WML_DOCTYPE
Deprecated. 
The Doctype of WML

Constructor Detail

JetspeedLayout

public JetspeedLayout()
Deprecated. 
Method Detail

doBuild

public void doBuild(org.apache.turbine.util.RunData data)
             throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.