Uses of Class
org.restlet.data.LocalReference

Packages that use LocalReference
org.restlet Core classes of the API. 
org.restlet.data Element of information handled by a component via a connector. 
 

Uses of LocalReference in org.restlet
 

Constructors in org.restlet with parameters of type LocalReference
Directory(Context context, LocalReference rootLocalReference)
          Constructor.
 

Uses of LocalReference in org.restlet.data
 

Methods in org.restlet.data that return LocalReference
static LocalReference LocalReference.createClapReference(int authorityType, String path)
          Constructor.
static LocalReference LocalReference.createFileReference(File file)
          Constructor.
static LocalReference LocalReference.createFileReference(String filePath)
          Constructor.
static LocalReference LocalReference.createFileReference(String hostName, String filePath)
          Constructor.
static LocalReference LocalReference.createJarReference(Reference jarFile, String entryPath)
          Constructor.
 



Copyright © 2005-2007 Noelios Consulting.