public interface IProjectCustomizationConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOMIZER_ATTRIBUTE_CONFIGURATION
Project customizer configuration attribute name.
|
static String |
CUSTOMIZER_ID
Project customizer identifier.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildRestorableURL()
get URL to replay once redirection is done
|
String |
getCMSPath()
Get current CMS path.
|
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
Get HTTP servlet request.
|
javax.servlet.http.HttpServletResponse |
getHttpServletResponse()
Get HTTP servlet response.
|
org.jboss.portal.core.model.portal.Page |
getPage()
Get current page.
|
String |
getThemeName()
Get theme name.
|
String |
getWebId()
Get current web identifier.
|
boolean |
isAdministrator()
Get administrator indicator.
|
boolean |
isBeforeInvocation()
Check if customization occurs before invocation.
|
void |
setRedirectionURL(String redirectionURL)
Set portal redirection URL.
|
static final String CUSTOMIZER_ID
static final String CUSTOMIZER_ATTRIBUTE_CONFIGURATION
String getCMSPath()
String getWebId()
org.jboss.portal.core.model.portal.Page getPage()
boolean isBeforeInvocation()
javax.servlet.http.HttpServletRequest getHttpServletRequest()
javax.servlet.http.HttpServletResponse getHttpServletResponse()
String getThemeName()
boolean isAdministrator()
void setRedirectionURL(String redirectionURL)
redirectionURL - redirection URLString buildRestorableURL()
redirectionURL - redirection URLCopyright © 2021. All rights reserved.