Uses of Class
ecologylab.net.ParsedURL

Packages that use ParsedURL
ecologylab.appframework Interface Ecology Lab Application Development Framework makes interfacing with the runtime platform easier. 
ecologylab.appframework.types.prefs Type declarations for preferences, in the Interface Ecology Lab Application Development Framework. 
ecologylab.appframework.types.prefs.gui GUI elements for manipulating preferences within applications. 
ecologylab.collections Objects for managing collections. 
ecologylab.io Infrastructural classes that provide a more usable API for I/O. 
ecologylab.net Infrastructural classes that provide a more powerful API for network programming. 
ecologylab.services.messages Messages passed in the ecologylab.services Distributed Computing Framework (DCF). 
ecologylab.services.messages.cf Messages for combinFormation client services. 
ecologylab.xml Provides facilities to translate trees of nested Java objects to equivalent XML DOMs, and vice versa. 
ecologylab.xml.library.dc ElementState subclasses that enable translation of XML entities from the Dublin-Core namespace. 
ecologylab.xml.library.feedburner ElementState subclasses that enable translation of XML entities from the Feedburner namespace. 
ecologylab.xml.library.icdl   
ecologylab.xml.library.itunes ElementState subclasses that enable translation of XML entities from the Apple iTunes podcast namespace. 
ecologylab.xml.library.media ElementState subclasses that enable translation of XML entities from the Yahoo media specification. 
ecologylab.xml.library.opml Ecologylab.XML derived classes of ElementState that implement an Outline Processor Markup Language parser. 
ecologylab.xml.library.rss Ecologylab.XML derived classes of ElementState that implement an RSS parser. 
ecologylab.xml.library.yahoo ElementState subclasses that enable translation of XML entities from the Yahoo web services API. 
ecologylab.xml.types.scalar Provides an extensible type system for translating fields to and from String representations. 
 

Uses of ParsedURL in ecologylab.appframework
 

Fields in ecologylab.appframework declared as ParsedURL
protected static ParsedURL EnvironmentGeneric.configDir
           
static ParsedURL EnvironmentGeneric.MAC_JAVA_PURL
          Where to navigate to to download the lastest Java for the Macintosh.
protected  ParsedURL ApplicationEnvironment.prefsPURL
          Place where Prefs are loaded from and stored to.
static ParsedURL EnvironmentGeneric.SUN_JAVA_PURL
          Where to navigate to to download the lastest Java.
 

Methods in ecologylab.appframework that return ParsedURL
static ParsedURL EnvironmentGeneric.codeBase()
           
 ParsedURL Environment.codeBase()
          Change type from URL to ParsedURL.
 ParsedURL ApplicationEnvironment.codeBase()
           
static ParsedURL EnvironmentGeneric.configDir()
          The config directory, as located relative to the codebase, with the jar file and perhaps the sources.
static ParsedURL EnvironmentGeneric.configPath(java.lang.String relativePath)
          Obtain a path relative to the configDir().
static ParsedURL EnvironmentGeneric.docBase()
           
 ParsedURL Environment.docBase()
          Change type from URL to ParsedURL.
 ParsedURL ApplicationEnvironment.docBase()
           
static ParsedURL EnvironmentGeneric.downloadJavaPURL()
          Checks what platform we're on, and returns a suitable PURL that you would navigate to, to download the current Java.
static ParsedURL EnvironmentGeneric.getRelativeOrAbsolute(java.lang.String webAddr, java.lang.String errorDescriptor)
          Uses an absolute URL, if the String parameter looks like that, or one that's relative to docBase, if it looks a relative URL.
static ParsedURL EnvironmentGeneric.getRelativeToCodeBase(java.lang.String relativeURLPath, java.lang.String errorDescriptor)
          Create ParsedURL using the codeBase(), and a relative url string.
static ParsedURL EnvironmentGeneric.getRelativeToDocBase(java.lang.String relativeURLPath, java.lang.String errorDescriptor)
          Create ParsedURL with doc base and relative url string.
 ParsedURL ApplicationEnvironment.preferencesDir()
           
 

