com.filenet.wcm.apps.server.ui.info
Class WcmQueuePropsInfoPage
java.lang.Object
com.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.base.GlobalEventModule
com.filenet.wcm.toolkit.server.base.WcmUiModule
com.filenet.wcm.toolkit.server.ui.WcmXSLModule
com.filenet.wcm.apps.server.ui.info.WcmQueuePropsInfoPage
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmPanelInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface, com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
- public class WcmQueuePropsInfoPage
- extends com.filenet.wcm.toolkit.server.ui.WcmXSLModule
- implements com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
Displays the general properties of a queue item. Typically these items come from the
Users Inbox queue, Milestone tracker queue, or the customer queues in the Public Queues list.
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
transformUtil |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Method Summary |
void |
initialize()
Initializes the class data and the XSL parameters for the associated XSL file. |
boolean |
isApplyButtonRequired()
Implement, and return "true" if you want the WcmInfo container to
show an "Apply" button. |
boolean |
isModified()
|
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Makes calls to the data provider to gather data required for rendering. |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
render(java.io.Writer w)
Renders the class data. |
void |
setRenderInstructions(boolean bRender)
Sets the render instructions value. |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
convertToNodeList, getXML, getXSLParameter, renderXSL, setXML, setXML, setXML, setXML, setXSL, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmUiModule |
getActive, getBasePath, getBaseUrl, getBaseURLBuilder, getControllerEventUrl, getControllerEventUrl, getEventFormFields, getEventFormFields, getEventFormTag, getEventFormTag, getEventUrl, getEventUrl, getEventUrl, getEventUrl, getFormName, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive, setJSP |
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule |
subscribeGlobalEvent |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
addChild, addChild, addChild, cleanup, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer |
addDataProvider, addDataProvider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
WcmQueuePropsInfoPage
public WcmQueuePropsInfoPage()
throws java.lang.Exception
- Constructor
- Throws:
java.lang.Exception
initialize
public void initialize()
throws java.lang.Exception
- Initializes the class data and the XSL parameters for the associated XSL file.
- Specified by:
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
- Throws:
java.lang.Exception
- If there are problems.
onStartPage
public void onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Makes calls to the data provider to gather data required for rendering.
- Specified by:
onStartPage
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- Parameters:
request
- HttpServletRequest is the Java™Server Pages (JSP) request object.response
- HttpServletResponse is the JSP response object.
- Throws:
java.lang.Exception
- If there are problems retrieving data.
render
public void render(java.io.Writer w)
throws java.lang.Exception
- Renders the class data.
- Specified by:
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- Parameters:
w
- Writer for writing to the response object.
- Throws:
java.lang.Exception
- If there are problems.
setRenderInstructions
public void setRenderInstructions(boolean bRender)
- Sets the render instructions value. If the value is set to false, the set elements
instructions will not be rendered.
- Parameters:
bRender
- boolean for specifying whether the instructions should be rendered.
panelSave
public void panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Specified by:
panelSave
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
- Throws:
java.lang.Exception
panelFinish
public void panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Specified by:
panelFinish
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
- Throws:
java.lang.Exception
isModified
public boolean isModified()
throws java.lang.Exception
- Specified by:
isModified
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
- Throws:
java.lang.Exception
isApplyButtonRequired
public boolean isApplyButtonRequired()
throws java.lang.Exception
- Implement, and return "true" if you want the WcmInfo container to
show an "Apply" button. When Apply is pressed by the user, the UI
module will get a call to wizardFinish.
- Specified by:
isApplyButtonRequired
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
- Throws:
java.lang.Exception
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.