Uses of Class
com.jalios.jcms.portlet.PortalElement
-
Packages that use PortalElement Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JPlatform.com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean.com.jalios.jcms.jportal com.jalios.jcms.jportal.application com.jalios.jcms.policy com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.uicomponent.autocomplete com.jalios.jcms.uicomponent.topbar -
-
Uses of PortalElement in com.jalios.jcms
Methods in com.jalios.jcms that return types with arguments of type PortalElement Modifier and Type Method Description protected java.util.HashSet<PortalElement>
QueryManager. getQueryPortalElementSet(QueryHandler qh)
Compute aHashSet
ofPortalElement
including all portal ands its children from the "portalIds" value of the given QueryHandler.Methods in com.jalios.jcms with parameters of type PortalElement Modifier and Type Method Description java.lang.String
TemplatePolicyManager. getInnerClasses(PortalElement portlet)
java.lang.String
TemplatePolicyManager. getInnerStyles(PortalElement portlet)
java.lang.String
TemplatePolicyManager. getOutterClasses(PortalElement portlet)
java.lang.String
TemplatePolicyManager. getOutterStyles(PortalElement portlet)
Method parameters in com.jalios.jcms with type arguments of type PortalElement Modifier and Type Method Description java.lang.String[]
TemplatePolicyManager. getConditionLabels(java.lang.String[] labels, java.lang.Class<? extends PortalElement> portlet, java.lang.String userLang)
java.lang.String[]
TemplatePolicyManager. getConditionValues(java.lang.String[] values, java.lang.Class<? extends PortalElement> portlet)
-
Uses of PortalElement in com.jalios.jcms.caddy
Fields in com.jalios.jcms.caddy declared as PortalElement Modifier and Type Field Description protected PortalElement
PublicationCaddyContext. child
Methods in com.jalios.jcms.caddy that return PortalElement Modifier and Type Method Description PortalElement
PublicationCaddyHandler. getAvailableChild()
-
Uses of PortalElement in com.jalios.jcms.context
Methods in com.jalios.jcms.context that return PortalElement Modifier and Type Method Description PortalElement
JcmsJspContext. getPortlet()
-
Uses of PortalElement in com.jalios.jcms.jportal
Subclasses of PortalElement in com.jalios.jcms.jportal Modifier and Type Class Description class
AbstractJPortal
Fields in com.jalios.jcms.jportal declared as PortalElement Modifier and Type Field Description protected PortalElement
JPortalEditPortletUIHandler. editedPortlet
Methods in com.jalios.jcms.jportal that return PortalElement Modifier and Type Method Description PortalElement
AbstractJPortal. duplicate(WizardContext context, boolean deep)
PortalElement
JPortalEditPortletUIHandler. getAvailableEditedPortlet()
Methods in com.jalios.jcms.jportal that return types with arguments of type PortalElement Modifier and Type Method Description java.util.Set<java.lang.Class<? extends PortalElement>>
JPortalAddPorletHandler. getPortalElementTypes()
java.util.Set<PortalElement>
JPortalPolicyManager. getPortalPortletSet(java.util.Set<PortalElement> portletSet, AbstractJPortal jportal)
java.util.Set<PortalElement>
JPortalAddPorletHandler. getPortletSet()
java.util.Set<PortalElement>
JPortalManager. getPortletSet(AbstractJPortal jportal, java.lang.Class selectedPortletType, java.lang.String search, java.lang.String userLang)
Methods in com.jalios.jcms.jportal with parameters of type PortalElement Modifier and Type Method Description static ControllerStatus
JPortalUtils. updateJPortletUIMapping(AbstractJPortal jportal, PortalElement portalElement, java.util.Map<java.lang.String,java.lang.String> cssMap, Member member)
Method parameters in com.jalios.jcms.jportal with type arguments of type PortalElement Modifier and Type Method Description java.util.Set<PortalElement>
JPortalPolicyManager. getPortalPortletSet(java.util.Set<PortalElement> portletSet, AbstractJPortal jportal)
-
Uses of PortalElement in com.jalios.jcms.jportal.application
Method parameters in com.jalios.jcms.jportal.application with type arguments of type PortalElement Modifier and Type Method Description boolean
JPortalApplicationManager. excludePortlet(java.lang.Class<? extends PortalElement> itClazz)
-
Uses of PortalElement in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy that return types with arguments of type PortalElement Modifier and Type Method Description java.util.Set<PortalElement>
JPortalPolicyFilter. getPortalPortletSet(java.util.Set<PortalElement> portletSet, AbstractJPortal jportal)
Methods in com.jalios.jcms.policy with parameters of type PortalElement Modifier and Type Method Description java.lang.String
BasicTemplatePolicyFilter. getInnerClasses(PortalElement portlet)
java.lang.String
TemplatePolicyFilter. getInnerClasses(PortalElement portlet)
Hook called by PortalManager to add more classes for the given PortalElement's insidejava.lang.String
BasicTemplatePolicyFilter. getInnerStyles(PortalElement portlet)
java.lang.String
TemplatePolicyFilter. getInnerStyles(PortalElement portlet)
Hook called by PortalManager to add more styles for the given PortalElement's insidejava.lang.String
BasicTemplatePolicyFilter. getOutterClasses(PortalElement portlet)
java.lang.String
TemplatePolicyFilter. getOutterClasses(PortalElement portlet)
Hook called by PortalManager to add more classes for the given PortalElement's outsidejava.lang.String
BasicTemplatePolicyFilter. getOutterStyles(PortalElement portlet)
java.lang.String
TemplatePolicyFilter. getOutterStyles(PortalElement portlet)
Hook called by PortalManager to add more styles for the given PortalElement's outsideMethod parameters in com.jalios.jcms.policy with type arguments of type PortalElement Modifier and Type Method Description java.lang.String[]
BasicTemplatePolicyFilter. getConditionLabels(java.lang.String[] labels, java.lang.Class<? extends PortalElement> portlet, java.lang.String userLang)
java.lang.String[]
TemplatePolicyFilter. getConditionLabels(java.lang.String[] labels, java.lang.Class<? extends PortalElement> clazz, java.lang.String userLang)
Hook called by doEditCommonPortlet to update labels to Condition's combo boxjava.lang.String[]
BasicTemplatePolicyFilter. getConditionValues(java.lang.String[] values, java.lang.Class<? extends PortalElement> portlet)
java.lang.String[]
TemplatePolicyFilter. getConditionValues(java.lang.String[] values, java.lang.Class<? extends PortalElement> clazz)
Hook called by doEditCommonPortlet to update values to Condition's combo boxjava.util.Set<PortalElement>
JPortalPolicyFilter. getPortalPortletSet(java.util.Set<PortalElement> portletSet, AbstractJPortal jportal)
-
Uses of PortalElement in com.jalios.jcms.portlet
Subclasses of PortalElement in com.jalios.jcms.portlet Modifier and Type Class Description class
AbstractPortalJspCollection
class
Portal
An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Childclass
PortalRedirect
An abstract Portal representation with fields to implements.class
Portlet
An abstract Portlet representation with fields to implement.class
PortletCollection
An abstract PortletCollection representation with fields to implements - PortalElement[] -> Childrenclass
PortletParent
An abstract PortletParent representation with fields to implements - Publication -> Childrenclass
PortletSkinable
An abstract Portlet representation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSSFields in com.jalios.jcms.portlet declared as PortalElement Modifier and Type Field Description protected PortalElement[]
AbstractPortalJspCollection. cachedChildren
protected PortalElement[]
PortletCollection. cachedChildren
Methods in com.jalios.jcms.portlet that return PortalElement Modifier and Type Method Description PortalElement
PortalElement. duplicate(Member author)
Duplicate a PortalElement using one of its default constructor, and create it in the store.PortalElement
PortalElement. duplicate(WizardContext context, boolean deep)
Performs a deep duplicate.PortalElement
PortalElement. duplicate(java.lang.String prefix, Member author)
Duplicates a PortalElement and add a Prefix to the title.PortalElement
PortalElement. duplicate(java.lang.String prefix, Member author, boolean deep)
Performs a deep duplicate.PortalElement
PortalElement. duplicate(java.lang.String prefix, Member author, boolean deep, Workspace wkspc, java.util.Map catMap, java.util.Map groupMap)
Deprecated.Used insteadduplicate(WizardContext, boolean)
abstract PortalElement
EditPortalHandler. getAvailableChild()
abstract PortalElement
EditPortletParentHandler. getAvailableChild()
abstract PortalElement[]
EditPortletCollectionHandler. getAvailableChildren()
abstract PortalElement
EditPortalRedirectHandler. getAvailableDispPortal()
abstract PortalElement
EditPortletHandler. getAvailableOriginalPortlet()
abstract PortalElement
EditPortalRedirectHandler. getAvailableRedirectPortlet()
PortalElement
AbstractPortalJspCollection. getChild(java.lang.String bindName)
Returns the first PortalElement matching the given bindingPortalElement
Parent. getChild()
PortalElement
PortletCollection. getChild(java.lang.String bindName)
Returns the first PortalElement matching the given bindingabstract PortalElement[]
AbstractPortalJspCollection. getChildren()
PortalElement[]
AbstractPortalJspCollection. getChildren(java.lang.String[] bindNames)
Returns a List of PortalElement matching the given bindingabstract PortalElement[]
PortletCollection. getChildren()
PortalElement[]
PortletCollection. getChildren(java.lang.String[] bindNames)
Returns a List of PortalElement matching the given bindingabstract PortalElement
PortalRedirect. getDispPortal()
abstract PortalElement
PortalRedirect. getRedirectPortlet()
Methods in com.jalios.jcms.portlet that return types with arguments of type PortalElement Modifier and Type Method Description java.util.Collection<PortalElement>
PortalElement. getAllTreeChildren()
Retrieve a new collection containing all PortalElement children of this PortalElementjava.util.List<PortalElement>
AbstractPortalJspCollection. getChildrenList(java.lang.String bindName)
Returns a List of PortalElement matching the given bindingjava.util.List<PortalElement>
PortletCollection. getChildrenList(java.lang.String bindName)
Returns a List of PortalElement matching the given bindingMethods in com.jalios.jcms.portlet with parameters of type PortalElement Modifier and Type Method Description protected java.lang.String
AJAXPortalManager. checkPortlet(PortalElement elm, Member loggedMember, java.lang.String userLang)
Common utility method to check argumentsprotected static boolean
PortalManager. containsAction(javax.servlet.http.HttpServletRequest request, PortalElement portlet)
Looking for an action in the HttpRequeststatic boolean
PortalManager. disableCache(javax.servlet.http.HttpServletRequest request, PortalElement portlet, Member loggedMember)
Return true if the portlet should disable its cache Remove the cache parameter only if its the portlet itself that ask for a refresh (not one of it's parent)protected void
AbstractPortalJspCollection. duplicateDeep(WizardContext context, PortalElement parent)
protected void
Portal. duplicateDeep(WizardContext context, PortalElement parent)
protected void
PortalElement. duplicateDeep(PortalElement parent, java.lang.String prefix, Member author, Workspace wkspc, java.util.Map catMap, java.util.Map groupMap)
Deprecated.Used insteadduplicateDeep(WizardContext, PortalElement)
protected void
PortalElement. duplicateDeep(WizardContext context, PortalElement parent)
Performs a deep duplicate of the PortalElement in a WizardContext.protected void
PortletCollection. duplicateDeep(WizardContext context, PortalElement parent)
protected void
PortletParent. duplicateDeep(WizardContext context, PortalElement parent)
static java.lang.String
PortalManager. getActionParam(PortalElement portlet, java.lang.String action)
Return the parameter for an action of a Portletstatic java.lang.String
PortalManager. getAjaxPortalUrl(PortalElement portlet)
Deprecated.use #getAjaxPortalUrl()java.lang.String
AbstractPortalJspCollection. getBinding(PortalElement portlet)
Returns Label associated to given PortalElement or null if it has not been declaredjava.lang.String
PortletCollection. getBinding(PortalElement portlet)
Returns Label associated to given PortalElement or null if it has not been declaredstatic java.lang.String
PortalManager. getCacheParam(PortalElement portlet)
Return the parameter for a cache of a Portletstatic java.lang.String
PortalManager. getInnerClasses(PortalElement portlet)
This method return classes to apply on the given portlet's inside.static java.lang.String
PortalManager. getInnerStyles(PortalElement portlet)
This method return style to apply on the given portlet's inside.static java.lang.String
PortalManager. getOutterClasses(PortalElement portlet)
This method return classes to apply on the given portlet's outside.static java.lang.String
PortalManager. getOutterStyles(PortalElement portlet)
This method return style to apply on the given portlet's outside.static boolean
PortalManager. hasFullDisplay(PortalElement portlet, Member loggedMember)
Checks if there is a full display anywhere inside the specified PortalElement (including the specified portlet itself).static boolean
PortalManager. isPreview(javax.servlet.http.HttpServletRequest request, PortalElement portlet)
Return true if the portlet is in preview modeprotected void
AbstractPortalJspCollection. performChildrenBindings(PortalElement[] children, java.lang.String[] bindings)
Update the Children BindingMap.protected void
PortletCollection. performChildrenBindings(PortalElement[] children, java.lang.String[] bindings)
Update the Children BindingMap.static void
PortalManager. printPortletException(javax.servlet.jsp.JspWriter out, java.lang.Throwable ex, PortalElement portlet, org.apache.log4j.Logger portletLogger)
Print the specified exception as a warning log message (if logger is specified) and to JSP output (if developement mode is enabled).static java.lang.String
PortalManager. receiveAction(javax.servlet.http.HttpServletRequest request, PortalElement portlet, java.lang.String action)
Return a Message set for this Portlet by sendAction()static boolean
PortalManager. refreshCache(javax.servlet.http.HttpServletRequest request, PortalElement portlet, Member loggedMember)
Return true if the portlet should refresh its cache Remove the cache parameter only if its the portlet itself that ask for a refresh (not one of it's parent)static java.lang.String
PortalManager. removeAction(javax.servlet.http.HttpServletRequest request, PortalElement portlet, java.lang.String action)
Remove an action from the session.static java.lang.String
PortalManager. sendAction(javax.servlet.http.HttpServletRequest request, PortalElement portlet, java.lang.String action, java.lang.String message)
Return a well formated a URL with a parameter to do an Action for the portletvoid
Parent. setChild(PortalElement p)
abstract void
AbstractPortalJspCollection. setChildren(PortalElement[] p)
abstract void
PortletCollection. setChildren(PortalElement[] p)
abstract void
PortalRedirect. setDispPortal(PortalElement v)
static void
PortalManager. setPreview(javax.servlet.http.HttpServletRequest request, PortalElement portlet, boolean isPreview)
Sets the portlet preview modeabstract void
PortalRedirect. setRedirectPortlet(PortalElement v)
protected static boolean
PortalManager. updateFullDisplay(javax.servlet.http.HttpServletRequest request, PortalElement portlet, Member loggedMember)
Looking for a FullDisplay PortletMethod parameters in com.jalios.jcms.portlet with type arguments of type PortalElement Modifier and Type Method Description static void
PortalManager. processActions(javax.servlet.http.HttpServletRequest request, java.util.List<PortalElement> portlets, Member loggedMember, java.util.List<java.lang.String> actions, java.util.List<java.lang.String> messages, java.util.List<java.lang.String> fullParams)
Constructors in com.jalios.jcms.portlet with parameters of type PortalElement Constructor Description AbstractPortalJspCollection(PortalElement other)
Portal(PortalElement other)
PortalElement(PortalElement other)
Portlet(PortalElement other)
PortletCollection(PortalElement other)
-
Uses of PortalElement in com.jalios.jcms.uicomponent.autocomplete
Methods in com.jalios.jcms.uicomponent.autocomplete that return PortalElement Modifier and Type Method Description PortalElement
AbstractSearchAutocompleteHandler. getPortletSearch()
Methods in com.jalios.jcms.uicomponent.autocomplete with parameters of type PortalElement Modifier and Type Method Description void
AbstractSearchAutocompleteHandler. setPortletSearch(PortalElement portletSearch)
-
Uses of PortalElement in com.jalios.jcms.uicomponent.topbar
Methods in com.jalios.jcms.uicomponent.topbar that return PortalElement Modifier and Type Method Description PortalElement
TopbarHandler. getTopbarPortlet()
-