Methods in ecologylab.appframework with parameters of type ParsedURL
static void EnvironmentGeneric.navigate(ParsedURL purl)
          Open a document in a web browser.
 void Environment.navigate(ParsedURL purl, java.lang.String frame)
          Open a document in a web browser.
 void ApplicationEnvironment.navigate(ParsedURL purl, java.lang.String frame)
          Navigate to the purl using the best browser we can find.
 void ApplicationEnvironment.setCodeBase(ParsedURL codeBase)
          Set the codebase for the application.
 

Uses of ParsedURL in ecologylab.appframework.types.prefs
 

Methods in ecologylab.appframework.types.prefs with parameters of type ParsedURL
static PrefSet PrefSet.load(ParsedURL purl, TranslationSpace translationSpace)
          Read MetaPref declarations from a file or across the net.
static MetaPrefSet MetaPrefSet.load(ParsedURL purl, TranslationSpace translationSpace)
          Read MetaPref declarations from a file or across the net.
 

Uses of ParsedURL in ecologylab.appframework.types.prefs.gui
 

Fields in ecologylab.appframework.types.prefs.gui declared as ParsedURL
protected  ParsedURL PrefEditorWidgets.savePrefsPURL
          PURL to save prefs.xml to
 

Constructors in ecologylab.appframework.types.prefs.gui with parameters of type ParsedURL
PrefEditorWidgets(MetaPrefSet metaPrefSet, PrefSet prefSet, ParsedURL savePrefsPURL)
          The base function that you call to construct the prefs editor GUI.
PrefsEditor(MetaPrefSet metaPrefSet, PrefSet prefSet, ParsedURL savePrefsPURL, boolean createJFrame, boolean isStandalone)
          The base function that you call to construct the prefs editor GUI.
 

Uses of ParsedURL in ecologylab.collections
 

Methods in ecologylab.collections with parameters of type ParsedURL
 PrefixPhrase PrefixCollection.add(ParsedURL purl)
           
 boolean PrefixCollection.match(ParsedURL purl)
           
 

Uses of ParsedURL in ecologylab.io
 

Methods in ecologylab.io that return ParsedURL
static ParsedURL Assets.assetsRoot()
          Get the source URL root of the tree of assets for this application.
 

Methods in ecologylab.io with parameters of type ParsedURL
static ZipDownload ZipDownload.downloadAndPerhapsUncompress(ParsedURL sourceZip, java.io.File targetDir, StatusReporter status, boolean unCompress)
          Convenience function to allow downloading and uncompressing of a zip file from a source to a target location with minimal effort.
static void Assets.downloadXML(ParsedURL sourceXML, java.io.File targetDir, StatusReporter status)
          Download an XML file from a source to a target location with minimal effort, unless the XML file already exists at the target location, in which case, do nothing.
static void Assets.downloadZip(ParsedURL sourceZip, java.io.File targetFile, boolean forceDownload, float version)
           
static void Assets.downloadZip(ParsedURL sourceZip, java.io.File targetDir, StatusReporter status, boolean forceDownload, float version)
          Download and uncompress a zip file from a source to a target location with minimal effort, unless the zip file already exists at the target location, in which case, do nothing.
static void Assets.setAssetsRoot(ParsedURL assetsRoot)
          Set the source URL root of the tree of assets for this application.
 

Constructors in ecologylab.io with parameters of type ParsedURL
DownloadableFileToDisk(ParsedURL target, java.io.File destination)
           
DownloadableFileToDisk(ParsedURL target, java.io.File destination, StatusReporter status)
           
ZipDownload(ParsedURL zipSource, java.io.File zipTarget)
           
ZipDownload(ParsedURL zipSource, java.io.File zipTarget, StatusReporter status)
           
 

Uses of ParsedURL in ecologylab.net
 

Methods in ecologylab.net that return ParsedURL
static ParsedURL ParsedURL.createFromHTML(ParsedURL contextPURL, java.lang.String addressString, boolean fromSearchPage)
          Called while processing (parsing) HTML.
 ParsedURL ParsedURL.createFromHTML(java.lang.String addressString)
          Called while processing (parsing) HTML.
 ParsedURL ParsedURL.createFromHTML(java.lang.String addressString, boolean fromSearchPage)
          Called while processing (parsing) HTML.
 ParsedURL ParsedURL.directoryPURL()
          Form a ParsedURL based on this, if this is a directory.
