当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
Loader - JBOSS Portal 2.4 API 英文版文档
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_\.]+)+$
Method Summary |
java.io.InputStream |
load(java.lang.String path)
Returns an InputStream or null if not found. |
NAME_VALIDATOR
public static final java.lang.String NAME_VALIDATOR
- See Also:
- Constant Field Values
load
public java.io.InputStream load(java.lang.String path)
- Returns an InputStream or null if not found.