nl.gx.webmanager.services.wrapper
Interface WrapperDefinition

All Known Implementing Classes:
WrapperDefinitionImpl

public interface WrapperDefinition

Wraps classes that maps classes on interfaces and/or jcr node types.

Author:
arjans

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.
 

Method Detail

getFactory

java.lang.String getFactory()
Returns the fully qualified classname of the factory from which instances of the class can be retrieved. If there is no factory then null is returned.

Returns:
null or the fully qualified classname of the factory class

getImplementation

java.lang.String getImplementation()
Returns null or the fully qualified classname of the implementation class.

Returns:
null or the fully qualified classname of the implementation class

getInterfaces

java.lang.String[] getInterfaces()
Returns null or an array of fully qualified classnames of the interfaces.

Returns:
null or an array of fully qualified classnames of the interfaces

getNodeType

java.lang.String getNodeType()
Returns null or the fully qualified nodetype name.

Returns:
null or the fully qualified nodetype name

getContentType

java.lang.String getContentType()
Returns the content type assosiated with the implementation class

Returns:
the content type assosiated with the implementation class


Copyright © 2007-2011 GX Software BV. All Rights Reserved.