org.jboss.portal.format.util
Interface Loader
- All Known Implementing Classes:
- CLLoader
public interface Loader
A generic interface which define loading capabilities. The name format must follow the regular expression :
^(/[-a-zA-Z0-9_\.]+)+$
- Version:
- $Revision: 8784 $
- Author:
- Julien Viet
Method Summary |
java.io.InputStream |
load(java.lang.String path)
Returns an InputStream or null if not found. |
NAME_VALIDATOR
static final java.lang.String NAME_VALIDATOR
- See Also:
- Constant Field Values
load
java.io.InputStream load(java.lang.String path)
- Returns an InputStream or null if not found.