|
||||||||||
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.apps.server.ui.wizard.WcmSecurityWizardPage
The WcmSecurityWizardPage module displays the security for document, folder, and/or stored search objects in a wizard page for adding a new document/folder or checking in a document.
WcmSecurityInfoPage
Field Summary | |
protected boolean |
bInited
|
protected int |
mode
|
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmSecurityWizardPage(int mode)
Creates a new WcmSecurityWizardPage object for the wizard page navigation and initializes its mode to one of the static int values defined by the WcmWizardPageInterface. |
Method Summary | |
WcmSecurityInfoPage |
getSecurityInfoPage()
Accessor method to return the WcmSecurityInfoPage object. |
java.util.Iterator |
getValidationErrors()
|
void |
initialize()
Initializes the WcmSecurityWizardPage Module. |
boolean |
isFinished()
Returns true to indicate the WcmSecurityWizardPage is ready to be flushed back to the repository. |
void |
panelCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method forwards the Cancel event to the WcmSecurityInfoPage for further handling. |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method forwards the Finish event to the WcmSecurityInfoPage for further handling. |
void |
panelInit()
This initalizes the WcmSecurityWizardPage and the WcmSecurityInfoPage. |
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Interface method not use by the WcmSecurityWizardPage module. |
boolean |
panelValidate()
Called on a page to check any entered data to confirm that everything is valid. |
void |
render(java.io.Writer w)
Renders the WcmSecurityWizardPage module using XSLT and sent back to the client as the HTML user interface. |
void |
setSecurityInfoPage(WcmSecurityInfoPage newSecurityUi)
Accessor method to set the WcmSecurityInfoPage object. |
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 |
onStartPage, 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.WcmUiModuleInterface |
onStartPage |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Field Detail |
protected boolean bInited
protected int mode
Constructor Detail |
public WcmSecurityWizardPage(int mode) throws java.lang.Exception
mode
- int specifying the operation mode.Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
java.lang.Exception
- All errors.public void panelInit() throws java.lang.Exception
panelInit
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
java.lang.Exception
- All errors.WcmSecurityInfoPage
public void panelCancel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelCancel
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
request
- The Java™Server Pages (JSP) request object.response
- The JSP response object.
java.lang.Exception
- All errors.WcmSecurityInfoPage
public boolean panelValidate() throws java.lang.Exception
panelValidate
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
java.lang.Exception
public java.util.Iterator getValidationErrors()
getValidationErrors
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
public void panelSave(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelSave
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
request
- The JSP request object.response
- The JSP response object.
java.lang.Exception
- All errors.public void panelFinish(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelFinish
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
request
- The JSP request object.response
- The JSP response object.
java.lang.Exception
- All errors.WcmSecurityInfoPage
public void render(java.io.Writer w) throws java.lang.Exception
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
w
- Writer object to write the output to.
java.lang.Exception
- All errors.WcmSecurityInfoPage
public boolean isFinished()
isFinished
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
public WcmSecurityInfoPage getSecurityInfoPage()
public void setSecurityInfoPage(WcmSecurityInfoPage newSecurityUi)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |