Uses of Interface
org.jboss.portal.portlet.spi.UserContext

Packages that use UserContext
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.impl.spi   
org.jboss.portal.portlet.invocation   
 

Uses of UserContext in org.jboss.portal.portlet.impl.jsr168
 

Constructors in org.jboss.portal.portlet.impl.jsr168 with parameters of type UserContext
PortletRequestAttributes(SecurityContext securityContext, PortletContainer container, UserContext userContext, javax.servlet.http.HttpServletRequestWrapper wreq)
           
 

Uses of UserContext in org.jboss.portal.portlet.impl.jsr168.api
 

Fields in org.jboss.portal.portlet.impl.jsr168.api declared as UserContext
protected  UserContext PortletRequestImpl.userContext
          .
 

Uses of UserContext in org.jboss.portal.portlet.impl.spi
 

Classes in org.jboss.portal.portlet.impl.spi that implement UserContext
 class AbstractUserContext
           
 

Uses of UserContext in org.jboss.portal.portlet.invocation
 

Fields in org.jboss.portal.portlet.invocation declared as UserContext
protected  UserContext PortletInvocation.userContext
          The user context.
 

Methods in org.jboss.portal.portlet.invocation that return UserContext
 UserContext PortletInvocation.getUserContext()
           
 

Methods in org.jboss.portal.portlet.invocation with parameters of type UserContext
 void PortletInvocation.setUserContext(UserContext userContext)
           
 



Copyright © 2008. All Rights Reserved.