org.granite.tide.seam
Class ScopedContextResult
java.lang.Object
org.granite.tide.invocation.ContextResult
org.granite.tide.seam.ScopedContextResult
- All Implemented Interfaces:
- Serializable, Expression
public class ScopedContextResult
- extends ContextResult
- Author:
- William DRAI
- See Also:
- Serialized Form
| Methods inherited from class org.granite.tide.invocation.ContextResult |
equals, getComponentClass, getComponentClassName, getComponentName, getExpression, getPath, hashCode, matches, setComponentClassName, setComponentName, setExpression, toString |
ScopedContextResult
public ScopedContextResult()
ScopedContextResult
public ScopedContextResult(String componentName,
String expression,
ScopeType scope,
Boolean restrict)
getScope
public ScopeType getScope()
getRestrict
public Boolean getRestrict()
- Overrides:
getRestrict in class ContextResult