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.concurrent Modules for concurrent programming, such as Monitors. 
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.tutorials.rss   
ecologylab.xml Provides facilities to translate trees of nested Java objects to equivalent XML DOMs, and vice versa. 
ecologylab.xml.internaltranslators.cocoa   
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.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.xaml   
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
static ParsedURL EnvironmentGeneric.MAC_JAVA_PURL
          Where to navigate to to download the lastest Java for the Macintosh.
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, TranslationScope translationSpace)
          Read Pref declarations from a file or across the net.
static MetaPrefSet MetaPrefSet.load(ParsedURL purl, TranslationScope translationSpace)
          Read MetaPref declarations from a file or across the net.
 

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

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.concurrent
 

Methods in ecologylab.concurrent that return ParsedURL
 ParsedURL DownloadableHtmlPage.getDownloadablePurl()
           
 

Constructors in ecologylab.concurrent with parameters of type ParsedURL
DownloadableHtmlPage(java.lang.String identifier, ParsedURL purl)
           
DownloadableHtmlPage(java.lang.String identifier, ParsedURL purl, int initialBuferSize, int byteChunkSize)
          Create a new Downloadble object, one that downloads HTML pages.
 

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 java.lang.String Assets.getCacheFilename(ParsedURL location, java.io.File directory, java.lang.String additional, java.lang.String separator, java.lang.String extension)
          Derive a non-duplicate cache filename given a ParsedURL location
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)
           
DownloadableFileToDisk(ParsedURL target, java.io.InputStream inputStream, java.io.File destination)
           
DownloadableFileToDisk(ParsedURL target, java.io.InputStream inputStream, 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.
 ParsedURL ParsedURL.filterArgs(java.lang.String... argsToKeep)
           
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 PURLConnection.getPurl()
           
 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.ignoreArgs(java.util.HashMap<java.lang.String,java.lang.String> argsToIgnore)
           
 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)
           
 

Constructors in ecologylab.net with parameters of type ParsedURL
PURLConnection(ParsedURL purl, java.net.URLConnection urlConnection, java.io.InputStream inputStream)
          Fill out the instance of this resulting from a succcessful connect().
 

Uses of ParsedURL in ecologylab.services.messages
 

Methods in ecologylab.services.messages that return ParsedURL
 ParsedURL RequestMessage.errorRedirectUrl(S clientSessionScope)
          A URL can be provided, indicating the response should be accomplished with HTTP redirect.
 ParsedURL MultiRequestMessage.errorRedirectUrl(S clientSessionScope)
          A URL can be provided, indicating the response should be accomplished with HTTP redirect.
 ParsedURL HttpRequest.errorRedirectUrl(Scope clientSessionScope)
          A URL can be provided, indicating the response should be accomplished with HTTP redirect.
 ParsedURL RequestMessage.okRedirectUrl(S clientSessionScope)
          A URL can be provided, indicating the response should be accomplished with HTTP redirect.
 ParsedURL MultiRequestMessage.okRedirectUrl(S clientSessionScope)
          A URL can be provided, indicating the response should be accomplished with HTTP redirect.
 ParsedURL HttpRequest.okRedirectUrl(Scope clientSessionScope)
          A URL can be provided, indicating the response should be accomplished with HTTP redirect.
 

Uses of ParsedURL in ecologylab.services.messages.cf
 

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.tutorials.rss
 

Methods in ecologylab.tutorials.rss with parameters of type ParsedURL
 void Item.setLink(ParsedURL parsedURL)
           
 

Uses of ParsedURL in ecologylab.xml
 

Methods in ecologylab.xml that return ParsedURL
 ParsedURL ScalarUnmarshallingContext.purlContext()
           
 ParsedURL ElementStateSAXHandler.purlContext()
           
 

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, TranslationScope translationSpace)
          Translate data from a ParseURL from XML to a strongly typed tree of XML objects.
static ElementState ElementState.translateFromXMLDOM(ParsedURL purl, TranslationScope 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, TranslationScope translationSpace)
          Use the (faster!) SAX parser to form a strongly typed tree of ElementState objects from XML.
 

Uses of ParsedURL in ecologylab.xml.internaltranslators.cocoa
 

Methods in ecologylab.xml.internaltranslators.cocoa with parameters of type ParsedURL
 void CocoaTranslationException.printTraceOrMessage(Debug that, java.lang.String msg, ParsedURL purl)
           
 

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.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.xaml
 

Constructors in ecologylab.xml.library.xaml with parameters of type ParsedURL
WpfImageState(ParsedURL imageSource)
           
 

Uses of ParsedURL in ecologylab.xml.library.yahoo
 

Methods in ecologylab.xml.library.yahoo that return ParsedURL
 ParsedURL Result.getRefererUrl()
           
 ParsedURL ThumbnailState.getUrl()
           
 ParsedURL Result.getUrl()
           
 

Methods in ecologylab.xml.library.yahoo with parameters of type ParsedURL
 void Result.setRefererUrl(ParsedURL refererUrl)
           
 void ThumbnailState.setUrl(ParsedURL url)
           
 void Result.setUrl(ParsedURL url)
           
 

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, java.lang.String[] formatStrings, ScalarUnmarshallingContext scalarUnmarshallingContext)
          Looks for file in value, and creates a ParsedURL with file set if appropriate.