Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ulu.view
Interface ContentSource  view ContentSource download ContentSource.java

All Known Subinterfaces:
Item, JAFable, View
All Known Implementing Classes:
ItemImpl, ViewImpl

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