protected static ParsedURL ParsedURL.get(java.net.URL url, java.lang.String addressString)
           
static ParsedURL ParsedURL.getAbsolute(java.lang.String webAddr)
          Create a PURL from an absolute address.
static ParsedURL ParsedURL.getAbsolute(java.lang.String webAddr, java.lang.String errorDescriptor)
          Create a PURL from an absolute address.
 ParsedURL ParsedURL.getRelative(java.lang.String relativeURLPath)
          Form a ParsedURL, based on a relative path, using this as the base.
 ParsedURL ParsedURL.getRelative(java.lang.String relativeURLPath, java.lang.String errorDescriptor)
          Form a ParsedURL, based on a relative path, using this as the base.
static ParsedURL ParsedURL.getRelative(java.net.URL base, java.lang.String relativeURLPath, java.lang.String errorDescriptor)
          Form a new ParsedURL, relative from a supplied base URL.
 ParsedURL ParsedURL.withArgs(java.lang.String args)
          Form a new ParsedURL from this, and the args passed in.
 

Methods in ecologylab.net with parameters of type ParsedURL
static ParsedURL ParsedURL.createFromHTML(ParsedURL contextPURL, java.lang.String addressString, boolean fromSearchPage)
          Called while processing (parsing) HTML.
 boolean ParsedURL.sameDomain(ParsedURL other)
           
 boolean ParsedURL.sameHost(ParsedURL other)
           
 

Uses of ParsedURL in ecologylab.services.messages
 

Fields in ecologylab.services.messages declared as ParsedURL
protected  ParsedURL HttpRequest.errorResponseUrl
          Redirect URL if an error or problem occured.
protected  ParsedURL HttpRequest.okResponseUrl
          Redirect URL if no errors or problems occured.
 

Methods in ecologylab.services.messages that return ParsedURL
 ParsedURL HttpRequest.errorResponseUrl()
           
 ParsedURL HttpRequest.okResponseUrl()
           
 

Uses of ParsedURL in ecologylab.services.messages.cf
 

Fields in ecologylab.services.messages.cf declared as ParsedURL
protected  ParsedURL DocumentState.url
          URL of the document or container specified for downloading and processing.
 

Methods in ecologylab.services.messages.cf that return ParsedURL
 ParsedURL DocumentState.getUrl()
           
 

Methods in ecologylab.services.messages.cf with parameters of type ParsedURL
 void DocumentState.setUrl(ParsedURL url)
           
 

Uses of ParsedURL in ecologylab.xml
 

Methods in ecologylab.xml with parameters of type ParsedURL
static org.w3c.dom.Document ElementState.buildDOM(ParsedURL purl)
           
 ElementState ElementStateSAXHandler.parse(ParsedURL purl)
          Translate an XML document read from a ParsedURL to a strongly typed tree of XML objects.
 void XMLTranslationException.printTraceOrMessage(Debug that, java.lang.String msg, ParsedURL purl)
           
static ElementState ElementState.translateFromXML(ParsedURL purl, TranslationSpace translationSpace)
          Translate data from a ParseURL from XML to a strongly typed tree of XML objects.
static ElementState ElementState.translateFromXMLDOM(ParsedURL purl, TranslationSpace translationSpace)
          Given the URL of a valid XML document, reads the document and builds a tree of equivalent ElementState objects.
static ElementState ElementState.translateFromXMLSAX(ParsedURL purl, TranslationSpace translationSpace)
          Use the (faster!) SAX parser to form a strongly typed tree of ElementState objects from XML.
 

Uses of ParsedURL in ecologylab.xml.library.dc
 

Methods in ecologylab.xml.library.dc that return ParsedURL
 ParsedURL DcTag.getIdentifier()
           
 ParsedURL Dc.getIdentifier()
           
 

Methods in ecologylab.xml.library.dc with parameters of type ParsedURL
 void DcTag.setIdentifier(ParsedURL identifier)
           
 void Dc.setIdentifier(ParsedURL identifier)
           
 

