|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.services.wrapper.WrapperDefinitionImpl
public class WrapperDefinitionImpl
Implementation class for a wrapper definition. A wrapper definition combines related implementation, node type, optional interface(s) and optional factory classes.
| Constructor Summary | |
|---|---|
WrapperDefinitionImpl(java.lang.String factory,
java.lang.String implementation,
java.lang.String[] interfaces,
java.lang.String nodeType,
java.lang.String contentType)
Constructor for a WrapperDefinitionImpl object instance based on a factory, fully qualified name of an implementation class, an arry of integers and a fully qualified name of a jcr nodetype. |
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Returns the content type assosiated with the implementation class |
java.lang.String |
getFactory()
Returns the fully qualified classname of the factory from which instances of the class can be retrieved. |
java.lang.String |
getImplementation()
Returns null or the fully qualified classname of the implementation class. |
java.lang.String[] |
getInterfaces()
Returns null or an array of fully qualified classnames of the interfaces. |
java.lang.String |
getNodeType()
Returns null or the fully qualified nodetype name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrapperDefinitionImpl(java.lang.String factory,
java.lang.String implementation,
java.lang.String[] interfaces,
java.lang.String nodeType,
java.lang.String contentType)
factory - Fully qualified classname of the factory from which
instances of the implementation class can be retrievedimplementation - Fully qualified classname of an implementation classinterfaces - Array of fully qualified classnames of interfacesnodeType - Fully qualified nodetype name| Method Detail |
|---|
public java.lang.String getFactory()
WrapperDefinition
getFactory in interface WrapperDefinitionpublic java.lang.String getImplementation()
WrapperDefinition
getImplementation in interface WrapperDefinitionpublic java.lang.String[] getInterfaces()
WrapperDefinition
getInterfaces in interface WrapperDefinitionpublic java.lang.String getNodeType()
WrapperDefinition
getNodeType in interface WrapperDefinitionpublic java.lang.String getContentType()
WrapperDefinition
getContentType in interface WrapperDefinition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||