|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.6.0) E10686-07 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.adf.share.el.ADFContextVariableResolverImpl
public class ADFContextVariableResolverImpl
A variable resolver that may be used against the ADFContext. This variable resolver may be used when other variable resolvers like the FacesContext variable resolver and the PageContext variable resolver are not available.
This variable resolver should not be seen as a replacement for the JSP/JSF variable resolvers. Those variable resolvers should be used whenever they are available in the container.
The ADFContextVariableResolverImpl does define an extended implicit object set for ADF. The following ADF implicit objects are supported:
securityContext -- Resolves to the current SecurityContext
.
Equivalent to invoking:
ADFContext.getCurrent().getSecurityContext()
If you wish to use the ADF variable resolver with one of the JSP or JSF variable resolvers then you may pass the JSP/JSF variable resolver instantiate one of the resolvers that decorate this resolver.
Constructor Summary | |
---|---|
ADFContextVariableResolverImpl()
|
|
ADFContextVariableResolverImpl(boolean resolveImplicit)
|
Method Summary | |
---|---|
java.lang.Object |
resolveVariable(java.lang.Object ctx,
java.lang.String name)
|
java.lang.Object |
resolveVariable(java.lang.String name)
|
void |
setResolveImplicit(boolean resolveImplicit)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ADFContextVariableResolverImpl()
public ADFContextVariableResolverImpl(boolean resolveImplicit)
Method Detail |
---|
public void setResolveImplicit(boolean resolveImplicit)
public java.lang.Object resolveVariable(java.lang.String name) throws javax.servlet.jsp.el.ELException
resolveVariable
in interface javax.servlet.jsp.el.VariableResolver
javax.servlet.jsp.el.ELException
public java.lang.Object resolveVariable(java.lang.Object ctx, java.lang.String name)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.6.0) E10686-07 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |