|
||||||||||
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
fr.paris.lutece.portal.web.system.SystemJspBean
public class SystemJspBean
This class provides the user interface to manage system features ( manage logs, view system files, ... ).
Field Summary | |
---|---|
static java.lang.String |
JSP_MANAGE_PROPERTIES
|
static java.lang.String |
RIGHT_LOGS_VISUALISATION
|
static java.lang.String |
RIGHT_PROPERTIES_MANAGEMENT
|
Constructor Summary | |
---|---|
SystemJspBean()
|
Method Summary | |
---|---|
static java.lang.String |
doModifyProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
Process the change form of the webmaster.properties |
java.lang.String |
getFileView(javax.servlet.http.HttpServletRequest request)
Returns a FileView page |
java.lang.String |
getManageFilesSystem(javax.servlet.http.HttpServletRequest request)
Returns ViewLogs page |
java.lang.String |
getManageFilesSystemDir(javax.servlet.http.HttpServletRequest request)
Get directory list |
java.lang.String |
getManageProperties()
Returns the page to manage webmaster.properties |
java.lang.String |
getModifyProperties(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about the webmaster.properties |
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean |
---|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, populate, setFeatureIcon, setPageTitleProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RIGHT_PROPERTIES_MANAGEMENT
public static final java.lang.String RIGHT_LOGS_VISUALISATION
public static final java.lang.String JSP_MANAGE_PROPERTIES
Constructor Detail |
---|
public SystemJspBean()
Method Detail |
---|
public java.lang.String getManageFilesSystem(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request.
public java.lang.String getManageFilesSystemDir(javax.servlet.http.HttpServletRequest request)
request
- The request
public java.lang.String getFileView(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request.
public java.lang.String getManageProperties()
public java.lang.String getModifyProperties(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public static java.lang.String doModifyProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context)
request
- The Http requestcontext
- The context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |