com.filenet.wcm.apps.server.ui.info.prefs
Class PrefPortalPageInfo
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.PrefPortalPageInfo
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class PrefPortalPageInfo
- extends com.filenet.wcm.toolkit.server.base.WcmUiModule
Site Preferences Author Page info page.
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Method Summary |
void |
cleanup()
|
java.lang.String |
getFormName()
|
void |
initialize()
|
boolean |
isApplyButtonRequired()
|
boolean |
isModified()
|
void |
onAccept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onAddRoles(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onAddSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onClose(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Exit page |
void |
onDesign(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Save portlet settings. |
void |
onRemoveRole(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
render(java.io.Writer w)
|
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, 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, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
PrefPortalPageInfo
public PrefPortalPageInfo()
throws java.lang.Exception
initialize
public void initialize()
throws java.lang.Exception
- Throws:
java.lang.Exception
cleanup
public void cleanup()
throws java.lang.Exception
- Throws:
java.lang.Exception
onDesign
public void onDesign(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Save portlet settings. If any required fields are missing raise the error
- Parameters:
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the JSP response object.
- Throws:
java.lang.Exception
- If there are problems retrieving data.
onAddRoles
public void onAddRoles(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
onRemoveRole
public void onRemoveRole(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
onAddSecurity
public void onAddSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
onClose
public void onClose(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Exit page
- Parameters:
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the JSP response object.
- Throws:
java.lang.Exception
- If there are problems retrieving data.
onAccept
public void onAccept(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
- Throws:
java.lang.Exception
getFormName
public java.lang.String getFormName()
isModified
public boolean isModified()
isApplyButtonRequired
public boolean isApplyButtonRequired()
throws java.lang.Exception
- Throws:
java.lang.Exception
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.