|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.StandaloneAppJspBean
public class StandaloneAppJspBean
Class of the StandaloneAppJspBean object.
Constructor Summary | |
---|---|
StandaloneAppJspBean()
|
Method Summary | |
---|---|
java.lang.String |
getContent(javax.servlet.http.HttpServletRequest request)
Returns the content of a page according to the parameters found in the http request. |
java.lang.String |
getContent(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the content of a page according to the parameters found in the http request. |
java.lang.String |
getPluginList(javax.servlet.http.HttpServletRequest request)
Display the list of plugins app installed on the instance of lutece |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandaloneAppJspBean()
Method Detail |
---|
public java.lang.String getContent(javax.servlet.http.HttpServletRequest request) throws UserNotSignedException, SiteMessageException
request
- The http request
UserNotSignedException
- The UserNotSignedException
SiteMessageException
- occurs when a site message need to be displayedpublic java.lang.String getContent(javax.servlet.http.HttpServletRequest request, int nMode) throws UserNotSignedException, SiteMessageException
request
- The http requestnMode
- The mode (normal or administration)
UserNotSignedException
- The UserNotSignedException
SiteMessageException
- occurs when a site message need to be displayedpublic java.lang.String getPluginList(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |