public class LinkFragmentModule
extends fr.toutatice.portail.cms.nuxeo.api.fragment.FragmentModule
FragmentModule| Modifier and Type | Field and Description |
|---|---|
static String |
CSS_CLASSES_WINDOW_PROPERTY
CSS classes window property name.
|
static String |
ID
Link fragment identifier.
|
static String |
NAME_WINDOW_PROPERTY
Link name window property name.
|
static String |
NUXEO_LINK_WINDOW_PROPERTY
Nuxeo link indicator window property name.
|
static String |
TARGET_PATH_WINDOW_PROPERTY
Link target path window property name.
|
| Constructor and Description |
|---|
LinkFragmentModule(javax.portlet.PortletContext portletContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doAdmin(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) |
void |
doView(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) |
String |
getAdminJSPName() |
String |
getViewJSPName() |
boolean |
isDisplayedInAdmin() |
void |
processAction(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) |
doAdmin, doView, getBundleFactory, processAction, serveResource, serveResourcegetClassLoader, getNuxeoCustomizer, getNuxeoService, getPortletContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String ID
public static final String NAME_WINDOW_PROPERTY
public static final String TARGET_PATH_WINDOW_PROPERTY
public static final String NUXEO_LINK_WINDOW_PROPERTY
public static final String CSS_CLASSES_WINDOW_PROPERTY
public LinkFragmentModule(javax.portlet.PortletContext portletContext)
portletContext - portlet contextpublic void doView(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
throws javax.portlet.PortletException
doView in interface fr.toutatice.portail.cms.nuxeo.api.portlet.IPortletModuledoView in class fr.toutatice.portail.cms.nuxeo.api.portlet.PortletModulejavax.portlet.PortletExceptionpublic void doAdmin(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
throws javax.portlet.PortletException
doAdmin in interface fr.toutatice.portail.cms.nuxeo.api.portlet.IPortletModuledoAdmin in class fr.toutatice.portail.cms.nuxeo.api.portlet.PortletModulejavax.portlet.PortletExceptionpublic void processAction(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
throws javax.portlet.PortletException
processAction in interface fr.toutatice.portail.cms.nuxeo.api.portlet.IPortletModuleprocessAction in class fr.toutatice.portail.cms.nuxeo.api.portlet.PortletModulejavax.portlet.PortletExceptionpublic boolean isDisplayedInAdmin()
isDisplayedInAdmin in interface fr.toutatice.portail.cms.nuxeo.api.fragment.IFragmentModuleisDisplayedInAdmin in class fr.toutatice.portail.cms.nuxeo.api.fragment.FragmentModulepublic String getViewJSPName()
getViewJSPName in interface fr.toutatice.portail.cms.nuxeo.api.fragment.IFragmentModulegetViewJSPName in class fr.toutatice.portail.cms.nuxeo.api.fragment.FragmentModulepublic String getAdminJSPName()
getAdminJSPName in interface fr.toutatice.portail.cms.nuxeo.api.fragment.IFragmentModulegetAdminJSPName in class fr.toutatice.portail.cms.nuxeo.api.fragment.FragmentModuleCopyright © 2023. All rights reserved.