Uses of Class
org.jboss.portal.common.invocation.Scope

Packages that use Scope
org.jboss.portal.common.invocation   
 

Uses of Scope in org.jboss.portal.common.invocation
 

Fields in org.jboss.portal.common.invocation declared as Scope
static Scope Scope.INVOCATION_SCOPE
          Invocation scope.
static Scope Scope.PRINCIPAL_SCOPE
          Principal scope.
static Scope Scope.REQUEST_SCOPE
          Request scope.
static Scope Scope.SESSION_SCOPE
          Session scope.
static Scope Scope.THREAD_SCOPE
          Thread scope.
 

Methods in org.jboss.portal.common.invocation with parameters of type Scope
protected  void AbstractInvocationContext.addResolver(Scope resolverScope, AttributeResolver resolver)
           
protected  void AbstractInvocationContext.addResolver(Scope resolverScope, InvocationContext federatedContext)
           
 java.lang.Object AbstractInvocationContext.getAttribute(Scope attrScope, java.lang.Object attrKey)
           
 java.lang.Object InvocationContext.getAttribute(Scope attrScope, java.lang.Object attrKey)
          Returns an attribute value.
 java.lang.Object Invocation.getAttribute(Scope attrScope, java.lang.Object attrKey)
           
 AttributeResolver AbstractInvocationContext.getAttributeResolver(Scope attrScope)
           
 AttributeResolver InvocationContext.getAttributeResolver(Scope attrScope)
          Return the attribute resolver of this context.
 void AbstractInvocationContext.removeAttribute(Scope attrScope, java.lang.Object attrKey)
           
 void InvocationContext.removeAttribute(Scope attrScope, java.lang.Object attrKey)
          Remove an attribute value.
 void Invocation.removeAttribute(Scope attrScope, java.lang.Object attrKey)
           
 void AbstractInvocationContext.setAttribute(Scope attrScope, java.lang.Object attrKey, java.lang.Object attrValue)
           
 void InvocationContext.setAttribute(Scope attrScope, java.lang.Object attrKey, java.lang.Object attrValue)
          Update an attribute value.
 void Invocation.setAttribute(Scope attrScope, java.lang.Object attrKey, java.lang.Object attrValue)
           
 



Copyright © 2008. All Rights Reserved.