com.filenet.wcm.apps.server.util
Class PrintViewLayout

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

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

The PrintViewLayout class extends WcmLayout is the layout class used in all for the printview. The purpose of this class is to provide a standard layout for all printview modules.


Field Summary
static java.lang.String BANNER_REGION
           
static java.lang.String TOP_REGION
           
 
Fields inherited from class com.filenet.wcm.toolkit.server.util.ui.WcmLayout
regionMap
 
Constructor Summary
PrintViewLayout()
           
 
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
Constructor Detail

PrintViewLayout

public PrintViewLayout()
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.