Uses of ParsedURL in ecologylab.xml.library.feedburner
 

Methods in ecologylab.xml.library.feedburner that return ParsedURL
 ParsedURL Feedburner.getOrigLink()
           
 

Methods in ecologylab.xml.library.feedburner with parameters of type ParsedURL
 void Feedburner.setOrigLink(ParsedURL origLink)
           
 

Uses of ParsedURL in ecologylab.xml.library.icdl
 

Methods in ecologylab.xml.library.icdl that return ParsedURL
 ParsedURL Book.getBookurl()
           
 ParsedURL Book.getCover()
           
 

Methods in ecologylab.xml.library.icdl with parameters of type ParsedURL
 void Book.setBookurl(ParsedURL bookurl)
           
 void Book.setCover(ParsedURL cover)
           
 

Uses of ParsedURL in ecologylab.xml.library.itunes
 

Methods in ecologylab.xml.library.itunes that return ParsedURL
protected  ParsedURL Itunes.getImage()
           
 

Uses of ParsedURL in ecologylab.xml.library.media
 

Methods in ecologylab.xml.library.media that return ParsedURL
 ParsedURL Thumbnail.getUrl()
           
 ParsedURL Content.getUrl()
           
 

Methods in ecologylab.xml.library.media with parameters of type ParsedURL
 void Thumbnail.setUrl(ParsedURL url)
           
 void Content.setUrl(ParsedURL url)
           
 

Uses of ParsedURL in ecologylab.xml.library.opml
 

Methods in ecologylab.xml.library.opml that return ParsedURL
 ParsedURL Outline.getHtmlUrl()
           
 ParsedURL Outline.getXmlUrl()
           
 

Methods in ecologylab.xml.library.opml with parameters of type ParsedURL
 void Outline.setHtmlUrl(ParsedURL htmlUrl)
           
 void Outline.setXmlUrl(ParsedURL xmlUrl)
           
 

Uses of ParsedURL in ecologylab.xml.library.rss
 

Fields in ecologylab.xml.library.rss declared as ParsedURL
static ParsedURL RssState.ABC_SPORTS_FEED
           
static ParsedURL RssState.BBC_FRONT_FEED
           
static ParsedURL RssState.CNN_TOP_FEED
           
static ParsedURL RssState.DELICIOUS_FEED
           
static ParsedURL RDFState.DELICIOUS_FEED
           
static ParsedURL RssState.FLICKR_FEED
           
static ParsedURL RssState.NYT_TECH_FEED
           
 

Methods in ecologylab.xml.library.rss that return ParsedURL
 ParsedURL Item.getDcIdentifier()
           
 ParsedURL Item.getDirectLink()
          Get what looks like the most direct form of the link URL.
 ParsedURL Item.getFeedburnerOrigLink()
          If there is an embedded object handling the feedburner namespace, get the origLink leaf_node from it.
 ParsedURL Item.getLink()
           
 ParsedURL Channel2.getLink()
           
 ParsedURL Channel.getLink()
           
 

Methods in ecologylab.xml.library.rss with parameters of type ParsedURL
 void Item.setLink(ParsedURL link)
           
 void Channel2.setLink(ParsedURL link)
           
 void Channel.setLink(ParsedURL link)
           
 

Uses of ParsedURL in ecologylab.xml.library.yahoo
 

Fields in ecologylab.xml.library.yahoo declared as ParsedURL
 ParsedURL Result.RefererUrl
          For image search, this is the Container web page!
 ParsedURL ThumbnailState.Url
           
 ParsedURL Result.Url
          For web search, the URL of the document.
 

Uses of ParsedURL in ecologylab.xml.types.scalar
 

Fields in ecologylab.xml.types.scalar with type parameters of type ParsedURL
static ScalarType<ParsedURL> ScalarTypeInstanceConstants.URL_SCALAR_TYPE
           
 

Methods in ecologylab.xml.types.scalar that return ParsedURL
 ParsedURL ParsedURLType.getInstance(java.lang.String value)
          Looks for file in value, and creates a ParsedURL with file set if appropriate.