SalesPoint v3.3 API

resource.util
Interface ResourceManager.ResourceModule

Enclosing class:
ResourceManager

public static interface ResourceManager.ResourceModule

Interface for a resource module.


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

Method Detail

getPath

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

Returns:
the path.

getExtension

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

Returns:
the file extension

getTypeName

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

Returns:
the type name

SalesPoint v3.3 API