|
||||||||||
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
com.filenet.wcm.apps.server.ui.wizard.WcmEntryDesignerSecurityWizardPage
Field Summary | |
protected int |
nMode
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsDisplay
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsHideMsg
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsShowMsg
|
Fields inherited from class com.filenet.wcm.apps.server.ui.wizard.WcmSecurityWizardPage |
bInited, mode |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmEntryDesignerSecurityWizardPage()
Constructor calls base class constructor, then creates the required pages. |
|
WcmEntryDesignerSecurityWizardPage(int nMode)
Constructor calls base class constructor, then creates the required pages. |
Method Summary | |
void |
cleanup()
Clean up |
WcmEditPage |
getEditPage()
Get accessor returns WcmEditPage |
java.lang.String |
getFormName()
Returns the form name to allow external links to submit it. |
org.w3c.dom.NodeList |
getPermissions()
|
java.util.Iterator |
getValidationErrors()
|
void |
initialize()
Initializes data providers, XSL parameters, the authoring state, and other state values. |
boolean |
isFinished()
Returns true to indicate the WcmSecurityWizardPage is ready to be flushed back to the repository. |
void |
onSelect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Select event handler. |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initialize the Classes |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Normally not called directly since this page should never show the Finish button. |
void |
panelInit()
This initalizes the WcmSecurityWizardPage and the WcmSecurityInfoPage. |
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Overwrites the panel save method to prevent saving security policy id to xml by the security info page. |
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 class data. |
Methods inherited from class com.filenet.wcm.apps.server.ui.wizard.WcmSecurityWizardPage |
getSecurityInfoPage, panelCancel, setSecurityInfoPage |
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 |
protected com.filenet.wcm.toolkit.util.WcmString wsDisplay
protected com.filenet.wcm.toolkit.util.WcmString wsHideMsg
protected com.filenet.wcm.toolkit.util.WcmString wsShowMsg
protected int nMode
Constructor Detail |
public WcmEntryDesignerSecurityWizardPage(int nMode) throws java.lang.Exception
public WcmEntryDesignerSecurityWizardPage() throws 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 WcmSecurityWizardPage
java.lang.Exception
- All errors.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
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void onSelect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public void render(java.io.Writer w) throws java.lang.Exception
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
render
in class WcmSecurityWizardPage
w
- Writer for writing to the response object.
java.lang.Exception
- If there are problems.WcmSecurityInfoPage
public WcmEditPage getEditPage() throws java.lang.Exception
java.lang.Exception
public void panelInit() throws java.lang.Exception
panelInit
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
panelInit
in class WcmSecurityWizardPage
java.lang.Exception
- All errors.WcmSecurityInfoPage
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
panelFinish
in class WcmSecurityWizardPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
- All errors.WcmSecurityInfoPage
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
panelSave
in class WcmSecurityWizardPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
- All errors.public boolean isFinished()
isFinished
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
isFinished
in class WcmSecurityWizardPage
public java.lang.String getFormName()
getFormName
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
public org.w3c.dom.NodeList getPermissions() throws java.lang.Exception
java.lang.Exception
public boolean panelValidate() throws java.lang.Exception
panelValidate
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
panelValidate
in class WcmSecurityWizardPage
java.lang.Exception
public java.util.Iterator getValidationErrors()
getValidationErrors
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
getValidationErrors
in class WcmSecurityWizardPage
public void cleanup() throws java.lang.Exception
cleanup
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |