Apache Abdera API

Uses of Class
org.apache.abdera.i18n.iri.IRI

Packages that use IRI
org.apache.abdera.factory   
org.apache.abdera.i18n.iri   
org.apache.abdera.model   
org.apache.abdera.protocol   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.adapters.jcr   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.util   
org.apache.abdera.writer   
 

Uses of IRI in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory with parameters of type IRI
 StreamBuilder StreamBuilder.writeBase(IRI iri)
           
 StreamBuilder StreamBuilder.writeIcon(IRI iri)
           
 StreamBuilder StreamBuilder.writeId(IRI iri)
           
 StreamBuilder StreamBuilder.writeIRIElement(QName qname, IRI iri)
           
 StreamBuilder StreamBuilder.writeIRIElement(String name, IRI iri)
           
 StreamBuilder StreamBuilder.writeIRIElement(String name, String namespace, IRI iri)
           
 StreamBuilder StreamBuilder.writeIRIElement(String name, String namespace, String prefix, IRI iri)
           
 StreamBuilder StreamBuilder.writeLogo(IRI iri)
           
 

Uses of IRI in org.apache.abdera.i18n.iri
 

Methods in org.apache.abdera.i18n.iri that return IRI
 IRI IRI.normalize()
           
 IRI AbstractScheme.normalize(IRI iri)
          Default return unmodified
static IRI IRI.normalize(IRI iri)
           
 IRI Scheme.normalize(IRI iri)
           
 IRI IRI.relativize(IRI iri)
           
static IRI IRI.relativize(IRI b, IRI c)
           
 IRI IRI.resolve(IRI iri)
           
static IRI IRI.resolve(IRI b, IRI c)
           
static IRI IRI.resolve(IRI b, String c)
           
 IRI IRI.resolve(String iri)
           
 IRI IRI.trailingSlash()
          Returns a new IRI with a trailing slash appended to the path, if necessary
 

Methods in org.apache.abdera.i18n.iri with parameters of type IRI
static boolean IRIHelper.isJavascriptUri(IRI uri)
           
static boolean IRIHelper.isMailtoUri(IRI uri)
           
 IRI AbstractScheme.normalize(IRI iri)
          Default return unmodified
static IRI IRI.normalize(IRI iri)
           
 IRI Scheme.normalize(IRI iri)
           
 IRI IRI.relativize(IRI iri)
           
static IRI IRI.relativize(IRI b, IRI c)
           
 IRI IRI.resolve(IRI iri)
           
static IRI IRI.resolve(IRI b, IRI c)
           
static IRI IRI.resolve(IRI b, String c)
           
 

Uses of IRI in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return IRI
 IRI Entry.getAlternateLinkResolvedHref()
          Return a link href resolved against the in-scope Base URI
 IRI Source.getAlternateLinkResolvedHref()
           
 IRI Entry.getAlternateLinkResolvedHref(String type, String hreflang)
          Return a link href resolved against the in-scope Base URI
 IRI Source.getAlternateLinkResolvedHref(String type, String hreflang)
           
 IRI Document.getBaseUri()
          Returns the Base URI of the document.
 IRI Element.getBaseUri()
          Returns the value of this element's xml:base attribute or null if xml:base is undefined.
 IRI ElementWrapper.getBaseUri()
           
 IRI Entry.getContentSrc()
          Returns the content/@src attribute, if any
 IRI Entry.getEditLinkResolvedHref()
          Return a link href resolved against the in-scope Base URI
 IRI Entry.getEditMediaLinkResolvedHref()
          Return a link href resolved against the in-scope Base URI
 IRI Entry.getEditMediaLinkResolvedHref(String type, String hreflang)
          Return a link href resolved against the in-scope Base URI
 IRI Entry.getEnclosureLinkResolvedHref()
          Return a link href resolved against the in-scope Base URI
 IRI Categories.getHref()
          When contained within an app:collection element, the app:categories element can have an href attribute whose value MUST point to an Atompub Categories Document.
 IRI Collection.getHref()
          Return the value of the app:collection elements href attribute
 IRI Link.getHref()
          RFC4287: The "href" attribute contains the link's IRI.
 IRI Source.getIcon()
          RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed...
 IRI Entry.getId()
          Returns the universally unique identifier for this entry
 IRI Source.getId()
          Returns the universally unique identifier for this feed
 IRI Entry.getLinkResolvedHref(String rel)
          Return a link href resolved against the in-scope Base URI
 IRI Source.getLinkResolvedHref(String rel)
           
 IRI Source.getLogo()
          RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed.
 IRI Element.getResolvedBaseUri()
          Returns the current in-scope, fully qualified Base URI for this element.
 IRI ElementWrapper.getResolvedBaseUri()
           
 IRI Categories.getResolvedHref()
          Returns the value of the href attribute resolved against the in-scope Base URI
 IRI Collection.getResolvedHref()
          Return the href attribute resolved against the in-scope Base URI
 IRI Link.getResolvedHref()
          Returns the value of the link's href attribute resolved against the in-scope Base IRI
 IRI Content.getResolvedSrc()
          Returns the fully qualified URI form of the content src attribute.
 IRI Generator.getResolvedUri()
          Returns the fully qualified form of the generator element's uri attribute (resolved against the in-scope Base URI)
 IRI IRIElement.getResolvedValue()
          Returns the value of the element resolved against the current in-scope Base URI
 IRI Categories.getScheme()
          The app:categories element may specify a default scheme attribute for listed atom:category elements that do not have their own scheme attribute.
 IRI Category.getScheme()
          RFC4287: The "scheme" attribute is an IRI that identifies a categorization scheme.
 IRI Entry.getSelfLinkResolvedHref()
          Return a link href resolved against the in-scope Base URI
 IRI Source.getSelfLinkResolvedHref()
           
 IRI Content.getSrc()
          RFC4287: atom:content MAY have a "src" attribute, whose value MUST be an IRI reference.
 IRI Generator.getUri()
          The atom:generator element MAY have a "uri" attribute whose value MUST be an IRI reference [RFC3987].
 IRI Person.getUri()
          The "atom:uri" element's content conveys an IRI associated with the person.
 IRI PersonWrapper.getUri()
           
 IRI IRIElement.getValue()
          Returns the value of the element as a java.net.URI
 

