|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
protected static class ExecutionContexts.DelegatingExecutionEnvironment
| Constructor Summary | |
|---|---|
ExecutionContexts.DelegatingExecutionEnvironment(ExecutionContext delegate,
NamespaceRegistry newRegistry,
PropertyFactory newPropertyFactory,
NameFactory newNameFactory,
PathFactory newPathFactory)
|
|
ExecutionContexts.DelegatingExecutionEnvironment(ExecutionContext delegate,
NamespaceRegistry newRegistry,
PropertyFactory newPropertyFactory,
ValueFactories newValueFactories)
|
|
| Method Summary | |
|---|---|
AccessControlContext |
getAccessControlContext()
|
ClassLoader |
getClassLoader(String... classpath)
|
protected ExecutionContext |
getDelegate()
|
org.jboss.dna.common.util.Logger |
getLogger(Class<?> clazz)
Return a logger associated with this context. |
org.jboss.dna.common.util.Logger |
getLogger(String name)
Return a logger associated with this context. |
LoginContext |
getLoginContext()
|
NamespaceRegistry |
getNamespaceRegistry()
Get the namespace registry for this context. |
PropertyFactory |
getPropertyFactory()
Get the factory for creating Property objects. |
Subject |
getSubject()
Get the JAAS subject for which this context was created. |
ValueFactories |
getValueFactories()
Get the factories that should be used to create values for properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionContexts.DelegatingExecutionEnvironment(ExecutionContext delegate,
NamespaceRegistry newRegistry,
PropertyFactory newPropertyFactory,
ValueFactories newValueFactories)
public ExecutionContexts.DelegatingExecutionEnvironment(ExecutionContext delegate,
NamespaceRegistry newRegistry,
PropertyFactory newPropertyFactory,
NameFactory newNameFactory,
PathFactory newPathFactory)
| Method Detail |
|---|
public ClassLoader getClassLoader(String... classpath)
getClassLoader in interface org.jboss.dna.common.component.ClassLoaderFactoryClassLoaderFactory.getClassLoader(java.lang.String[])public AccessControlContext getAccessControlContext()
getAccessControlContext in interface ExecutionContextnullExecutionContext.getAccessControlContext()public LoginContext getLoginContext()
getLoginContext in interface ExecutionContextnullExecutionContext.getLoginContext()public NamespaceRegistry getNamespaceRegistry()
getNamespaceRegistry in interface ExecutionContextExecutionContext.getNamespaceRegistry()public PropertyFactory getPropertyFactory()
Property objects.
getPropertyFactory in interface ExecutionContextExecutionContext.getPropertyFactory()public ValueFactories getValueFactories()
properties.
getValueFactories in interface ExecutionContextExecutionContext.getValueFactories()public Subject getSubject()
getSubject in interface ExecutionContextExecutionContext.getSubject()public org.jboss.dna.common.util.Logger getLogger(Class<?> clazz)
obtain a system logger.
getLogger in interface ExecutionContextclazz - the class that is doing the logging
clazz; never nullExecutionContext.getLogger(java.lang.Class)public org.jboss.dna.common.util.Logger getLogger(String name)
obtain a system logger.
getLogger in interface ExecutionContextname - the name for the logger
clazz; never nullExecutionContext.getLogger(java.lang.String)protected ExecutionContext getDelegate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||