|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.slide.util.NamespaceConfigUtil
Static methods to aid in accessing a NamespaceConfig
| Method Summary | |
static Content |
getContentImplementation(Namespace namespace)
Returns a new instance of the Content implementation for the given Namespace. |
static Content |
getContentImplementation(Namespace namespace,
Security security,
Structure structure,
Lock lock)
Returns a new instance of the Content implementation for the given Namespace. |
static Lock |
getLockImplementation(Namespace namespace)
Returns a new instance of the Lock implementation for the given Namespace. |
static Lock |
getLockImplementation(Namespace namespace,
Security security)
Returns a new instance of the Lock implementation for the given Namespace. |
static Macro |
getMacroImplementation(Namespace namespace)
Returns a new instance of the Macro implementation for the given Namespace. |
static Macro |
getMacroImplementation(Namespace namespace,
Security security,
Content content,
Structure structure,
Lock lock)
Returns a new instance of the Macro implementation for the given Namespace. |
static Search |
getSearchImplementation(Namespace namespace)
Returns a new instance of the Search implementation for the given Namespace. |
static Search |
getSearchImplementation(Namespace namespace,
Structure structure,
Content content)
Returns a new instance of the Search implementation for the given Namespace. |
static Security |
getSecurityImplementation(Namespace namespace)
Returns a new instance of the Security implementation for the given Namespace. |
static Structure |
getStructureImplementation(Namespace namespace)
Returns a new instance of the Structure implementation for the given Namespace. |
static Structure |
getStructureImplementation(Namespace namespace,
Security security,
Lock lock)
Returns a new instance of the Structure implementation for the given Namespace. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Security getSecurityImplementation(Namespace namespace)
Security implementation for the given Namespace.
namespace - the Namespace to interogate
Security implementation for the namespacepublic static Lock getLockImplementation(Namespace namespace)
Lock implementation for the given Namespace.
namespace - the Namespace to interogate
Lock implementation for the namespace
public static Lock getLockImplementation(Namespace namespace,
Security security)
Lock implementation for the given Namespace.
namespace - the Namespace to interogatesecurity - the Security implementation used to initialize the Lock
Lock implementation for the namespacepublic static Structure getStructureImplementation(Namespace namespace)
Structure implementation for the given Namespace.
namespace - the Namespace to interogate
Structure implementation for the namespace
public static Structure getStructureImplementation(Namespace namespace,
Security security,
Lock lock)
Structure implementation for the given Namespace.
namespace - the Namespace to interogatesecurity - the Security implementation used to initialize the Structurelock - the Lock implementation used to initialize the Structure
Structure implementation for the namespacepublic static Content getContentImplementation(Namespace namespace)
Content implementation for the given Namespace.
namespace - the Namespace to interogate
Content implementation for the namespace
public static Content getContentImplementation(Namespace namespace,
Security security,
Structure structure,
Lock lock)
Content implementation for the given Namespace.
namespace - the Namespace to interogatesecurity - the Security implementation used to initialize the Contentstructure - the Structure implementation used to initialize the Contentlock - the Lock implementation used to initialize the Content
Content implementation for the namespacepublic static Search getSearchImplementation(Namespace namespace)
Search implementation for the given Namespace.
namespace - the Namespace to interogate
Search implementation for the namespace
public static Search getSearchImplementation(Namespace namespace,
Structure structure,
Content content)
Search implementation for the given Namespace.
namespace - the Namespace to interogatestructure - the Structure implementation used to initialize the Searchcontent - the Content implementation used to initialize the Search
Search implementation for the namespacepublic static Macro getMacroImplementation(Namespace namespace)
Macro implementation for the given Namespace.
namespace - the Namespace to interogate
Macro implementation for the namespace
public static Macro getMacroImplementation(Namespace namespace,
Security security,
Content content,
Structure structure,
Lock lock)
Macro implementation for the given Namespace.
namespace - the Namespace to interogatesecurity - the Security implementation used to initialize the Macrocontent - the Content implementation used to initialize the Macrostructure - the Structure implementation used to initialize the Macrolock - the Lock implementation used to initialize the Macro
Macro implementation for the namespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||