Methods in org.apache.abdera.model with parameters of type IRI
<T extends Element>
T
Element.setBaseUri(IRI base)
          Sets the value of this element's xml:base attribute.
<T extends Element>
T
ElementWrapper.setBaseUri(IRI base)
           
 Content Entry.setContent(IRI uri, String mediatype)
          Sets the content for this entry as out of line.
 

Uses of IRI in org.apache.abdera.protocol
 

Methods in org.apache.abdera.protocol that return IRI
 IRI Message.getContentLocation()
          Return the value of the Content-Location header
 IRI Response.getLocation()
          Get the value of the Location response header
 

Uses of IRI in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server that return IRI
 IRI RequestContext.getBaseUri()
          Get the absolute base URI ...
 IRI RequestContext.getResolvedUri()
          Get the absolute request URI (includes server name, port, etc)
 IRI RequestContext.getUri()
          Get the request URI
static IRI ProviderHelper.resolveBase(RequestContext request)
           
 

Uses of IRI in org.apache.abdera.protocol.server.adapters.jcr
 

Methods in org.apache.abdera.protocol.server.adapters.jcr with parameters of type IRI
 javax.jcr.Node JcrCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
           
 

Uses of IRI in org.apache.abdera.protocol.server.context
 

Fields in org.apache.abdera.protocol.server.context declared as IRI
protected  IRI AbstractRequestContext.baseUri
           
protected  IRI AbstractRequestContext.requestUri
           
 

Methods in org.apache.abdera.protocol.server.context that return IRI
 IRI AbstractRequestContext.getBaseUri()
           
 IRI RequestContextWrapper.getBaseUri()
           
 IRI RequestContextWrapper.getContentLocation()
           
 IRI ResponseContextWrapper.getContentLocation()
           
 IRI ResponseContextWrapper.getLocation()
           
 IRI AbstractRequestContext.getResolvedUri()
           
 IRI RequestContextWrapper.getResolvedUri()
           
 IRI AbstractRequestContext.getUri()
           
 IRI RequestContextWrapper.getUri()
           
 

Constructors in org.apache.abdera.protocol.server.context with parameters of type IRI
AbstractRequestContext(Provider provider, String method, IRI requestUri, IRI baseUri)
           
 

Uses of IRI in org.apache.abdera.protocol.util
 

Methods in org.apache.abdera.protocol.util that return IRI
 IRI AbstractMessage.getContentLocation()
           
 IRI AbstractResponse.getLocation()
           
 

Uses of IRI in org.apache.abdera.writer
 

Methods in org.apache.abdera.writer with parameters of type IRI
 StreamWriter StreamWriter.writeBase(IRI iri)
          Write the xml:base attribute
 StreamWriter StreamWriter.writeIcon(IRI iri)
          Write an atom:icon element
 StreamWriter StreamWriter.writeId(IRI iri)
          Write an atom:id element
 StreamWriter StreamWriter.writeIRIElement(QName qname, IRI iri)
          Write an IRI element
 StreamWriter StreamWriter.writeIRIElement(String name, IRI iri)
          Write an IRI element
 StreamWriter StreamWriter.writeIRIElement(String name, String namespace, IRI iri)
          Write an IRI element
 StreamWriter StreamWriter.writeIRIElement(String name, String namespace, String prefix, IRI iri)
          Write an IRI element
 StreamWriter StreamWriter.writeLogo(IRI iri)
          Write an atom:logo element
 


Apache Abdera API

Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.