org.jboss.portal.common.invocation.resolver
Class PrincipalAttributeResolver

java.lang.Object
  extended by org.jboss.portal.common.invocation.resolver.AbstractSessionAttributeResolver
      extended by org.jboss.portal.common.invocation.resolver.PrincipalAttributeResolver
All Implemented Interfaces:
AttributeResolver

public class PrincipalAttributeResolver
extends AbstractSessionAttributeResolver

Version:
$Revision: 7228 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.common.invocation.resolver.AbstractSessionAttributeResolver
req
 
Constructor Summary
PrincipalAttributeResolver(HttpServletRequest req)
           
 
Method Summary
protected  java.lang.String getMapKey()
           
 
Methods inherited from class org.jboss.portal.common.invocation.resolver.AbstractSessionAttributeResolver
createMap, getAttribute, getKeys, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalAttributeResolver

public PrincipalAttributeResolver(HttpServletRequest req)
Method Detail

getMapKey

protected java.lang.String getMapKey()
Specified by:
getMapKey in class AbstractSessionAttributeResolver