|
||||||||||
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.portlet.PortletJspBean
fr.paris.lutece.plugins.jsr168.web.portlet.Jsr168PortletJspBean
public class Jsr168PortletJspBean
This class provides the user interface to manage Jsr 168 Portlet features
Field Summary | |
---|---|
static java.lang.String |
RIGHT_MANAGE_ADMIN_SITE
|
Fields inherited from class fr.paris.lutece.portal.web.portlet.PortletJspBean |
---|
PARAMETER_PAGE_ID, PARAMETER_PORTLET_ID, PARAMETER_PORTLET_TYPE_ID |
Constructor Summary | |
---|---|
Jsr168PortletJspBean()
Creates a new Jsr168PortletJspBean object. |
Method Summary | |
---|---|
java.lang.String |
doCreate(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new jsr 168 portlet |
java.lang.String |
doModify(javax.servlet.http.HttpServletRequest request)
Processes the update form of the jsr 168 portlet whose identifier is in the http request |
java.lang.String |
getCreate(javax.servlet.http.HttpServletRequest request)
Returns the Jsr 168 Portlet form of creation |
java.lang.String |
getModify(javax.servlet.http.HttpServletRequest request)
Returns the Jsr 168 Portlet form for update |
java.lang.String |
getPropertiesPrefix()
Returns the properties prefix used for jsr168 portlet and defined in lutece.properties file |
boolean |
realiseAction(javax.servlet.http.HttpServletRequest request)
Call LuteceToPlutoConnector method targeted by the request: action
or render |
Methods inherited from class fr.paris.lutece.portal.web.portlet.PortletJspBean |
---|
getCreateTemplate, getCreateTemplate, getModifyTemplate, getModifyTemplate, getPageUrl, setPortletCommonData |
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean |
---|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, 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_MANAGE_ADMIN_SITE
Constructor Detail |
---|
public Jsr168PortletJspBean()
Method Detail |
---|
public java.lang.String getPropertiesPrefix()
public java.lang.String getCreate(javax.servlet.http.HttpServletRequest request)
getCreate
in class fr.paris.lutece.portal.web.portlet.PortletJspBean
request
- The current Http request
public java.lang.String getModify(javax.servlet.http.HttpServletRequest request)
getModify
in class fr.paris.lutece.portal.web.portlet.PortletJspBean
request
- The current Http request
public java.lang.String doCreate(javax.servlet.http.HttpServletRequest request)
doCreate
in class fr.paris.lutece.portal.web.portlet.PortletJspBean
request
- The current Http request
public java.lang.String doModify(javax.servlet.http.HttpServletRequest request)
doModify
in class fr.paris.lutece.portal.web.portlet.PortletJspBean
request
- The current Http request
public boolean realiseAction(javax.servlet.http.HttpServletRequest request)
LuteceToPlutoConnector
method targeted by the request: action
or render
request
- The current Http request
true
no redirect to send,
false
for a send redirect required (for action
request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |