|
|||||||||
| Home >> All >> ulu >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ulu.view
Interface ContentSource

- public interface ContentSource
Interface for any Item (or other object) that can return a URL of some sort with 'content' behind it. Dave Crane ulunum, March 2003
| Field Summary | |
static java.lang.String |
PROP_CONTENT_URL
common property name for content URL |
| Method Summary | |
java.net.URL |
getContent()
get the URL that provides access to this object's content |
| Field Detail |
PROP_CONTENT_URL
public static final java.lang.String PROP_CONTENT_URL
- common property name for content URL
- See Also:
- Constant Field Values
| Method Detail |
getContent
public java.net.URL getContent()
- get the URL that provides access to this object's content
|
|||||||||
| Home >> All >> ulu >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC