com.filenet.wcm.apps.server.ui.info.prefs
Class PrefBootstrapInfoPage
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.apps.server.ui.info.prefs.PrefBootstrapInfoPage
- 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 PrefBootstrapInfoPage
- extends com.filenet.wcm.toolkit.server.base.WcmUiModule
- implements com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
Site Preferences Bootstrap page used in WcmBoostrap.jsp and WcmSitePreferences.jsp
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Method Summary |
java.lang.String |
getFormName()
|
void |
initialize()
|
boolean |
isApplyButtonRequired()
|
boolean |
isModified()
|
void |
onAddGrantee(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onAddGranteePopup(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onRemoveGrantee(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSetPassword(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Set Guest password. |
void |
onSetPasswordPopup(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invokes set password popup. |
void |
onSwitchAccessType(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
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)
|
void |
setShowAllFields(boolean on)
Show or don't show hidden fields. |
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 |
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 |
PrefBootstrapInfoPage
public PrefBootstrapInfoPage()
initialize
public void initialize()
throws java.lang.Exception
- Specified by:
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
- Throws:
java.lang.Exception
onSetPasswordPopup
public void onSetPasswordPopup(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Invokes set password popup.
- Parameters:
request
- response
-
- Throws:
java.lang.Exception
onSetPassword
public void onSetPassword(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Set Guest password.
- Parameters:
request
- response
-
- Throws:
java.lang.Exception
onRemoveGrantee
public void onRemoveGrantee(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
onAddGrantee
public void onAddGrantee(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
onSwitchAccessType
public void onSwitchAccessType(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
render
public void render(java.io.Writer w)
throws java.lang.Exception
- Specified by:
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- Throws:
java.lang.Exception
setShowAllFields
public void setShowAllFields(boolean on)
- Show or don't show hidden fields. Default is to show the hidden fields.
- Parameters:
on
- boolean if true, show the all fields; if false, don't show the all fields.
getFormName
public java.lang.String getFormName()
- Specified by:
getFormName
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onAddGranteePopup
public void onAddGranteePopup(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
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()
- Specified by:
isModified
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
isApplyButtonRequired
public boolean isApplyButtonRequired()
- Specified by:
isApplyButtonRequired
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.