com.filenet.wcm.apps.server.ui.info
Class WcmGeneralPropsInfoPage
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.WcmGeneralPropsInfoPage
- 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 WcmGeneralPropsInfoPage
- extends com.filenet.wcm.toolkit.server.ui.WcmXSLModule
- implements com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
WcmGeneralPropsInfoPage shows the System Properties for an object.
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
transformUtil |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
NAME_DELIMITER |
Method Summary |
void |
cleanup()
|
java.lang.String |
getFormName()
Returns form name |
void |
initialize()
|
boolean |
isApplyButtonRequired()
Implement, and return "true" if you want the WcmInfo container to
show an "Apply" button. |
boolean |
isModified()
|
void |
onCollapse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle Collapse on expanded object property |
void |
onExpand(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle Expand on object Property |
void |
onGetInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Redirect to get info on the selected object |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sets XSL Parameters. |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
convertToNodeList, getXML, getXSLParameter, render, 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, 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, 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, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
WcmGeneralPropsInfoPage
public WcmGeneralPropsInfoPage()
initialize
public void initialize()
throws java.lang.Exception
- Specified by:
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
- Throws:
java.lang.Exception
onStartPage
public void onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Sets XSL Parameters.
- 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 were problems retrieving data.
onGetInfo
public void onGetInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Redirect to get info on the selected object
- Parameters:
request
- The request Objectresponse
- The response Object
- Throws:
java.lang.Exception
onCollapse
public void onCollapse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Handle Collapse on expanded object property
- Parameters:
request
- The request Objectresponse
- The response Object
- Throws:
java.lang.Exception
onExpand
public void onExpand(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Handle Expand on object Property
- Parameters:
request
- The request Objectresponse
- The response Object
- Throws:
java.lang.Exception
getFormName
public java.lang.String getFormName()
- Returns form name
- Specified by:
getFormName
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
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
cleanup
public void cleanup()
throws java.lang.Exception
- Specified by:
cleanup
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
- Throws:
java.lang.Exception
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.