org.salespointframework.core
Interface ResourceManager.ResourceModule

All Known Implementing Classes:
ResourceManager.ResourceModuleGIF, ResourceManager.ResourceModulePNG
Enclosing class:
ResourceManager

public static interface ResourceManager.ResourceModule

Interface for a resource module.


Method Summary
 java.lang.String getExtension()
          Returns the file extension of the resource, e.g.
 java.lang.String getPath()
          Returns the path relative to the current resource path.
 java.lang.String getTypeName()
          Returns the type name of the module.
 

Method Detail

getPath

java.lang.String getPath()
Returns the path relative to the current resource path.

Returns:
the path.

getExtension

java.lang.String getExtension()
Returns the file extension of the resource, e.g. "gif".

Returns:
the file extension

getTypeName

java.lang.String getTypeName()
Returns the type name of the module. This is the name by which the resources are requested.

Returns:
the type name