SalesPoint Framework v3.1

resource.util
Interface ResourceManager.ResourceModul

Enclosing interface:
ResourceManager

public static interface ResourceManager.ResourceModul

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

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

Returns:
the path.

getExtension

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

Returns:
the file extension

getTypeName

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

Returns:
the type name

SalesPoint Framework v3.1