|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.WcmPropertiesInfoPage
com.filenet.wcm.apps.server.ui.info.webcontent.WebContentPropertiesInfoPage
This class handles output of properties in a number of different scenarios. It works in conjunction with WcmPropertiesInfoPage.xsl and the properties xml returned from the Authoring Data Provider or, in some cases, the xml created here for new objects. This class makes great use of WcmPropertiesUtil.
WcmPropertiesUtil
Nested Class Summary |
Nested classes inherited from class com.filenet.wcm.apps.server.ui.info.WcmPropertiesInfoPage |
WcmPropertiesInfoPage.OVPReader |
Field Summary | |
static java.lang.String |
WCM_PROPDESCS_KEY_PREFIX
|
Fields inherited from class com.filenet.wcm.apps.server.ui.info.WcmPropertiesInfoPage |
adp, aState, classLabel, controller, exceptions, isInfoPage, nType, propCacheKey, rootClassId, showCompoundDocument |
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 |
Constructor Summary | |
protected |
WebContentPropertiesInfoPage()
protected Constructor sets the default type, the name and creates the WcmPropertiesUtil object. |
|
WebContentPropertiesInfoPage(int type)
Constructor sets the Property type to one of the static int values defined above. |
Method Summary | |
void |
cleanup()
Cleanup module properties |
java.util.List |
getExceptions()
|
org.w3c.dom.Document |
getPropertiesXML()
Overrides the getPropertiesXML method to properly load the web content property descriptions xml. |
void |
initialize()
Initializes data providers, XSL parameters, the authoring state, and other state values. |
void |
onSelectCategories(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the select categories event triggered by the user selecting the Categories link. |
void |
onSetCategories(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the Set Categories event triggered by the user selecting one or more categories from the select categories page. |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Set XSL parameters and other setup before showing the property page. |
void |
onSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the Set Categories event triggered by the user selecting one or more categories from the select categories page. |
boolean |
panelValidate()
Called on a page to check any entered data to confirm that everything is valid. |
Methods inherited from class com.filenet.wcm.apps.server.ui.info.WcmPropertiesInfoPage |
getClassName, getFormName, getOutputXML, getShowCompoundDocument, getValidationErrors, initializePropertiesWithCommandXml, isApplyButtonRequired, isModified, onAddChild, onChangePage, onCollapse, onExpand, onGetInfo, onSelectObject, onSetClass, onSetObject, onShowChildren, onSystemProperties, onUpdateChild, pageValidate, panelFinish, panelInitClientProperties, panelSave, removeSingleProperty, render, reset, setFormName, setReadOnly, setRootClass, setSelectedClass, showCompoundDocument, showSelectClassLink, showSingleProperty, transformXML |
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, 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 |
Field Detail |
public static final java.lang.String WCM_PROPDESCS_KEY_PREFIX
Constructor Detail |
protected WebContentPropertiesInfoPage() throws java.lang.Exception
java.lang.Exception
public WebContentPropertiesInfoPage(int type) throws java.lang.Exception
type
- One of the defined int field types.
java.lang.Exception
Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
initialize
in class WcmPropertiesInfoPage
java.lang.Exception
public void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onStartPage
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onStartPage
in class WcmPropertiesInfoPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void onSelectCategories(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void onSetCategories(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void onSubmit(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onSubmit
in class WcmPropertiesInfoPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public boolean panelValidate() throws java.lang.Exception
panelValidate
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
panelValidate
in class WcmPropertiesInfoPage
java.lang.Exception
public java.util.List getExceptions()
getExceptions
in class WcmPropertiesInfoPage
public void cleanup() throws java.lang.Exception
cleanup
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
cleanup
in class WcmPropertiesInfoPage
java.lang.Exception
public org.w3c.dom.Document getPropertiesXML() throws java.lang.Exception
getPropertiesXML
in class WcmPropertiesInfoPage
java.lang.Exception
for detail.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |