org.granite.tide.seam
Class ScopedContextResult

java.lang.Object
  extended by org.granite.tide.invocation.ContextResult
      extended by org.granite.tide.seam.ScopedContextResult
All Implemented Interfaces:
Serializable

public class ScopedContextResult
extends org.granite.tide.invocation.ContextResult

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
ScopedContextResult()
           
ScopedContextResult(String componentName, String expression, ScopeType scope, Boolean restrict)
           
 
Method Summary
 Boolean getRestrict()
           
 ScopeType getScope()
           
 
Methods inherited from class org.granite.tide.invocation.ContextResult
equals, getComponentClass, getComponentClassName, getComponentName, getExpression, hashCode, setComponentClassName, setComponentName, setExpression, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopedContextResult

public ScopedContextResult()

ScopedContextResult

public ScopedContextResult(String componentName,
                           String expression,
                           ScopeType scope,
                           Boolean restrict)
Method Detail

getScope

public ScopeType getScope()

getRestrict

public Boolean getRestrict()
Overrides:
getRestrict in class org.granite.tide.invocation.ContextResult