|
||||||||||
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.plugins.extend.modules.opengraph.web.OpengraphJspBean
public class OpengraphJspBean
JspBean of module extend Opengraph.
Field Summary | |
---|---|
static String |
MANAGE_OPENGRAPH_SOCIALHUB
Right to manage opengraph social hub |
Constructor Summary | |
---|---|
OpengraphJspBean()
|
Method Summary | |
---|---|
String |
confirmRemoveOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
Get a confirmation page to ask a user to confirm that he wants to remove a social hub |
String |
doAddOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
Do add a social hub |
String |
doModifyOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
Do modify a social hub |
String |
doRemoveOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
Remove a social hub |
fr.paris.lutece.portal.web.pluginaction.IPluginActionResult |
getAddOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
Get the page to add a social hub |
String |
getManageOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
Get the ManageOpengraphSocialHub page |
fr.paris.lutece.portal.web.pluginaction.IPluginActionResult |
getModifyOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
Get the page to modify a social hub |
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean |
---|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, populate, setFeatureIcon, setPageTitleProperty, validate, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MANAGE_OPENGRAPH_SOCIALHUB
Constructor Detail |
---|
public OpengraphJspBean()
Method Detail |
---|
public String getManageOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
request
- The request
public fr.paris.lutece.portal.web.pluginaction.IPluginActionResult getAddOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
request
- The request
public String doAddOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
request
- The request
public fr.paris.lutece.portal.web.pluginaction.IPluginActionResult getModifyOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
request
- The request
public String doModifyOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
request
- The request
public String confirmRemoveOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
request
- The request
public String doRemoveOpengraphSocialHub(javax.servlet.http.HttpServletRequest request)
request
- The request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |