Uses of Class
org.exoplatform.services.portletcontainer.pci.model.UserAttribute

Packages that use UserAttribute
org.exoplatform.services.portletcontainer.pci   
org.exoplatform.services.portletcontainer.pci.model   
org.exoplatform.services.portletcontainer.plugins.pc   
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp   
 

Uses of UserAttribute in org.exoplatform.services.portletcontainer.pci
 

Methods in org.exoplatform.services.portletcontainer.pci that return types with arguments of type UserAttribute
 List<UserAttribute> PortletData.getUserAttributes()
           
 

Uses of UserAttribute in org.exoplatform.services.portletcontainer.pci.model
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return UserAttribute
static UserAttribute XMLParser.readUserAttribute(org.exoplatform.commons.xml.ExoXPPParser xpp)
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return types with arguments of type UserAttribute
 List<UserAttribute> PortletApp.getUserAttribute()
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model with parameters of type UserAttribute
 void PortletApp.addUserAttribute(UserAttribute att)
           
 

Uses of UserAttribute in org.exoplatform.services.portletcontainer.plugins.pc
 

Fields in org.exoplatform.services.portletcontainer.plugins.pc with type parameters of type UserAttribute
protected  List<UserAttribute> PortletDataImp.userAttributes
          User attributes.
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc that return types with arguments of type UserAttribute
 List<UserAttribute> PortletDataImp.getUserAttributes()
          Overridden method.
 

Constructor parameters in org.exoplatform.services.portletcontainer.plugins.pc with type arguments of type UserAttribute
PortletDataImp(org.exoplatform.container.ExoContainer cont, Portlet portlet, UserDataConstraint userDataConstraintType, List<UserAttribute> userAttributes, boolean localPortlet)
           
 

Uses of UserAttribute in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp that return types with arguments of type UserAttribute
 List<UserAttribute> RequestContext.getUserAttributes()
           
 

Constructor parameters in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp with type arguments of type UserAttribute
PortletConfigImp(Portlet portletDatas, javax.portlet.PortletContext portletContext, List<SecurityConstraint> securityContraints, List<UserAttribute> userAttributes, List<CustomPortletMode> customPortletModes, List<CustomWindowState> customWindowStates, String defaultNamespace)
           
RequestContext(javax.servlet.http.HttpServletRequest httpServletRequest, javax.portlet.PortalContext portalContext, javax.portlet.PortletContext portletContext, PortletSessionImp session, Input input, PortletWindowInternal portletWindowInternal, List<SecurityConstraint> securityContraints, List<UserAttribute> userAttributes, List<CustomPortletMode> customPortletModes, List<CustomWindowState> customWindowStates, Collection<String> roles, Collection<String> supportedContents)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.