|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes methods that can be overridden in a sub-class of WcmController to customize its behavior.
Method Summary | |
void |
configureDataProviders()
Deprecated. Implementation must instantiate and register any global data providers. |
void |
configureHeaderModule()
Deprecated. Implementation must instantiate and register a UI module that implements WcmHeaderModuleInterface. |
void |
configurePage(javax.servlet.ServletContext applicationValue,
javax.servlet.http.HttpServletRequest request,
boolean windowIdRequired)
Deprecated. Customize the base configurePage behavior (optional). |
java.lang.String |
getBootstrapPage()
Deprecated. Return the name of the bootstrap page to go to if bootstrap is required. |
WcmConfigurationInterface |
getConfiguration()
Deprecated. Factory method. |
java.lang.String |
getConfiguredHome()
Deprecated. Return the configured home page. |
java.lang.String |
getDefaultPage()
Deprecated. Return the name of the default page. |
java.lang.String |
getErrorPage()
Deprecated. Return the name of the error page. |
WcmHeaderModuleInterface |
getHeaderModule()
Deprecated. Gets the registered header module, if defined. |
java.util.Vector |
getRouters()
Deprecated. Implement this method to provide a list of the Process Engine routers that your application will be using - in the format "host:port". |
java.lang.String |
getSignInPage()
Deprecated. Return the name of the sign in page. |
WcmSignInPolicyInterface |
getSignInPolicy()
Deprecated. Factory method. |
WcmSystem |
getSystemInfo()
Deprecated. Factory method. |
WcmUserInformationInterface |
getUserInfo()
Deprecated. Return the singleton instance of WcmUserInformationInterface if it is currently defined in the session. |
void |
initializeStaticClasses()
Deprecated. Implement this method if you have any required static class initialization that requires access to context objects such as ServletContext (application). |
boolean |
isBootstrapRequired()
Deprecated. Return true if the bootstrap file needs to be initially configured. |
boolean |
isControllerEvent(java.lang.String eventName)
Deprecated. Return true if the named event is a valid controller event (optional). |
boolean |
isPreControllerEvent(java.lang.String eventName)
Deprecated. Return true if the named event is a valid "pre" controller event (optional). |
boolean |
isStickyPage(java.lang.String pageName)
Deprecated. Return true if the specified page is sticky. |
boolean |
isValidHome(java.lang.String pageName)
Deprecated. Return true if the specified page is a valid home page. |
void |
setLocale(java.util.Locale locale)
Deprecated. Forward the client locale to any objects that require it. |
Method Detail |
public void configurePage(javax.servlet.ServletContext applicationValue, javax.servlet.http.HttpServletRequest request, boolean windowIdRequired) throws java.lang.Exception
request
- The current HttpServletRequest.windowIdRequired
- Specifies if this is intended to be a pop-up window.
java.lang.Exception
public void configureHeaderModule() throws java.lang.Exception
java.lang.Exception
public void configureDataProviders() throws java.lang.Exception
java.lang.Exception
public WcmHeaderModuleInterface getHeaderModule()
public java.lang.String getBootstrapPage()
public java.lang.String getConfiguredHome() throws java.lang.Exception
java.lang.Exception
public java.lang.String getDefaultPage() throws java.lang.Exception
java.lang.Exception
public java.lang.String getErrorPage() throws java.lang.Exception
java.lang.Exception
public java.lang.String getSignInPage()
public java.util.Vector getRouters() throws java.lang.Exception
java.lang.Exception
public void initializeStaticClasses() throws java.lang.Exception
java.lang.Exception
public boolean isBootstrapRequired()
public boolean isControllerEvent(java.lang.String eventName)
eventName
- The name of the event.public boolean isPreControllerEvent(java.lang.String eventName)
eventName
- The name of the event.public boolean isValidHome(java.lang.String pageName) throws java.lang.Exception
pageName
- The name of the page.
java.lang.Exception
public boolean isStickyPage(java.lang.String pageName)
pageName
- The name of the page.public void setLocale(java.util.Locale locale) throws java.lang.Exception
locale
- The client locale.
java.lang.Exception
public WcmConfigurationInterface getConfiguration() throws java.lang.Exception
java.lang.Exception
public WcmSignInPolicyInterface getSignInPolicy() throws java.lang.Exception
java.lang.Exception
public WcmUserInformationInterface getUserInfo() throws java.lang.Exception
java.lang.Exception
public WcmSystem getSystemInfo() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |