com.filenet.wcm.apps.server.presentation.util
Class StretchedLayout

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.ui.WcmLayout
      extended bycom.filenet.wcm.apps.server.presentation.util.StretchedLayout

public class StretchedLayout
extends com.filenet.wcm.toolkit.server.util.ui.WcmLayout


Field Summary
static java.lang.String BANNER_REGION
           
static java.lang.String BUTTONS_REGION
           
static java.lang.String FOOTER_REGION
           
static java.lang.String MIDDLE_REGION
           
static java.lang.String TOP_REGION
           
 
Fields inherited from class com.filenet.wcm.toolkit.server.util.ui.WcmLayout
regionMap
 
Constructor Summary
StretchedLayout()
           
 
Method Summary
 void render(java.io.Writer w)
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.util.ui.WcmLayout
addModule, getModuleList, renderRegion, renderRegionItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANNER_REGION

public static final java.lang.String BANNER_REGION
See Also:
Constant Field Values

TOP_REGION

public static final java.lang.String TOP_REGION
See Also:
Constant Field Values

MIDDLE_REGION

public static final java.lang.String MIDDLE_REGION
See Also:
Constant Field Values

BUTTONS_REGION

public static final java.lang.String BUTTONS_REGION
See Also:
Constant Field Values

FOOTER_REGION

public static final java.lang.String FOOTER_REGION
See Also:
Constant Field Values
Constructor Detail

StretchedLayout

public StretchedLayout()
Method Detail

render

public void render(java.io.Writer w)
            throws java.lang.Exception
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.