|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
public abstract class AdminFeaturesPageJspBean
Provides generic methods for jspBeans
Constructor Summary | |
---|---|
AdminFeaturesPageJspBean()
|
Method Summary | |
---|---|
java.lang.String |
getAdminPage(java.lang.String strContent)
Get the admin page from a content data |
java.lang.String |
getFeatureIcon()
Returns the feature icon Url |
java.lang.String |
getHomeUrl(javax.servlet.http.HttpServletRequest request)
Returns the feature home Url |
java.util.Locale |
getLocale()
Returns the Locale |
java.lang.String |
getPageTitle()
Get the page title |
AdminUser |
getUser()
Returns the AdminUser |
void |
init(javax.servlet.http.HttpServletRequest request,
java.lang.String strRight)
Initialize the jspbean data Allows to set the feature url and feature title associated |
void |
setFeatureIcon(java.lang.String strFeatureIcon)
Sets the feature icon url |
void |
setPageTitleProperty(java.lang.String strPageTitleKey)
Set the page title property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminFeaturesPageJspBean()
Method Detail |
---|
public void init(javax.servlet.http.HttpServletRequest request, java.lang.String strRight) throws AccessDeniedException
request
- the HTTP request
AccessDeniedException
- Access denied exceptionpublic void setPageTitleProperty(java.lang.String strPageTitleKey)
strPageTitleKey
- The page title propertypublic java.lang.String getPageTitle()
public java.util.Locale getLocale()
public AdminUser getUser()
public java.lang.String getHomeUrl(javax.servlet.http.HttpServletRequest request)
public java.lang.String getFeatureIcon()
public void setFeatureIcon(java.lang.String strFeatureIcon)
strFeatureIcon
- the feature icon urlpublic java.lang.String getAdminPage(java.lang.String strContent)
strContent
- the data to load in the admin page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |