A B C D E F G H I K L M N O P R S T U V W X Y _

A

Abdera - Class in org.apache.abdera
A top level entry point for Abdera that provides access to various subcomponents.
Abdera() - Constructor for class org.apache.abdera.Abdera
Initialize using the default Abdera Configuration
Abdera(AbderaConfiguration) - Constructor for class org.apache.abdera.Abdera
Initialize using the specified Abdera Configuration
abdera - Variable in class org.apache.abdera.protocol.client.AbderaClient
 
abdera - Variable in class org.apache.abdera.protocol.client.AbstractClientResponse
 
abdera - Variable in class org.apache.abdera.protocol.client.cache.CacheBase
 
abdera - Variable in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
abdera - Variable in class org.apache.abdera.protocol.server.servlet.AbderaFilter
 
abdera - Variable in class org.apache.abdera.security.util.SecurityBase
 
abdera - Variable in class org.apache.abdera.security.xmlsec.XmlSecurityOptions
 
abdera - Variable in class org.apache.abdera.util.AbstractParser
 
AbderaClient - Class in org.apache.abdera.protocol.client
An Atom Publishing Protocol client.
AbderaClient() - Constructor for class org.apache.abdera.protocol.client.AbderaClient
 
AbderaClient(String) - Constructor for class org.apache.abdera.protocol.client.AbderaClient
 
AbderaClient(Abdera, String) - Constructor for class org.apache.abdera.protocol.client.AbderaClient
 
AbderaClient(Abdera) - Constructor for class org.apache.abdera.protocol.client.AbderaClient
 
AbderaConfiguration - Class in org.apache.abdera.util
Provides the basic configuration for the Abdera default implementation.
AbderaConfiguration() - Constructor for class org.apache.abdera.util.AbderaConfiguration
 
AbderaConfiguration(ResourceBundle) - Constructor for class org.apache.abdera.util.AbderaConfiguration
 
AbderaDataSource - Class in org.apache.abdera.util
Utility implementation of javax.activation.DataSource that wraps Abdera Base
AbderaDataSource(Base) - Constructor for class org.apache.abdera.util.AbderaDataSource
 
AbderaFilter - Class in org.apache.abdera.protocol.server.servlet
 
AbderaFilter() - Constructor for class org.apache.abdera.protocol.server.servlet.AbderaFilter
 
AbderaResult - Class in org.apache.abdera.util
Provides a simple (and likely somewhat inefficient) implementation of javax.xml.transform.Result that allows Abdera objects to be used with the javax.xml.transform API's Only use this once per transform!!!
AbderaResult() - Constructor for class org.apache.abdera.util.AbderaResult
 
AbderaResult(Abdera) - Constructor for class org.apache.abdera.util.AbderaResult
 
AbderaSecurity - Class in org.apache.abdera.security
The AbderaSecurity class provides the entry point for using XML Digital Signatures and XML Encryption with Abdera.
AbderaSecurity() - Constructor for class org.apache.abdera.security.AbderaSecurity
 
AbderaSecurity(Abdera) - Constructor for class org.apache.abdera.security.AbderaSecurity
 
AbderaSecurity(AbderaConfiguration) - Constructor for class org.apache.abdera.security.AbderaSecurity
 
AbderaServlet - Class in org.apache.abdera.protocol.server.servlet
Simple APP servlet.
AbderaServlet() - Constructor for class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
AbderaSource - Class in org.apache.abdera.util
Provides a simple (and likely somewhat inefficient) implementation of javax.xml.transform.Source that allows Abdera objects to be used with the javax.xml.transform API's
AbderaSource(Base) - Constructor for class org.apache.abdera.util.AbderaSource
 
AbstractClientResponse - Class in org.apache.abdera.protocol.client
 
AbstractClientResponse(Abdera) - Constructor for class org.apache.abdera.protocol.client.AbstractClientResponse
 
AbstractEncryptedRequestFilter - Class in org.apache.abdera.security.util.servlet
 
AbstractEncryptedRequestFilter() - Constructor for class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
AbstractEncryptedRequestFilter(String...) - Constructor for class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
AbstractEncryptedResponseFilter - Class in org.apache.abdera.security.util.servlet
 
AbstractEncryptedResponseFilter() - Constructor for class org.apache.abdera.security.util.servlet.AbstractEncryptedResponseFilter
 
AbstractExtensionFactory - Class in org.apache.abdera.util
 
AbstractExtensionFactory(String...) - Constructor for class org.apache.abdera.util.AbstractExtensionFactory
 
AbstractFilter - Class in org.apache.abdera.protocol.server.servlet
Utility class that serves as the basis for a variety of Filter implementations
AbstractFilter() - Constructor for class org.apache.abdera.protocol.server.servlet.AbstractFilter
 
AbstractFilter.BufferedRequestWrapper - Class in org.apache.abdera.protocol.server.servlet
Implementation of HttpServletRequestWrapper that allows a Filter to perform operations on the full content of a request while still allowing downstream operations to be performed on the content.
AbstractFilter.BufferedRequestWrapper(HttpServletRequest) - Constructor for class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferedRequestWrapper
 
AbstractFilter.BufferedServletInputStream - Class in org.apache.abdera.protocol.server.servlet
 
AbstractFilter.BufferedServletInputStream(InputStream) - Constructor for class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferedServletInputStream
 
AbstractFilter.BufferingResponseWrapper - Class in org.apache.abdera.protocol.server.servlet
A HttpServletResponseWrapper implementation that buffers the response content in memory so that a filter can perform operations on the full response content (e.g.
AbstractFilter.BufferingResponseWrapper(HttpServletResponse) - Constructor for class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingResponseWrapper
 
AbstractFilter.BufferingServletOutputStream - Class in org.apache.abdera.protocol.server.servlet
Implementation of ServletOutputStream that handles the in-memory buffering of the response content
AbstractFilter.BufferingServletOutputStream() - Constructor for class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingServletOutputStream
 
AbstractFilter.CompressingResponseWrapper - Class in org.apache.abdera.protocol.server.servlet
A HttpServletResponseWrapper implementation that applies GZip or Deflate compression to response output.
AbstractFilter.CompressingResponseWrapper(HttpServletResponse, CompressionUtil.CompressionCodec) - Constructor for class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingResponseWrapper
 
AbstractFilter.CompressingServletOutputStream - Class in org.apache.abdera.protocol.server.servlet
A ServletOutputStream implementation that handles the GZip and Deflate compression for the CompressingResponseWrapper
AbstractFilter.CompressingServletOutputStream(CompressionUtil.CompressionCodec, ServletOutputStream) - Constructor for class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingServletOutputStream
 
AbstractFilter.CompressingServletOutputStream(DeflaterOutputStream) - Constructor for class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingServletOutputStream
 
AbstractItemManager<T> - Class in org.apache.abdera.protocol.server.impl
 
AbstractItemManager() - Constructor for class org.apache.abdera.protocol.server.impl.AbstractItemManager
 
AbstractListParseFilter - Class in org.apache.abdera.util.filter
ParseFilter's determine which elements and attributes are acceptable within a parsed document.
AbstractListParseFilter() - Constructor for class org.apache.abdera.util.filter.AbstractListParseFilter
 
AbstractNamedParser - Class in org.apache.abdera.util
Base abstract implementation of NamedParser
AbstractNamedParser(String, String...) - Constructor for class org.apache.abdera.util.AbstractNamedParser
 
AbstractNamedWriter - Class in org.apache.abdera.util
Base abstract implementation of NamedWriter
AbstractNamedWriter(String, String...) - Constructor for class org.apache.abdera.util.AbstractNamedWriter
 
AbstractParseFilter - Class in org.apache.abdera.util.filter
 
AbstractParseFilter() - Constructor for class org.apache.abdera.util.filter.AbstractParseFilter
 
AbstractParser - Class in org.apache.abdera.util
Abstract base implementation of Abdera Parser.
AbstractParser() - Constructor for class org.apache.abdera.util.AbstractParser
 
AbstractParser(Abdera) - Constructor for class org.apache.abdera.util.AbstractParser
 
AbstractParserOptions - Class in org.apache.abdera.util
Non thread-safe abstract implementation of ParserOptions
AbstractParserOptions() - Constructor for class org.apache.abdera.util.AbstractParserOptions
 
AbstractProvider - Class in org.apache.abdera.protocol.server.impl
 
AbstractProvider() - Constructor for class org.apache.abdera.protocol.server.impl.AbstractProvider
 
AbstractProvider(int) - Constructor for class org.apache.abdera.protocol.server.impl.AbstractProvider
 
AbstractRequest - Class in org.apache.abdera.protocol.util
 
AbstractRequest() - Constructor for class org.apache.abdera.protocol.util.AbstractRequest
 
AbstractRequestContext - Class in org.apache.abdera.protocol.server.impl
 
AbstractRequestContext(ServiceContext, String, IRI, IRI) - Constructor for class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
AbstractRequestHandler - Class in org.apache.abdera.protocol.server.impl
 
AbstractRequestHandler() - Constructor for class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
AbstractResponse - Class in org.apache.abdera.protocol.util
 
AbstractResponse() - Constructor for class org.apache.abdera.protocol.util.AbstractResponse
 
AbstractResponseContext - Class in org.apache.abdera.protocol.server.impl
 
AbstractResponseContext() - Constructor for class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
AbstractServiceContext - Class in org.apache.abdera.protocol.server.impl
 
AbstractServiceContext() - Constructor for class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
AbstractSingleBeanDefinitionParser - Class in org.apache.abdera.spring
 
AbstractSingleBeanDefinitionParser() - Constructor for class org.apache.abdera.spring.AbstractSingleBeanDefinitionParser
 
AbstractSingletonProviderManager - Class in org.apache.abdera.protocol.server.impl
 
AbstractSingletonProviderManager() - Constructor for class org.apache.abdera.protocol.server.impl.AbstractSingletonProviderManager
 
AbstractSingletonRequestHandlerManager - Class in org.apache.abdera.protocol.server.impl
 
AbstractSingletonRequestHandlerManager() - Constructor for class org.apache.abdera.protocol.server.impl.AbstractSingletonRequestHandlerManager
 
AbstractTarget - Class in org.apache.abdera.protocol.server.impl
 
AbstractTarget(TargetType, RequestContext) - Constructor for class org.apache.abdera.protocol.server.impl.AbstractTarget
 
AbstractWriter - Class in org.apache.abdera.util
 
AbstractWriter() - Constructor for class org.apache.abdera.util.AbstractWriter
 
AbstractWriterOptions - Class in org.apache.abdera.util
 
AbstractWriterOptions() - Constructor for class org.apache.abdera.util.AbstractWriterOptions
 
AbstractXPath - Class in org.apache.abdera.util
Abstract base implementation of XPath
AbstractXPath() - Constructor for class org.apache.abdera.util.AbstractXPath
 
AbstractXPath(Map<String, String>) - Constructor for class org.apache.abdera.util.AbstractXPath
 
ACCEPT - Static variable in interface org.apache.abdera.util.Constants
 
ACCEPT_ENCRYPTION - Static variable in class org.apache.abdera.security.util.Constants
 
acceptable(QName) - Method in interface org.apache.abdera.filter.ParseFilter
Returns true if elements with the given QName are acceptable
acceptable(QName, QName) - Method in interface org.apache.abdera.filter.ParseFilter
Returns true if attributes with the given qname appearing on elements with the given qname are acceptable
acceptable(QName) - Method in class org.apache.abdera.util.filter.AbstractListParseFilter
 
acceptable(QName, QName) - Method in class org.apache.abdera.util.filter.AbstractListParseFilter
 
acceptable(QName) - Method in class org.apache.abdera.util.filter.BlackListParseFilter
 
acceptable(QName, QName) - Method in class org.apache.abdera.util.filter.BlackListParseFilter
 
acceptable(QName) - Method in class org.apache.abdera.util.filter.CompoundParseFilter
 
acceptable(QName, QName) - Method in class org.apache.abdera.util.filter.CompoundParseFilter
 
acceptable(QName) - Method in class org.apache.abdera.util.filter.NonOpParseFilter
 
acceptable(QName, QName) - Method in class org.apache.abdera.util.filter.NonOpParseFilter
 
acceptable(QName) - Method in class org.apache.abdera.util.filter.SafeContentWhiteListParseFilter
 
acceptable(QName, QName) - Method in class org.apache.abdera.util.filter.SafeContentWhiteListParseFilter
 
acceptable(QName) - Method in class org.apache.abdera.util.filter.WhiteListParseFilter
 
acceptable(QName, QName) - Method in class org.apache.abdera.util.filter.WhiteListParseFilter
 
accepts(String) - Method in interface org.apache.abdera.model.Collection
Returns true if the collection accepts the given media-type
accepts(MimeType) - Method in interface org.apache.abdera.model.Collection
Returns true if the collection accepts the given media-type
acceptsEntry() - Method in interface org.apache.abdera.model.Collection
Returns true if the collection accepts Atom entry documents (equivalent to calling accepts("application/atom+xml;type=entry");)
acceptsNothing() - Method in interface org.apache.abdera.model.Collection
Returns true if the collection accepts nothing (i.e.
add(QName) - Method in interface org.apache.abdera.filter.ListParseFilter
Add an element QName to the parse filter
add(QName, QName) - Method in interface org.apache.abdera.filter.ListParseFilter
Adds an attribute to the parse filter
add(CacheKey, CachedResponse) - Method in class org.apache.abdera.protocol.client.cache.CacheBase
 
add(CacheKey, CachedResponse) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
add(QName) - Method in class org.apache.abdera.util.filter.AbstractListParseFilter
 
add(QName, QName) - Method in class org.apache.abdera.util.filter.AbstractListParseFilter
 
addAccepts(String) - Method in interface org.apache.abdera.model.Collection
Adds a new accept element to the collection
addAccepts(String...) - Method in interface org.apache.abdera.model.Collection
Adds new accept elements to the collection
addAcceptsEntry() - Method in interface org.apache.abdera.model.Collection
Same as setAcceptsEntry except the existing accepts are not discarded
addAuthor(Person) - Method in interface org.apache.abdera.model.Entry
Adds an individual author to the entry
addAuthor(String) - Method in interface org.apache.abdera.model.Entry
Adds an author
addAuthor(String, String, String) - Method in interface org.apache.abdera.model.Entry
Adds an author
addAuthor(Person) - Method in interface org.apache.abdera.model.Source
Adds an individual author to the entry
addAuthor(String) - Method in interface org.apache.abdera.model.Source
Adds an author
addAuthor(String, String, String) - Method in interface org.apache.abdera.model.Source
Adds an author
addCategories() - Method in interface org.apache.abdera.model.Collection
Add an app:categories element
addCategories(String) - Method in interface org.apache.abdera.model.Collection
Add an app:categories element that links to an external Category Document
addCategories(Categories) - Method in interface org.apache.abdera.model.Collection
Add the app:categories element to the collection
addCategories(List<Category>, boolean, String) - Method in interface org.apache.abdera.model.Collection
Add a listing of categories to the collection
addCategory(Category) - Method in interface org.apache.abdera.model.Categories
Add an atom:category to the listing
addCategory(String) - Method in interface org.apache.abdera.model.Categories
Create and add an atom:category to the listing
addCategory(String, String, String) - Method in interface org.apache.abdera.model.Categories
Create an add an atom:category to the listing
addCategory(Category) - Method in interface org.apache.abdera.model.Entry
Adds an individual category to the entry
addCategory(String) - Method in interface org.apache.abdera.model.Entry
Adds a category to the entry
addCategory(String, String, String) - Method in interface org.apache.abdera.model.Entry
Adds a category to the entry
addCategory(Category) - Method in interface org.apache.abdera.model.Source
Adds an individual category to the entry
addCategory(String) - Method in interface org.apache.abdera.model.Source
Adds a category to the feed
addCategory(String, String, String) - Method in interface org.apache.abdera.model.Source
Adds a category to the feed
addCollection(Collection) - Method in interface org.apache.abdera.model.Workspace
Adds an individual collection to this workspace
addCollection(String, String) - Method in interface org.apache.abdera.model.Workspace
Adds an individual collection to this workspace
addComment(String) - Method in interface org.apache.abdera.model.Base
Add an XML comment to this Base
addComment(String) - Method in class org.apache.abdera.model.ElementWrapper
 
addContributor(Person) - Method in interface org.apache.abdera.model.Entry
Adds an individual contributor to this entry
addContributor(String) - Method in interface org.apache.abdera.model.Entry
Adds a contributor
addContributor(String, String, String) - Method in interface org.apache.abdera.model.Entry
Adds an author
addContributor(Person) - Method in interface org.apache.abdera.model.Source
Adds an individual contributor to this entry
addContributor(String) - Method in interface org.apache.abdera.model.Source
Adds a contributor
addContributor(String, String, String) - Method in interface org.apache.abdera.model.Source
Adds a contributor
addCredentials(String, String, String, Credentials) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
addDateHeader(String, Date) - Method in class org.apache.abdera.protocol.client.RequestOptions
Similar to setDateHeader but allows for multiple instances of the specified header
addEncodedHeader(String, String, String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Similar to setEncodedHeader, but allows for multiple instances of the specified header
addEncodedHeader(String, String, String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Similar to setEncodedHeader, but allows for multiple instances of the specified header
addEncodedHeader(String, String, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
addEncodedHeaders(String, String, String...) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
addEntry(Entry) - Method in interface org.apache.abdera.model.Feed
Adds a new Entry to the end of the Feeds collection of entries
addEntry() - Method in interface org.apache.abdera.model.Feed
Adds a new Entry to the end of the Feeds collection of entries
addExtension(Element) - Method in interface org.apache.abdera.model.ExtensibleElement
Adds an individual extension element
addExtension(Element, Element) - Method in interface org.apache.abdera.model.ExtensibleElement
Adds an individual extension element before the specified element
addExtension(QName) - Method in interface org.apache.abdera.model.ExtensibleElement
Adds an individual extension element
addExtension(QName, QName) - Method in interface org.apache.abdera.model.ExtensibleElement
Adds an individual extension element
addExtension(String, String, String) - Method in interface org.apache.abdera.model.ExtensibleElement
Adds an individual extension element
addExtension(Element) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
addExtension(QName) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
addExtension(String, String, String) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
addExtension(Element, Element) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
addExtension(QName, QName) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
addExtensionFactory(ExtensionFactory) - Method in class org.apache.abdera.util.AbderaConfiguration
Registers an ExtensionFactory implementation.
addFactory(ExtensionFactory) - Method in class org.apache.abdera.factory.ExtensionFactoryMap
 
addHeader(String, String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Similar to setHeader but allows for multiple instances of the specified header
addHeader(String, String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Similar to setHeader but allows for multiple instances of the specified header
addHeader(String, Object) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
addHeaders(String, Object...) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
addImpl(QName, Class<? extends ElementWrapper>) - Method in class org.apache.abdera.util.AbstractExtensionFactory
 
addLink(Link) - Method in interface org.apache.abdera.model.Entry
Adds an individual link to the entry
addLink(String) - Method in interface org.apache.abdera.model.Entry
Add a link to the entry
addLink(String, String) - Method in interface org.apache.abdera.model.Entry
Add a link to the entry
addLink(String, String, String, String, String, long) - Method in interface org.apache.abdera.model.Entry
Add a link to the entry
addLink(Link) - Method in interface org.apache.abdera.model.Source
Adds an individual link to the entry
addLink(String) - Method in interface org.apache.abdera.model.Source
Adds an individual link element
addLink(String, String) - Method in interface org.apache.abdera.model.Source
Adds an individual link element
addLink(String, String, String, String, String, long) - Method in interface org.apache.abdera.model.Source
Adds an individual link element
addMimeType(QName, String) - Method in class org.apache.abdera.util.AbstractExtensionFactory
 
addNamedParser(NamedParser) - Method in class org.apache.abdera.util.AbderaConfiguration
Registers a NamedParser implementation
addNamedWriter(NamedWriter) - Method in class org.apache.abdera.util.AbderaConfiguration
Registers a NamedWriter implementation
addProcessingInstruction(String, String) - Method in interface org.apache.abdera.model.Document
Add a processing instruction to the document
addProvider(Provider) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
addProvider(Provider) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedResponseFilter
 
addReference(String) - Method in interface org.apache.abdera.security.SignatureOptions
 
addReference(String) - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
addSimpleExtension(QName, String) - Method in interface org.apache.abdera.model.ExtensibleElement
Adds a simple extension (text content only)
addSimpleExtension(String, String, String, String) - Method in interface org.apache.abdera.model.ExtensibleElement
Adds a simple extension (text content only)
addSimpleExtension(QName, String) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
addSimpleExtension(String, String, String, String) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
addStylesheet(String, String) - Method in interface org.apache.abdera.model.Document
Add a xml-stylesheet processing instruction to the document
addWorkspace(Workspace) - Method in interface org.apache.abdera.model.Service
Add an individual workspace
addWorkspace(String) - Method in interface org.apache.abdera.model.Service
Add an individual workspace
AESEncryptedResponseFilter - Class in org.apache.abdera.security.util.servlet
<filter> <filter-name>enc filter</filter-name> <filter-class>com.test.EncryptedResponseFilter</filter-class> </filter> <filter-mapping> <filter-name>enc filter</filter-name> <servlet-name>TestServlet</servlet-name> </filter-mapping>
AESEncryptedResponseFilter() - Constructor for class org.apache.abdera.security.util.servlet.AESEncryptedResponseFilter
 
AID - Static variable in interface org.apache.abdera.util.Constants
 
ANONYMOUS - Static variable in class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver
 
APP_MEDIA_TYPE - Static variable in interface org.apache.abdera.util.Constants
 
APP_NAME - Static variable in interface org.apache.abdera.util.Version
 
APP_NS - Static variable in interface org.apache.abdera.util.Constants
 
APP_NS_PRE_RFC - Static variable in interface org.apache.abdera.util.Constants
Deprecated. Use Constants.APP_NS instead
APP_PREFIX - Static variable in interface org.apache.abdera.util.Constants
 
ATITLE - Static variable in interface org.apache.abdera.util.Constants
 
ATOM_MEDIA_TYPE - Static variable in interface org.apache.abdera.util.Constants
 
ATOM_NS - Static variable in interface org.apache.abdera.util.Constants
 
AtomDate - Class in org.apache.abdera.model
Provides an implementation of the Atom Date Construct, which is itself a specialization of the RFC3339 date-time.
AtomDate() - Constructor for class org.apache.abdera.model.AtomDate
 
AtomDate(String) - Constructor for class org.apache.abdera.model.AtomDate
Create an AtomDate using the serialized string format (e.g.
AtomDate(Date) - Constructor for class org.apache.abdera.model.AtomDate
Create an AtomDate using a java.util.Date
AtomDate(Calendar) - Constructor for class org.apache.abdera.model.AtomDate
Create an AtomDate using a java.util.Calendar.
AtomDate(long) - Constructor for class org.apache.abdera.model.AtomDate
Create an AtomDate using the number of milliseconds since January 1, 1970, 00:00:00 GMT
Attribute - Interface in org.apache.abdera.model
An attribute.
AURI - Static variable in interface org.apache.abdera.util.Constants
 
AUTHOR - Static variable in interface org.apache.abdera.util.Constants
 
autoclose - Variable in class org.apache.abdera.util.AbstractWriterOptions
 
AutoReleasingInputStream - Class in org.apache.abdera.protocol.client.util
 
AutoReleasingInputStream(HttpMethod, InputStream) - Constructor for class org.apache.abdera.protocol.client.util.AutoReleasingInputStream
 

B

badrequest(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a 400 bad request error
Base - Interface in org.apache.abdera.model
The Base interface provides the basis for the Feed Object Model API and defines the operations common to both the Element and Document APIs.
BASE - Static variable in interface org.apache.abdera.util.Constants
 
BaseRequestEntity - Class in org.apache.abdera.protocol.client.util
Required for the Apache Commons HTTP AbderaClient.
BaseRequestEntity(Base) - Constructor for class org.apache.abdera.protocol.client.util.BaseRequestEntity
 
BaseRequestEntity(Base, boolean) - Constructor for class org.apache.abdera.protocol.client.util.BaseRequestEntity
 
BaseResponseContext<T extends Base> - Class in org.apache.abdera.protocol.server.impl
 
BaseResponseContext(T) - Constructor for class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
BaseResponseContext(T, boolean) - Constructor for class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
baseUri - Variable in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
beforeOrEqual(Date, Date) - Static method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
BlackListParseFilter - Class in org.apache.abdera.util.filter
BlackList Implementation of ParseFilter.
BlackListParseFilter() - Constructor for class org.apache.abdera.util.filter.BlackListParseFilter
 
booleanValueOf(String, Base) - Method in class org.apache.abdera.util.AbstractXPath
 
booleanValueOf(String, Base) - Method in interface org.apache.abdera.xpath.XPath
Return a boolean representation of the specified Path
booleanValueOf(String, Base, Map<String, String>) - Method in interface org.apache.abdera.xpath.XPath
Return a boolean representation of the specified Path using the specified Namespaces mapping
bootstrap(ServletRequest, ServletResponse) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
bootstrap(ServletRequest, ServletResponse) - Method in class org.apache.abdera.security.util.servlet.DHEncryptedRequestFilter
 
buildCacheControl(AbstractRequest) - Static method in class org.apache.abdera.protocol.util.CacheControlUtil
 

C

cache - Variable in class org.apache.abdera.protocol.client.AbderaClient
 
Cache - Interface in org.apache.abdera.protocol.client.cache
 
cache - Variable in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
cache - Variable in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
CacheBase - Class in org.apache.abdera.protocol.client.cache
 
CacheBase(Abdera) - Constructor for class org.apache.abdera.protocol.client.cache.CacheBase
 
CacheControlUtil - Class in org.apache.abdera.protocol.util
 
CacheControlUtil() - Constructor for class org.apache.abdera.protocol.util.CacheControlUtil
 
CacheControlUtil.CacheControlParser - Class in org.apache.abdera.protocol.util
 
CacheControlUtil.CacheControlParser(String) - Constructor for class org.apache.abdera.protocol.util.CacheControlUtil.CacheControlParser
 
CacheControlUtil.Directive - Enum in org.apache.abdera.protocol.util
 
CacheDisposition - Enum in org.apache.abdera.protocol.client.cache
 
CachedResponse - Interface in org.apache.abdera.protocol.client.cache
 
CachedResponseBase - Class in org.apache.abdera.protocol.client.cache
 
CachedResponseBase(Abdera, CacheKey, Cache) - Constructor for class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
CacheException - Exception in org.apache.abdera.protocol.client.cache
 
CacheException() - Constructor for exception org.apache.abdera.protocol.client.cache.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.apache.abdera.protocol.client.cache.CacheException
 
CacheException(String) - Constructor for exception org.apache.abdera.protocol.client.cache.CacheException
 
CacheException(Throwable) - Constructor for exception org.apache.abdera.protocol.client.cache.CacheException
 
CacheFactory - Interface in org.apache.abdera.protocol.client.cache
 
CacheKey - Interface in org.apache.abdera.protocol.client.cache
 
canHandle(String) - Static method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingResponseWrapper
 
CAT_MEDIA_TYPE - Static variable in interface org.apache.abdera.util.Constants
 
Categories - Interface in org.apache.abdera.model
The Atom Publishing Protocol introduces the notion of a "Category Document" and the app:categories element.
CATEGORIES - Static variable in class org.apache.abdera.protocol.server.TargetType
 
CATEGORIES - Static variable in interface org.apache.abdera.util.Constants
 
Category - Interface in org.apache.abdera.model
Provides categorization informaton for a feed or entry
CATEGORY - Static variable in interface org.apache.abdera.util.Constants
 
CERTS - Static variable in class org.apache.abdera.security.util.servlet.SignedRequestFilter
 
charset - Variable in class org.apache.abdera.util.AbstractParserOptions
 
charset - Variable in class org.apache.abdera.util.AbstractWriterOptions
 
checkEntryAddAdditionalNamespaces(List) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Implementations should override this method to add additional namespaces to the ignore list.
checkEntryNamespaces(RequestContext, Entry) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Checks the entry for unknown extension elements.
checkFactory(Factory) - Method in class org.apache.abdera.util.AbstractParserOptions
 
checkMethod(Provider, RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
CLASS - Static variable in interface org.apache.abdera.util.Constants
 
clear() - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
clear() - Method in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
ClientAuthSSLProtocolSocketFactory - Class in org.apache.abdera.protocol.client.util
 
ClientAuthSSLProtocolSocketFactory(KeyStore, String) - Constructor for class org.apache.abdera.protocol.client.util.ClientAuthSSLProtocolSocketFactory
 
ClientAuthSSLProtocolSocketFactory(KeyStore, String, String, String, TrustManager) - Constructor for class org.apache.abdera.protocol.client.util.ClientAuthSSLProtocolSocketFactory
 
ClientAuthSSLProtocolSocketFactory(String, String, String, String, String, TrustManager) - Constructor for class org.apache.abdera.protocol.client.util.ClientAuthSSLProtocolSocketFactory
 
ClientException - Exception in org.apache.abdera.protocol.client
 
ClientException() - Constructor for exception org.apache.abdera.protocol.client.ClientException
 
ClientException(String, Throwable) - Constructor for exception org.apache.abdera.protocol.client.ClientException
 
ClientException(String) - Constructor for exception org.apache.abdera.protocol.client.ClientException
 
ClientException(Throwable) - Constructor for exception org.apache.abdera.protocol.client.ClientException
 
ClientResponse - Interface in org.apache.abdera.protocol.client
 
clone() - Method in interface org.apache.abdera.filter.ParseFilter
 
clone() - Method in interface org.apache.abdera.model.Base
Clone this Base
clone() - Method in class org.apache.abdera.model.ElementWrapper
 
clone() - Method in interface org.apache.abdera.parser.ParserOptions
 
clone() - Method in class org.apache.abdera.security.util.DHContext
 
clone() - Method in class org.apache.abdera.util.AbderaConfiguration
 
clone() - Method in class org.apache.abdera.util.AbstractParserOptions
 
clone() - Method in class org.apache.abdera.util.AbstractWriterOptions
 
clone() - Method in class org.apache.abdera.util.EntityTag
 
clone() - Method in class org.apache.abdera.util.filter.AbstractListParseFilter
 
clone() - Method in class org.apache.abdera.util.filter.AbstractParseFilter
 
clone() - Method in class org.apache.abdera.util.filter.CompoundParseFilter
 
clone() - Method in class org.apache.abdera.util.filter.SafeContentWhiteListParseFilter
 
clone() - Method in interface org.apache.abdera.writer.WriterOptions
 
close() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingServletOutputStream
 
CODE - Static variable in class org.apache.abdera.protocol.error.Error
 
codecs - Variable in class org.apache.abdera.util.AbstractParserOptions
 
codecs - Variable in class org.apache.abdera.util.AbstractWriterOptions
 
Collection - Interface in org.apache.abdera.model
Represents an collection element in an Atom Publishing Protocol introspection document.
COLLECTION - Static variable in class org.apache.abdera.protocol.server.TargetType
 
COLLECTION - Static variable in interface org.apache.abdera.util.Constants
 
combine(String...) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
combine(String...) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
Comment - Interface in org.apache.abdera.model
A comment.
CommonsResponse - Class in org.apache.abdera.protocol.client
 
CommonsResponse(Abdera, HttpMethod) - Constructor for class org.apache.abdera.protocol.client.CommonsResponse
 
compare(MimeType, MimeType) - Static method in class org.apache.abdera.util.MimeTypeHelper
Compare two media types according to their relative level of specificity
compare(String, String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Compare two media types according to their relative level of specificity
CompoundParseFilter - Class in org.apache.abdera.util.filter
A simple compound parse filter that allows us to apply multiple parse filters to a single parse operation.
CompoundParseFilter(CompoundParseFilter.Condition, ParseFilter...) - Constructor for class org.apache.abdera.util.filter.CompoundParseFilter
 
CompoundParseFilter(ParseFilter...) - Constructor for class org.apache.abdera.util.filter.CompoundParseFilter
 
CompoundParseFilter.Condition - Enum in org.apache.abdera.util.filter
 
CompressionFilter - Class in org.apache.abdera.protocol.server.servlet
A filter that applies either GZip or Compress encoding on a response depending on the value of the Accept-Encoding request header.
CompressionFilter() - Constructor for class org.apache.abdera.protocol.server.servlet.CompressionFilter
 
CompressionUtil - Class in org.apache.abdera.util
 
CompressionUtil() - Constructor for class org.apache.abdera.util.CompressionUtil
 
CompressionUtil.CompressionCodec - Enum in org.apache.abdera.util
 
condense(String...) - Static method in class org.apache.abdera.util.MimeTypeHelper
This will take an array of media types and will condense them based on wildcards, etc.
condition - Variable in class org.apache.abdera.util.filter.CompoundParseFilter
 
config - Variable in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
CONFIG_FACTORY - Static variable in interface org.apache.abdera.util.Constants
 
CONFIG_PARSER - Static variable in interface org.apache.abdera.util.Constants
 
CONFIG_PARSERFACTORY - Static variable in interface org.apache.abdera.util.Constants
 
CONFIG_WRITER - Static variable in interface org.apache.abdera.util.Constants
 
CONFIG_WRITERFACTORY - Static variable in interface org.apache.abdera.util.Constants
 
CONFIG_XPATH - Static variable in interface org.apache.abdera.util.Constants
 
conflict(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a 409 conflict error
Constants - Class in org.apache.abdera.security.util
 
Constants - Interface in org.apache.abdera.util
 
contains(QName) - Method in interface org.apache.abdera.filter.ListParseFilter
Returns true if the given qname has been added to the filter
contains(QName, QName) - Method in interface org.apache.abdera.filter.ListParseFilter
Returns true if the given attribute has been added to the filter
contains(String) - Method in interface org.apache.abdera.model.Categories
Returns true if this app:categories listing contains a category with the specified term
contains(String, String) - Method in interface org.apache.abdera.model.Categories
Returns true if this app:categories listing contains a category with the specified term and scheme
contains(QName) - Method in class org.apache.abdera.util.filter.AbstractListParseFilter
 
contains(QName, QName) - Method in class org.apache.abdera.util.filter.AbstractListParseFilter
 
Content - Interface in org.apache.abdera.model
Represents an atom:content element.
CONTENT - Static variable in interface org.apache.abdera.util.Constants
 
Content.Type - Enum in org.apache.abdera.model
Used to identify the type of content
CONTENT_ENCRYPTED - Static variable in class org.apache.abdera.security.util.Constants
 
context - Variable in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
context - Variable in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
context - Variable in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
CONTRIBUTOR - Static variable in interface org.apache.abdera.util.Constants
 
Control - Interface in org.apache.abdera.model
Represents an Atom Publishing Protocol control element.
CONTROL - Static variable in interface org.apache.abdera.util.Constants
 
CONTROL_NS - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
CONTROL_PREFIX - Static variable in interface org.apache.abdera.util.Constants
 
create(Abdera, int, String) - Static method in class org.apache.abdera.protocol.error.Error
 
createCachedResponse(ClientResponse, CacheKey) - Method in class org.apache.abdera.protocol.client.cache.CacheBase
 
createCachedResponse(ClientResponse, CacheKey) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
createDefaultRequestOptions() - Static method in class org.apache.abdera.protocol.client.util.MethodHelper
 
createEntry(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
createErrorDocument(Abdera, int, String, Throwable) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
createMethod(String, String, RequestEntity, RequestOptions) - Static method in class org.apache.abdera.protocol.client.util.MethodHelper
 
createServiceContext() - Method in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
createServiceContext() - Method in class org.apache.abdera.spring.SpringAbderaServlet
 
createServiceManager() - Method in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.abdera.protocol.client.util.ClientAuthSSLProtocolSocketFactory
 
createSocket(String, int) - Method in class org.apache.abdera.protocol.client.util.ClientAuthSSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.abdera.protocol.client.util.ClientAuthSSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.apache.abdera.protocol.client.util.ClientAuthSSLProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.abdera.protocol.client.util.SimpleSSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.abdera.protocol.client.util.SimpleSSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.apache.abdera.protocol.client.util.SimpleSSLProtocolSocketFactory
 
createSocket(String, int) - Method in class org.apache.abdera.protocol.client.util.SimpleSSLProtocolSocketFactory
 

D

DataSourceRequestEntity - Class in org.apache.abdera.protocol.client.util
 
DataSourceRequestEntity(DataHandler) - Constructor for class org.apache.abdera.protocol.client.util.DataSourceRequestEntity
 
DataSourceRequestEntity(DataSource) - Constructor for class org.apache.abdera.protocol.client.util.DataSourceRequestEntity
 
DateTime - Interface in org.apache.abdera.model
An element conforming to the Atom Date Construct.
DateTimeWrapper - Class in org.apache.abdera.model
 
DateTimeWrapper(Element) - Constructor for class org.apache.abdera.model.DateTimeWrapper
 
DateTimeWrapper(Factory, QName) - Constructor for class org.apache.abdera.model.DateTimeWrapper
 
declareNS(String, String) - Method in interface org.apache.abdera.model.Element
Declare a namespace
declareNS(String, String) - Method in class org.apache.abdera.model.ElementWrapper
 
decode(String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
Used to decode a string as specified by RFC 2047
decrypt(Document, EncryptionOptions) - Method in interface org.apache.abdera.security.Encryption
Decrypt the document using the specified options
decrypt(Document, EncryptionOptions) - Method in class org.apache.abdera.security.xmlsec.XmlEncryption
 
DEFAULT_FACTORY - Static variable in interface org.apache.abdera.util.Constants
 
DEFAULT_PARSER - Static variable in interface org.apache.abdera.util.Constants
 
DEFAULT_PARSERFACTORY - Static variable in interface org.apache.abdera.util.Constants
 
DEFAULT_USER_AGENT - Static variable in class org.apache.abdera.protocol.client.AbderaClient
 
DEFAULT_WRITER - Static variable in interface org.apache.abdera.util.Constants
 
DEFAULT_WRITERFACTORY - Static variable in interface org.apache.abdera.util.Constants
 
DEFAULT_XPATH - Static variable in interface org.apache.abdera.util.Constants
 
defaultpagesize - Variable in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
defaultprovidermanager - Variable in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
DefaultRequestHandler - Class in org.apache.abdera.protocol.server.impl
 
DefaultRequestHandler() - Constructor for class org.apache.abdera.protocol.server.impl.DefaultRequestHandler
 
DefaultRequestHandlerManager - Class in org.apache.abdera.protocol.server.impl
 
DefaultRequestHandlerManager() - Constructor for class org.apache.abdera.protocol.server.impl.DefaultRequestHandlerManager
 
defaultrequesthandlermanager - Variable in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
DefaultServiceContext - Class in org.apache.abdera.protocol.server.impl
 
DefaultServiceContext() - Constructor for class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
defaultsubjectresolver - Variable in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
defaulttargetresolver - Variable in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
delete(String, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
delete(String) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
deleteEntry(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
deleteMedia(RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
deleteMedia(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
destroy() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter
 
detect - Variable in class org.apache.abdera.util.AbstractParserOptions
 
DHContext - Class in org.apache.abdera.security.util
Implements the Diffie-Hellman Key Exchange details for both parties Party A: DHContext context_a = new DHContext(); String req = context_a.getRequestString(); Party B: DHContext context_b = new DHContext(req); EncryptionOptions options = context_b.getEncryptionOptions(enc); // encrypt String ret = context_b.getResponseString(); Party A: context_a.setPublicKey(ret); EncryptionOptions options = context_a.getEncryptionOptions(enc); // decrypt
DHContext() - Constructor for class org.apache.abdera.security.util.DHContext
 
DHContext(String) - Constructor for class org.apache.abdera.security.util.DHContext
 
DHEncryptedRequestFilter - Class in org.apache.abdera.security.util.servlet
A filter implementation that allows requests to be encrypted using Diffie-Hellman key negotiation.
DHEncryptedRequestFilter() - Constructor for class org.apache.abdera.security.util.servlet.DHEncryptedRequestFilter
 
DHEncryptedResponseFilter - Class in org.apache.abdera.security.util.servlet
A Servlet Filter that uses Diffie-Hellman Key Exchange to encrypt Atom documents.
DHEncryptedResponseFilter() - Constructor for class org.apache.abdera.security.util.servlet.DHEncryptedResponseFilter
 
discard() - Method in interface org.apache.abdera.model.Comment
Delete the comment node
discard() - Method in interface org.apache.abdera.model.Element
Removes this element from its current document
discard() - Method in class org.apache.abdera.model.ElementWrapper
 
discard() - Method in interface org.apache.abdera.model.ProcessingInstruction
Delete this PI
discard() - Method in interface org.apache.abdera.model.TextValue
Delete this node
Div - Interface in org.apache.abdera.model
Represents an XHTML div tag.
DIV - Static variable in interface org.apache.abdera.util.Constants
 
Document<T extends Element> - Interface in org.apache.abdera.model
The top level artifact of the Feed Object Model.
document - Variable in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
doDecryption(Document, EncryptionOptions, Encryption, AbstractFilter.BufferedRequestWrapper) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
doEncryption(ServletRequest, Object) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedResponseFilter
 
doEncryption(ServletRequest, Object) - Method in class org.apache.abdera.security.util.servlet.AESEncryptedResponseFilter
 
doEncryption(ServletRequest, Object) - Method in class org.apache.abdera.security.util.servlet.DHEncryptedResponseFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.abdera.protocol.server.servlet.CompressionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.abdera.protocol.server.servlet.MethodOverrideFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedResponseFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.abdera.security.util.servlet.SignedRequestFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.abdera.security.util.servlet.SignedResponseFilter
 
domToFom(Document, SecurityOptions) - Method in class org.apache.abdera.security.util.SecurityBase
 
domToFom(Element, SecurityOptions) - Method in class org.apache.abdera.security.util.SecurityBase
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.abdera.spring.AbstractSingleBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.abdera.spring.RegexTargetResolverDefinitionParser
 
DRAFT - Static variable in interface org.apache.abdera.util.Constants
 
DSIG_NS - Static variable in class org.apache.abdera.security.util.Constants
 
DSIG_PREFIX - Static variable in class org.apache.abdera.security.util.Constants
 

E

EDITED - Static variable in interface org.apache.abdera.util.Constants
 
Element - Interface in org.apache.abdera.model
Root interface for all elements in the Feed Object Model
ElementWrapper - Class in org.apache.abdera.model
 
ElementWrapper(Element) - Constructor for class org.apache.abdera.model.ElementWrapper
 
ElementWrapper(Factory, QName) - Constructor for class org.apache.abdera.model.ElementWrapper
 
EMAIL - Static variable in interface org.apache.abdera.util.Constants
 
EMPTY - Static variable in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
EmptyResponseContext - Class in org.apache.abdera.protocol.server.impl
 
EmptyResponseContext(int) - Constructor for class org.apache.abdera.protocol.server.impl.EmptyResponseContext
 
encode(String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
encode(String, String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
encode(String, String, EncodingUtil.Codec) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
Used to encode a string as specified by RFC 2047
EncodingUtil - Class in org.apache.abdera.protocol.util
 
EncodingUtil() - Constructor for class org.apache.abdera.protocol.util.EncodingUtil
 
EncodingUtil.Codec - Enum in org.apache.abdera.protocol.util
 
encrypt(Document, EncryptionOptions) - Method in interface org.apache.abdera.security.Encryption
Encrypt the document using the specified options
encrypt(Document, EncryptionOptions) - Method in class org.apache.abdera.security.xmlsec.XmlEncryption
 
ENCRYPTEDDATA - Static variable in class org.apache.abdera.security.util.Constants
 
Encryption - Interface in org.apache.abdera.security
Interface used for encrypting/decrypting Abdera documents.
EncryptionBase - Class in org.apache.abdera.security.util
 
EncryptionBase(Abdera) - Constructor for class org.apache.abdera.security.util.EncryptionBase
 
EncryptionOptions - Interface in org.apache.abdera.security
Provides access to the information necessary to encrypt or decrypt a document
EntityTag - Class in org.apache.abdera.util
Implements an EntityTag.
EntityTag(String) - Constructor for class org.apache.abdera.util.EntityTag
 
EntityTag(String, boolean) - Constructor for class org.apache.abdera.util.EntityTag
 
Entry - Interface in org.apache.abdera.model
Represents an Atom Entry element.
ENTRY - Static variable in class org.apache.abdera.protocol.server.TargetType
 
ENTRY - Static variable in interface org.apache.abdera.util.Constants
 
entryPost(RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
entryPost(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
equals(Object) - Method in class org.apache.abdera.model.AtomDate
 
equals(Object) - Method in class org.apache.abdera.model.ElementWrapper
 
equals(Object) - Method in class org.apache.abdera.protocol.client.cache.SimpleCacheKey
 
equals(Object) - Method in exception org.apache.abdera.protocol.error.ProtocolException
 
equals(Object) - Method in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
equals(Object) - Method in class org.apache.abdera.protocol.server.impl.RegexTargetResolver.RegexTarget
 
equals(Object) - Method in class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver.AnonymousPrincipal
 
equals(Object) - Method in class org.apache.abdera.protocol.server.TargetType
 
equals(Object) - Method in class org.apache.abdera.util.EntityTag
 
Error - Class in org.apache.abdera.protocol.error
Abdera protocol error element
Error(Element) - Constructor for class org.apache.abdera.protocol.error.Error
 
Error(Factory, QName) - Constructor for class org.apache.abdera.protocol.error.Error
 
ERROR - Static variable in class org.apache.abdera.protocol.error.Error
 
error - Variable in exception org.apache.abdera.protocol.error.ProtocolException
 
ErrorExtensionFactory - Class in org.apache.abdera.protocol.error
 
ErrorExtensionFactory() - Constructor for class org.apache.abdera.protocol.error.ErrorExtensionFactory
 
evaluate(String, Base) - Method in class org.apache.abdera.util.AbstractXPath
 
evaluate(String, Base) - Method in interface org.apache.abdera.xpath.XPath
Evaluate the specified XPath and return it's value
evaluate(String, Base, Map<String, String>) - Method in interface org.apache.abdera.xpath.XPath
Evaluate the specified XPath and return it's value using the specified Namespaces mapping
execute(String, String, Base, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
execute(String, String, InputStream, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
execute(String, String, RequestEntity, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
ExtensibleElement - Interface in org.apache.abdera.model
An abstract element that can be extended with namespaced child elements
ExtensibleElementWrapper - Class in org.apache.abdera.model
 
ExtensibleElementWrapper(Element) - Constructor for class org.apache.abdera.model.ExtensibleElementWrapper
 
ExtensibleElementWrapper(Factory, QName) - Constructor for class org.apache.abdera.model.ExtensibleElementWrapper
 
ExtensionFactory - Interface in org.apache.abdera.factory
Extension Factories are used to provide a means of dynamically resolving builders for namespaced extension elements
ExtensionFactoryMap - Class in org.apache.abdera.factory
 
ExtensionFactoryMap(List<ExtensionFactory>) - Constructor for class org.apache.abdera.factory.ExtensionFactoryMap
 

F

Factory - Interface in org.apache.abdera.factory
The Factory interface is the primary means by which Feed Object Model instances are built.
factory - Variable in class org.apache.abdera.util.AbstractParserOptions
 
Feed - Interface in org.apache.abdera.model
Represents an Atom Feed Element
FEED - Static variable in interface org.apache.abdera.util.Constants
 
filterreserved - Variable in class org.apache.abdera.util.AbstractParserOptions
 
filters - Variable in class org.apache.abdera.util.filter.CompoundParseFilter
 
finish() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingResponseWrapper
 
finishCompressedOutputStream(OutputStream, WriterOptions) - Method in class org.apache.abdera.util.AbstractWriter
 
FIXED - Static variable in interface org.apache.abdera.util.Constants
 
flags - Variable in class org.apache.abdera.protocol.util.AbstractRequest
 
flags - Variable in class org.apache.abdera.protocol.util.AbstractResponse
 
flags - Variable in class org.apache.abdera.util.filter.AbstractParseFilter
 
flush() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingServletOutputStream
 
fomToDom(Document, SecurityOptions) - Method in class org.apache.abdera.security.util.SecurityBase
 
fomToDom(Element, SecurityOptions) - Method in class org.apache.abdera.security.util.SecurityBase
 
forbidden(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return an unauthorized error
format(Date) - Static method in class org.apache.abdera.model.AtomDate
Create the serialized string form from a java.util.Date
format(String, Object...) - Static method in class org.apache.abdera.util.Messages
 
formats - Variable in class org.apache.abdera.util.AbstractNamedParser
 
formats - Variable in class org.apache.abdera.util.AbstractNamedWriter
 
fromString(String) - Static method in enum org.apache.abdera.protocol.client.util.MethodHelper.Method
 

G

generate(String...) - Static method in class org.apache.abdera.util.EntityTag
Utility method for generating ETags.
generateKey(String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
generateKeyPair(String, int) - Static method in class org.apache.abdera.security.util.KeyHelper
 
generateKeyPair(String, int, String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
generatePublicKey(String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
generateSecret() - Method in class org.apache.abdera.security.util.DHContext
 
generateSecretKey(String, int) - Static method in class org.apache.abdera.security.util.KeyHelper
 
generateSecretKey(String, int, String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
Generator - Interface in org.apache.abdera.model
Identifies the software implementation that produced the Atom feed.
GENERATOR - Static variable in interface org.apache.abdera.util.Constants
 
get(String, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
get(String) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
get(String, RequestOptions) - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
get(CacheKey) - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
get(String, RequestOptions) - Method in class org.apache.abdera.protocol.client.cache.CacheBase
 
get(CacheKey) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
get(Request) - Method in interface org.apache.abdera.protocol.ItemManager
 
get(Request) - Method in class org.apache.abdera.protocol.server.impl.AbstractItemManager
 
get(Request) - Method in class org.apache.abdera.protocol.server.impl.AbstractSingletonProviderManager
 
get(Request) - Method in class org.apache.abdera.protocol.server.impl.AbstractSingletonRequestHandlerManager
 
get(String) - Static method in class org.apache.abdera.protocol.server.TargetType
 
get(String, boolean) - Static method in class org.apache.abdera.protocol.server.TargetType
 
get(String) - Static method in class org.apache.abdera.util.Messages
 
get(String, String) - Static method in class org.apache.abdera.util.Messages
 
getAbdera() - Method in interface org.apache.abdera.factory.Factory
Get the Abdera instance for this factory
getAbdera() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getAbdera() - Method in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
getAbdera() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getAbdera() - Method in interface org.apache.abdera.protocol.server.ServiceContext
 
getAbdera() - Static method in class org.apache.abdera.protocol.server.ServiceManager
 
getAbdera() - Method in class org.apache.abdera.protocol.server.servlet.AbderaFilter
 
getAbdera() - Method in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
getAbdera() - Method in class org.apache.abdera.security.util.SecurityBase
 
getAbdera() - Method in class org.apache.abdera.util.AbstractParser
 
getAccept() - Method in interface org.apache.abdera.model.Collection
Returns the listing of media-ranges allowed for this collection
getAccept() - Method in interface org.apache.abdera.protocol.Request
 
getAccept() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getAcceptableNamedWriter(Abdera, String) - Static method in class org.apache.abdera.protocol.server.util.ServerUtils
Returns an appropriate NamedWriter instance given an appropriately formatted HTTP Accept header.
getAcceptCharset() - Method in interface org.apache.abdera.protocol.Request
 
getAcceptCharset() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getAcceptEncoding() - Method in interface org.apache.abdera.protocol.Request
 
getAcceptEncoding() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getAcceptLanguage() - Method in interface org.apache.abdera.protocol.Request
 
getAcceptLanguage() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getAge() - Method in interface org.apache.abdera.protocol.Response
 
getAge() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getAllow() - Method in interface org.apache.abdera.protocol.Response
 
getAllow() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getAllowedMethods(TargetType) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
getAllowedMethods(TargetType) - Method in interface org.apache.abdera.protocol.server.Provider
 
getAlternateLink() - Method in interface org.apache.abdera.model.Entry
Returns this entries first alternate link
getAlternateLink(String, String) - Method in interface org.apache.abdera.model.Entry
Returns the first alternate link matching the specified type and hreflang
getAlternateLink() - Method in interface org.apache.abdera.model.Source
Returns this entries first alternate link
getAlternateLink(String, String) - Method in interface org.apache.abdera.model.Source
 
getAlternateLinkResolvedHref() - Method in interface org.apache.abdera.model.Entry
Return a link href resolved against the in-scope Base URI
getAlternateLinkResolvedHref(String, String) - Method in interface org.apache.abdera.model.Entry
Return a link href resolved against the in-scope Base URI
getAlternateLinkResolvedHref() - Method in interface org.apache.abdera.model.Source
 
getAlternateLinkResolvedHref(String, String) - Method in interface org.apache.abdera.model.Source
 
getAndRegisterFirstChild(Element, ParserContext, BeanDefinitionBuilder, String) - Method in class org.apache.abdera.spring.AbstractSingleBeanDefinitionParser
 
getAsFeed() - Method in interface org.apache.abdera.model.Source
Convert the Source element into an empty Feed element
getAsSource() - Method in interface org.apache.abdera.model.Feed
Creates a Source element from this Feed
getAttribute(RequestContext.Scope, String) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getAttribute(RequestContext.Scope, String) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getAttributeNames(RequestContext.Scope) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getAttributeNames(RequestContext.Scope) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getAttributes() - Method in interface org.apache.abdera.model.Element
Returns a listing of all attributes on this element
getAttributes() - Method in class org.apache.abdera.model.ElementWrapper
 
getAttributeValue(String) - Method in interface org.apache.abdera.model.Element
Returns the value of the named attribute
getAttributeValue(QName) - Method in interface org.apache.abdera.model.Element
Returns the value of the named attribute
getAttributeValue(QName) - Method in class org.apache.abdera.model.ElementWrapper
 
getAttributeValue(String) - Method in class org.apache.abdera.model.ElementWrapper
 
getAuthenticationSchemePriority() - Method in class org.apache.abdera.protocol.client.AbderaClient
 
getAuthor() - Method in interface org.apache.abdera.model.Entry
Returns the first author listed for the entry
getAuthor() - Method in interface org.apache.abdera.model.Source
Returns the first author listed for the entry
getAuthorization() - Method in interface org.apache.abdera.protocol.Request
 
getAuthorization() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getAuthors() - Method in interface org.apache.abdera.model.Entry
Returns the complete set of authors listed for the entry
getAuthors() - Method in interface org.apache.abdera.model.Source
Returns the complete set of authors listed for the entry
getAutoClose() - Method in class org.apache.abdera.util.AbstractWriterOptions
 
getAutoClose() - Method in interface org.apache.abdera.writer.WriterOptions
 
getAutodetectCharset() - Method in interface org.apache.abdera.parser.ParserOptions
Returns true if the parser should attempt to automatically detect the character encoding from the stream
getAutodetectCharset() - Method in class org.apache.abdera.util.AbstractParserOptions
 
getBase() - Method in class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
getBaseUri() - Method in interface org.apache.abdera.model.Document
Returns the Base URI of the document.
getBaseUri() - Method in interface org.apache.abdera.model.Element
Returns the value of this element's xml:base attribute or null if xml:base is undefined.
getBaseUri() - Method in class org.apache.abdera.model.ElementWrapper
 
getBaseUri() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getBaseUri() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getBeanClassName(Element) - Method in class org.apache.abdera.spring.RegexTargetResolverDefinitionParser
 
getBeanClassName(Element) - Method in class org.apache.abdera.spring.ServiceContextDefinitionParser
 
getBuffer() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingServletOutputStream
 
getCache() - Method in class org.apache.abdera.protocol.client.AbderaClient
 
getCache() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
getCache() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getCache(Abdera) - Method in interface org.apache.abdera.protocol.client.cache.CacheFactory
 
getCache(Abdera) - Method in class org.apache.abdera.protocol.client.cache.lru.LRUCacheFactory
 
getCacheableHeaders(ClientResponse) - Static method in class org.apache.abdera.protocol.client.util.MethodHelper
 
getCacheControl() - Method in class org.apache.abdera.protocol.client.RequestOptions
Return the value of the Cache-Control header
getCacheControl() - Method in interface org.apache.abdera.protocol.Request
 
getCacheControl() - Method in interface org.apache.abdera.protocol.Response
 
getCacheControl() - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
getCacheControl() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getCacheControl() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getCachedTime() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
getCachedTime() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getCacheKey(String, RequestOptions) - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
getCacheKey(String, RequestOptions, ClientResponse) - Method in class org.apache.abdera.protocol.client.cache.CacheBase
 
getCacheKey(String, RequestOptions) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
getCacheKey(String, RequestOptions, ClientResponse) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
getCalendar() - Method in class org.apache.abdera.model.AtomDate
Returns the value of this Atom Date as a java.util.Calendar
getCalendar() - Method in interface org.apache.abdera.model.DateTime
Returns the content value of the element as a java.util.Calendar object
getCalendar() - Method in class org.apache.abdera.model.DateTimeWrapper
 
getCategories() - Method in interface org.apache.abdera.model.Categories
Lists the complete set of categories
getCategories(String) - Method in interface org.apache.abdera.model.Categories
Lists the complete set of categories that use the specified scheme
getCategories() - Method in interface org.apache.abdera.model.Collection
Returns the app:categories element
getCategories() - Method in interface org.apache.abdera.model.Entry
Lists the complete set of categories listed for the entry
getCategories(String) - Method in interface org.apache.abdera.model.Entry
Lists the complete set of categories using the specified scheme A listing of atom:category elements using the specified scheme
getCategories() - Method in interface org.apache.abdera.model.Source
Lists the complete set of categories listed for the entry
getCategories(String) - Method in interface org.apache.abdera.model.Source
Lists the complete set of categories using the specified scheme
getCategories(RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
getCategories(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
getCategories() - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
getCategoriesWithScheme() - Method in interface org.apache.abdera.model.Categories
Returns a copy of the complete set of categories with the scheme attribute set
getCategoriesWithScheme(String) - Method in interface org.apache.abdera.model.Categories
Returns a copy of the complete set of categories with the scheme attribute set as specified in 7.2.1.
getCertificate() - Method in interface org.apache.abdera.security.SignatureOptions
Return the X.509 cert to associated with the signature
getCertificate(KeyStore, String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
getCertificate() - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
getCerts(ServletRequest) - Method in class org.apache.abdera.security.util.servlet.AESEncryptedResponseFilter
 
getCharacterEncoding() - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getCharacterEncoding() - Method in interface org.apache.abdera.protocol.client.ClientResponse
Return the character set encoding specified in the ContentType header, if ant
getCharset() - Method in interface org.apache.abdera.model.Document
Gets the charset used for this document
getCharset() - Method in interface org.apache.abdera.parser.ParserOptions
Returns the default character set to use for the parsed document
getCharset() - Method in class org.apache.abdera.util.AbstractParserOptions
 
getCharset() - Method in class org.apache.abdera.util.AbstractWriterOptions
 
getCharset() - Method in interface org.apache.abdera.writer.WriterOptions
 
getChild(Node, int) - Static method in class org.apache.abdera.spring.RegexTargetResolverDefinitionParser
 
getClassLoader() - Static method in class org.apache.abdera.util.ServiceUtil
Get the context class loader for this thread
getClientResponse() - Method in exception org.apache.abdera.protocol.client.RequestException
 
getCode() - Method in class org.apache.abdera.protocol.error.Error
 
getCodec(String) - Static method in class org.apache.abdera.util.CompressionUtil
 
getCollection(String, String) - Method in interface org.apache.abdera.model.Service
Returns the named collection
getCollection() - Method in interface org.apache.abdera.model.Source
Return an app:collection element associatd with this atom:source.
getCollection(String) - Method in interface org.apache.abdera.model.Workspace
Returns the named collection
getCollections() - Method in interface org.apache.abdera.model.Workspace
Returns the full set of collections in this workspace
getCollections() - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
getCollectionsThatAccept(MimeType...) - Method in interface org.apache.abdera.model.Service
Returns collections that accept the specified media types
getCollectionsThatAccept(String...) - Method in interface org.apache.abdera.model.Service
Returns collections that accept the specified media types
getCollectionsThatAccept(MimeType...) - Method in interface org.apache.abdera.model.Workspace
Returns collections that accept the specified media types
getCollectionsThatAccept(String...) - Method in interface org.apache.abdera.model.Workspace
Returns collections that accept the specified media types
getCollectionThatAccepts(MimeType...) - Method in interface org.apache.abdera.model.Service
Returns a collection that accepts the specified media types
getCollectionThatAccepts(String...) - Method in interface org.apache.abdera.model.Service
Returns a collection that accepts the specified media types
getCollectionThatAccepts(MimeType...) - Method in interface org.apache.abdera.model.Workspace
Returns a collection that accepts the specified media types
getCollectionThatAccepts(String...) - Method in interface org.apache.abdera.model.Workspace
Returns a collection that accepts the specified media types
getComparator() - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns a Comparator that can be used to compare and sort MIME media types according to their level of specificity (e.g.
getCompressedOutputStream(OutputStream, WriterOptions) - Method in class org.apache.abdera.util.AbstractWriter
 
getCompressionCodecs() - Method in interface org.apache.abdera.parser.ParserOptions
When parsing an InputStream that contains compressed data, use these codecs to decompress the stream.
getCompressionCodecs() - Method in class org.apache.abdera.util.AbstractParserOptions
 
getCompressionCodecs() - Method in class org.apache.abdera.util.AbstractWriterOptions
 
getCompressionCodecs() - Method in interface org.apache.abdera.writer.WriterOptions
When writing, use the specified compression codecs
getConfig() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter
 
getConfiguration() - Method in class org.apache.abdera.Abdera
Return the Abdera Configuration used to initialize this instance
getConfigurationOption(String) - Method in class org.apache.abdera.util.AbderaConfiguration
Retrieve the value of the specified configuration option
getConfigurationOption(String, String) - Method in class org.apache.abdera.util.AbderaConfiguration
Retrieve the value of the specified configuration option or _default if the value is null
getContent() - Method in interface org.apache.abdera.model.Entry
Returns the text of the content element
getContentElement() - Method in interface org.apache.abdera.model.Entry
Returns the content for this entry
getContentLanguage() - Method in interface org.apache.abdera.protocol.Response
 
getContentLanguage() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getContentLength() - Method in class org.apache.abdera.protocol.client.util.BaseRequestEntity
 
getContentLength() - Method in class org.apache.abdera.protocol.client.util.DataSourceRequestEntity
 
getContentLength() - Method in interface org.apache.abdera.protocol.Response
 
getContentLength() - Method in class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
getContentLength() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getContentLocation() - Method in interface org.apache.abdera.protocol.Response
 
getContentLocation() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getContentMimeType() - Method in interface org.apache.abdera.model.Entry
Returns the media type of the content type or null if type equals 'text', 'html' or 'xhtml'
getContentSrc() - Method in interface org.apache.abdera.model.Entry
Returns the content/@src attribute, if any
getContentStream() - Method in interface org.apache.abdera.model.Entry
Returns an input stream from the content element value.
getContentType() - Method in interface org.apache.abdera.model.Content
Returns the Content Type
getContentType() - Method in interface org.apache.abdera.model.Document
Returns the content type of this document
getContentType() - Method in interface org.apache.abdera.model.Entry
Returns the content type
getContentType() - Method in class org.apache.abdera.protocol.client.util.BaseRequestEntity
 
getContentType() - Method in class org.apache.abdera.protocol.client.util.DataSourceRequestEntity
 
getContentType() - Method in interface org.apache.abdera.protocol.Request
 
getContentType() - Method in interface org.apache.abdera.protocol.Response
 
getContentType() - Method in class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
getContentType() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getContentType() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getContentType() - Method in class org.apache.abdera.util.AbderaDataSource
 
getContextPath() - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getContextPath() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getContributors() - Method in interface org.apache.abdera.model.Entry
Lists the complete set of contributors for this entry
getContributors() - Method in interface org.apache.abdera.model.Source
Lists the complete set of contributors for this entry
getControl(boolean) - Method in interface org.apache.abdera.model.Entry
Returns this entries Atom Publishing Protocol control element.
getControl() - Method in interface org.apache.abdera.model.Entry
Returns this entries Atom Publishing Protocol control element
getCurrentAge() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
getCurrentAge() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getDataCipherAlgorithm() - Method in interface org.apache.abdera.security.EncryptionOptions
Return the cipher algorithm used to decrypt/encrypt the document content The default is "http://www.w3.org/2001/04/xmlenc#aes128-cbc"
getDataCipherAlgorithm() - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
getDataEncryptionKey() - Method in interface org.apache.abdera.security.EncryptionOptions
Return the secret key used to encrypt/decrypt the document content
getDataEncryptionKey() - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
getDataHandler() - Method in interface org.apache.abdera.model.Content
Attempts to Base64 decode the string value of the content element.
getDataHandler() - Method in interface org.apache.abdera.model.TextValue
A DataHandler for Base64 encoded binary data
getDate() - Method in class org.apache.abdera.model.AtomDate
Returns the value of this Atom Date
getDate() - Method in interface org.apache.abdera.model.DateTime
Returns the content value of the element as a java.util.Date object
getDate() - Method in class org.apache.abdera.model.DateTimeWrapper
 
getDateHeader(String) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getDateHeader(String) - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return the named HTTP header as a java.util.Date
getDateHeader(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Returns the date value of the specified header
getDateHeader(String) - Method in interface org.apache.abdera.protocol.Request
 
getDateHeader(String) - Method in interface org.apache.abdera.protocol.Response
 
getDateHeader(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
getDateHeader(String) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getDecodedHeader(String) - Method in interface org.apache.abdera.protocol.Request
 
getDecodedHeader(String) - Method in interface org.apache.abdera.protocol.Response
 
getDecodedHeader(String) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getDecodedHeader(String) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getDecodedHeaders(String) - Method in interface org.apache.abdera.protocol.Request
 
getDecodedHeaders(String) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getDecodingInputStream(InputStream, String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
getDecodingInputStream(InputStream, CompressionUtil.CompressionCodec) - Static method in class org.apache.abdera.util.CompressionUtil
 
getDecodingInputStream(InputStream, CompressionUtil.CompressionCodec...) - Static method in class org.apache.abdera.util.CompressionUtil
 
getDefault() - Static method in class org.apache.abdera.util.AbderaConfiguration
Returns the default configuration.
getDefaultEncryptionOptions() - Method in interface org.apache.abdera.security.Encryption
Returns the default encryption/decryption options
getDefaultEncryptionOptions() - Method in class org.apache.abdera.security.xmlsec.XmlEncryption
 
getDefaultFactory() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the Java classname of the default Abdera Factory implementation
getDefaultNamespaces() - Method in class org.apache.abdera.util.AbstractXPath
 
getDefaultNamespaces() - Method in interface org.apache.abdera.xpath.XPath
Return the default mapping of Prefixes to XML Namespaces
getDefaultPageSize() - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
getDefaultParser() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the Java classname of the default Abdera Parser implementation
getDefaultParserFactory() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the Java classname of the default ParserFactory implementation
getDefaultParserOptions() - Method in interface org.apache.abdera.parser.Parser
Return the default parser options for this Parser.
getDefaultParserOptions() - Method in class org.apache.abdera.util.AbstractParser
 
getDefaultProviderManager() - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
getDefaultRequestHandlerManager() - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
getDefaultRequestOptions() - Method in class org.apache.abdera.protocol.client.AbderaClient
 
getDefaultSignatureOptions() - Method in interface org.apache.abdera.security.Signature
Returns the default signing options
getDefaultSignatureOptions() - Method in class org.apache.abdera.security.xmlsec.XmlSignature
 
getDefaultSubjectResolver() - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
getDefaultTargetResolver() - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
getDefaultWriter() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the Java classname of the default Writer implementation
getDefaultWriterFactory() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the Java classname of the default WriterFactory implementation
getDefaultWriterOptions() - Method in interface org.apache.abdera.model.Base
 
getDefaultWriterOptions() - Method in class org.apache.abdera.model.ElementWrapper
 
getDefaultWriterOptions() - Method in class org.apache.abdera.util.AbstractWriter
 
getDefaultWriterOptions() - Method in interface org.apache.abdera.writer.Writer
 
getDefaultXPath() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the Java classname of the default Abdera XPath implementation
getDisposition(String, RequestOptions) - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
getDisposition(String, RequestOptions) - Method in class org.apache.abdera.protocol.client.cache.CacheBase
 
getDisposition() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getDocument() - Method in interface org.apache.abdera.model.Element
Returns the document to which this element belongs
getDocument() - Method in class org.apache.abdera.model.ElementWrapper
 
getDocument() - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getDocument(ParserOptions) - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getDocument(Parser) - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getDocument(Parser, ParserOptions) - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getDocument() - Method in interface org.apache.abdera.protocol.client.ClientResponse
If the response contains an XML document, parse the document
getDocument(ParserOptions) - Method in interface org.apache.abdera.protocol.client.ClientResponse
If the response contains an XML document, parse the document using the specified ParserOptions
getDocument(Parser) - Method in interface org.apache.abdera.protocol.client.ClientResponse
If the response contains an XML document, parse the document using the specified Parser
getDocument(Parser, ParserOptions) - Method in interface org.apache.abdera.protocol.client.ClientResponse
If the response contains an XML document, parse the document using the specified Parser and ParserOptions
getDocument() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getDocument(Parser) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getDocument(ParserOptions) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getDocument(Parser, ParserOptions) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getDocument() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getDocument(Parser) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getDocument(Parser, ParserOptions) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getDocument(ParserOptions) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getDocument(AbstractFilter.BufferingResponseWrapper) - Method in class org.apache.abdera.protocol.server.servlet.AbderaFilter
 
getDocument(AbstractFilter.BufferedRequestWrapper) - Method in class org.apache.abdera.protocol.server.servlet.AbderaFilter
 
getDocument() - Method in class org.apache.abdera.util.AbderaResult
 
getEdited() - Method in interface org.apache.abdera.model.Entry
Return the value of app:edited
getEditedElement() - Method in interface org.apache.abdera.model.Entry
APP Introduces a new app:edited element whose value changes every time the entry is updated
getEditLink() - Method in interface org.apache.abdera.model.Entry
Returns this entries first edit link
getEditLinkResolvedHref() - Method in interface org.apache.abdera.model.Entry
Return a link href resolved against the in-scope Base URI
getEditMediaLink() - Method in interface org.apache.abdera.model.Entry
Returns this entries first edit-media link (if any)
getEditMediaLink(String, String) - Method in interface org.apache.abdera.model.Entry
Returns the first edit-media link matching the specified type and hreflang
getEditMediaLinkResolvedHref() - Method in interface org.apache.abdera.model.Entry
Return a link href resolved against the in-scope Base URI
getEditMediaLinkResolvedHref(String, String) - Method in interface org.apache.abdera.model.Entry
Return a link href resolved against the in-scope Base URI
getElements() - Method in interface org.apache.abdera.model.Element
 
getElements() - Method in class org.apache.abdera.model.ElementWrapper
 
getElementWrapper(Element) - Method in interface org.apache.abdera.factory.ExtensionFactory
Retrieve an ElementWrapper for the specified Element or return the parameter itself if a wrapper could not be retrieved
getElementWrapper(Element) - Method in class org.apache.abdera.factory.ExtensionFactoryMap
 
getElementWrapper(Element) - Method in class org.apache.abdera.util.AbstractExtensionFactory
 
getEmail() - Method in interface org.apache.abdera.model.Person
The "atom:email" element's content conveys an e-mail address associated with the person.
getEmail() - Method in class org.apache.abdera.model.PersonWrapper
 
getEmailElement() - Method in interface org.apache.abdera.model.Person
The "atom:email" element's content conveys an e-mail address associated with the person.
getEmailElement() - Method in class org.apache.abdera.model.PersonWrapper
 
getEnclosureLink() - Method in interface org.apache.abdera.model.Entry
Returns this entries first enclosure link
getEnclosureLinkResolvedHref() - Method in interface org.apache.abdera.model.Entry
Return a link href resolved against the in-scope Base URI
getEncodedOutputStream(OutputStream, CompressionUtil.CompressionCodec) - Static method in class org.apache.abdera.util.CompressionUtil
 
getEncodedOutputStream(OutputStream, CompressionUtil.CompressionCodec...) - Static method in class org.apache.abdera.util.CompressionUtil
 
getEncryption() - Method in class org.apache.abdera.security.AbderaSecurity
Acquire a shared XML Encryption provider instance
getEncryptionOptions(Encryption) - Method in class org.apache.abdera.security.util.DHContext
 
getEntityTag() - Method in interface org.apache.abdera.model.Document
Return the entity tag for this document
getEntityTag() - Method in interface org.apache.abdera.protocol.Response
 
getEntityTag() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getEntries() - Method in interface org.apache.abdera.model.Feed
Returns the complete set of entries contained in this feed
getEntries() - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
getEntry(String) - Method in interface org.apache.abdera.model.Feed
Retrieves the first entry in the feed with the given atom:id value
getEntry(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
getError() - Method in exception org.apache.abdera.protocol.error.ProtocolException
 
getExpires() - Method in interface org.apache.abdera.protocol.Response
 
getExpires() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getExtension(QName) - Method in interface org.apache.abdera.model.ExtensibleElement
Returns the first extension element with the XML qualified name
getExtension(Class<T>) - Method in interface org.apache.abdera.model.ExtensibleElement
Find an extension by Class rather than QName
getExtension(QName) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getExtension(Class<T>) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getExtensionAttributes() - Method in interface org.apache.abdera.model.Element
Returns a listing of extension attributes on this element (extension attributes are attributes whose namespace URI is different than the elements)
getExtensionAttributes() - Method in class org.apache.abdera.model.ElementWrapper
 
getExtensionFactories() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the listing of registered ExtensionFactory implementations
getExtensions() - Method in interface org.apache.abdera.model.ExtensibleElement
Returns the complete set of extension elements
getExtensions(String) - Method in interface org.apache.abdera.model.ExtensibleElement
Returns the complete set of extension elements using the specified XML Namespace URI
getExtensions(QName) - Method in interface org.apache.abdera.model.ExtensibleElement
Returns the complete set of extension elements using the specified XML qualified name
getExtensions() - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getExtensions(String) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getExtensions(QName) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getExtInternal() - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getFactory() - Method in class org.apache.abdera.Abdera
Return the singleton instance of org.apache.abdera.factory.Factory
getFactory() - Method in interface org.apache.abdera.model.Attribute
The Abdera Factory
getFactory() - Method in interface org.apache.abdera.model.Base
Get the Factory used to create this Base
getFactory() - Method in interface org.apache.abdera.model.Comment
The Abdera Factory
getFactory() - Method in class org.apache.abdera.model.ElementWrapper
 
getFactory() - Method in interface org.apache.abdera.model.ProcessingInstruction
The Abdera Factory
getFactory() - Method in interface org.apache.abdera.parser.ParserOptions
Returns the factory the parser should use
getFactory() - Method in class org.apache.abdera.util.AbstractParser
 
getFactory() - Method in class org.apache.abdera.util.AbstractParserOptions
 
getFeed(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
getFilterRestrictedCharacterReplacement() - Method in interface org.apache.abdera.parser.ParserOptions
If getFilterRestrictedCharacters is true, restricted characters will be replaced with the specified character
getFilterRestrictedCharacterReplacement() - Method in class org.apache.abdera.util.AbstractParserOptions
 
getFilterRestrictedCharacters() - Method in interface org.apache.abdera.parser.ParserOptions
If true, the parser will attempt to silently filter out invalid XML characters appearing within the XML document.
getFilterRestrictedCharacters() - Method in class org.apache.abdera.util.AbstractParserOptions
 
getFirstChild() - Method in interface org.apache.abdera.model.Element
Get the first child element
getFirstChild(QName) - Method in interface org.apache.abdera.model.Element
Get the first child element with the given QName
getFirstChild() - Method in class org.apache.abdera.model.ElementWrapper
 
getFirstChild(QName) - Method in class org.apache.abdera.model.ElementWrapper
 
getFirstChild(Element) - Method in class org.apache.abdera.spring.AbstractSingleBeanDefinitionParser
 
getFreshnessLifetime() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
getFreshnessLifetime() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getGenerator() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes.
getHeader(String) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getHeader(String) - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return the value of the named HTTP header
getHeader(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Returns the text value of the specified header
getHeader(String) - Method in interface org.apache.abdera.protocol.Request
 
getHeader(String) - Method in interface org.apache.abdera.protocol.Response
 
getHeader(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
getHeader(String) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getHeaderNames() - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getHeaderNames() - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return a listing of HTTP header names
getHeaderNames() - Method in class org.apache.abdera.protocol.client.RequestOptions
Returns a listing of header names
getHeaderNames() - Method in interface org.apache.abdera.protocol.Request
 
getHeaderNames() - Method in interface org.apache.abdera.protocol.Response
 
getHeaderNames() - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
getHeaderNames() - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getHeaders() - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getHeaders(String) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getHeaders(String) - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return the values of the named HTTP header
getHeaders() - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return all of the HTTP headers
getHeaders(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Return a listing of text values for the specified header
getHeaders(String) - Method in interface org.apache.abdera.protocol.Request
 
getHeaders(String) - Method in interface org.apache.abdera.protocol.Response
 
getHeaders() - Method in interface org.apache.abdera.protocol.Response
 
getHeaders() - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
getHeaders(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
getHeaders(String) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getHowStale() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
getHowStale() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getHref() - Method in interface org.apache.abdera.model.Categories
The app:categories element can have an href attribute whose value MUST point to an APP Category Document.
getHref() - Method in interface org.apache.abdera.model.Collection
Return the value of the app:collection elements href attribute
getHref() - Method in interface org.apache.abdera.model.Link
RFC4287: The "href" attribute contains the link's IRI.
getHrefLang() - Method in interface org.apache.abdera.model.Link
RFC4287: The "hreflang" attribute's content describes the language of the resource pointed to by the href attribute.
getHttpMethod() - Method in class org.apache.abdera.protocol.client.CommonsResponse
 
getIcon() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed...
getIconElement() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed...
getId() - Method in interface org.apache.abdera.model.Div
Returns the value of the div element's id attribute
getId() - Method in interface org.apache.abdera.model.Entry
Returns the universally unique identifier for this entry
getId() - Method in interface org.apache.abdera.model.Source
Returns the universally unique identifier for this feed
getIdElement() - Method in interface org.apache.abdera.model.Entry
Returns the universally unique identifier for this entry
getIdElement() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed.
getIdentity() - Method in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
getIdentity() - Method in interface org.apache.abdera.protocol.server.Target
 
getIfFreshEnough(String, RequestOptions) - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
getIfFreshEnough(String, RequestOptions) - Method in class org.apache.abdera.protocol.client.cache.CacheBase
 
getIfMatch() - Method in interface org.apache.abdera.protocol.Request
 
getIfMatch() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getIfModifiedSince() - Method in interface org.apache.abdera.protocol.Request
 
getIfModifiedSince() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getIfNoneMatch() - Method in interface org.apache.abdera.protocol.Request
 
getIfNoneMatch() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getIfUnmodifiedSince() - Method in interface org.apache.abdera.protocol.Request
 
getIfUnmodifiedSince() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getIgnoreComments() - Method in interface org.apache.abdera.filter.ParseFilter
Return true if the parser should ignore comments
getIgnoreComments() - Method in class org.apache.abdera.util.filter.AbstractParseFilter
 
getIgnoreProcessingInstructions() - Method in interface org.apache.abdera.filter.ParseFilter
Return true if the parser should ignore processing instructions
getIgnoreProcessingInstructions() - Method in class org.apache.abdera.util.filter.AbstractParseFilter
 
getIgnoreWhitespace() - Method in interface org.apache.abdera.filter.ParseFilter
Return true if the parser should ignore insignificant whitespace
getIgnoreWhitespace() - Method in class org.apache.abdera.util.filter.AbstractParseFilter
 
getInitialAge() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
getInitialAge() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getInputFormats() - Method in interface org.apache.abdera.parser.NamedParser
Returns a listing of media type of the format consumed by this parser
getInputFormats() - Method in class org.apache.abdera.util.AbstractNamedParser
 
getInputStream() - Method in interface org.apache.abdera.model.TextValue
An InputStream used to read the text content
getInputStream() - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getInputStream() - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getInputStream() - Method in interface org.apache.abdera.protocol.client.ClientResponse
Returns the inputstream used to read data from this response
getInputStream() - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return the inputstream for reading the content of the response.
getInputStream() - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getInputStream() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getInputStream() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferedRequestWrapper
 
getInputStream() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingResponseWrapper
 
getInputStream() - Method in class org.apache.abdera.util.AbderaDataSource
 
getInputStream() - Method in class org.apache.abdera.util.AbderaSource
 
getInstance() - Static method in class org.apache.abdera.protocol.server.ServiceManager
 
getInstance() - Method in class org.apache.abdera.protocol.util.PoolManager
 
getInstance() - Static method in class org.apache.abdera.util.Messages
 
getInternal() - Method in class org.apache.abdera.model.ElementWrapper
 
getKey() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
getKey() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getKey() - Method in class org.apache.abdera.protocol.client.cache.SimpleCacheKey
 
getKey(KeyStore, String, String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
getKeyCipherAlgorithm() - Method in interface org.apache.abdera.security.EncryptionOptions
Return the cipher algorithm used to decrypt/encrypt the data encryption key The default is "http://www.w3.org/2001/04/xmlenc#kw-aes128"
getKeyCipherAlgorithm() - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
getKeyEncryptionKey() - Method in interface org.apache.abdera.security.EncryptionOptions
Return the secret key used to encrypt/decrypt the data encryption key
getKeyEncryptionKey() - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
getKeyPair() - Method in class org.apache.abdera.security.util.DHContext
 
getLabel() - Method in interface org.apache.abdera.model.Category
RFC4287: The "label" attribute provides a human-readable label for display in end-user applications.
getLanguage() - Method in interface org.apache.abdera.model.Document
Get the language
getLanguage() - Method in interface org.apache.abdera.model.Element
Returns the value of this elements xml:lang attribute or null if xml:lang is undefined.
getLanguage() - Method in class org.apache.abdera.model.ElementWrapper
 
getLanguageTag() - Method in interface org.apache.abdera.model.Document
Returns the value of the xml:lang attribute as a Lang object
getLanguageTag() - Method in interface org.apache.abdera.model.Element
Returns the value of the xml:lang attribute as a Lang object
getLanguageTag() - Method in class org.apache.abdera.model.ElementWrapper
 
getLastModified() - Method in interface org.apache.abdera.model.Document
Returns the last modified date for this document
getLastModified() - Method in interface org.apache.abdera.protocol.Response
 
getLastModified() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getLength() - Method in interface org.apache.abdera.model.Link
RFC4287: The "length" attribute indicates an advisory length of the linked content in octets; it is a hint about the content length of the representation returned when the URI in the href attribute is mapped to a IRI and dereferenced.
getLink(String) - Method in interface org.apache.abdera.model.Entry
Returns the first link with the specified rel attribute value
getLink(String) - Method in interface org.apache.abdera.model.Source
Returns the first link with the specified rel attribute value
getLinkResolvedHref(String) - Method in interface org.apache.abdera.model.Entry
Return a link href resolved against the in-scope Base URI
getLinkResolvedHref(String) - Method in interface org.apache.abdera.model.Source
 
getLinks() - Method in interface org.apache.abdera.model.Entry
Lists the complete set of links for this entry
getLinks(String) - Method in interface org.apache.abdera.model.Entry
Lists the complete set of links using the specified rel attribute value
getLinks(String...) - Method in interface org.apache.abdera.model.Entry
Lists the complete set of links using the specified rel attributes values
getLinks() - Method in interface org.apache.abdera.model.Source
Lists the complete set of links for this entry
getLinks(String) - Method in interface org.apache.abdera.model.Source
Lists the complete set of links using the specified rel attribute value
getLinks(String...) - Method in interface org.apache.abdera.model.Source
Lists the complete set of links using the specified rel attributes values
getLocale() - Method in interface org.apache.abdera.model.Element
Returns a Locale object created from the xml:lang attribute
getLocale() - Method in class org.apache.abdera.model.ElementWrapper
 
getLocale() - Method in class org.apache.abdera.util.Messages
 
getLocation() - Method in interface org.apache.abdera.protocol.Response
 
getLocation() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getLogo() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed.
getLogoElement() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed.
getMaxAge() - Method in interface org.apache.abdera.protocol.Request
 
getMaxAge() - Method in interface org.apache.abdera.protocol.Response
 
getMaxAge() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getMaxAge() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getMaxConnectionsPerHost() - Method in class org.apache.abdera.protocol.client.AbderaClient
Return the maximum number of connections allowed for a single host
getMaxConnectionsTotal() - Method in class org.apache.abdera.protocol.client.AbderaClient
Return the maximum number of connections allowed for the client
getMaxStale() - Method in interface org.apache.abdera.protocol.Request
 
getMaxStale() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getMedia(RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
getMedia(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
getMedia() - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
getMessage() - Method in class org.apache.abdera.protocol.error.Error
 
getMethod() - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getMethod() - Method in interface org.apache.abdera.protocol.client.ClientResponse
Return the request method
getMethod() - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return the request method
getMethod() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getMethod() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getMimeType(T) - Method in interface org.apache.abdera.factory.ExtensionFactory
Retrieve the mime type for the element
getMimeType(T) - Method in class org.apache.abdera.factory.ExtensionFactoryMap
 
getMimeType(T) - Method in interface org.apache.abdera.factory.Factory
Get the mime type for the specified extension element / document
getMimeType() - Method in interface org.apache.abdera.model.Content
RFC4287: On the atom:content element, the value of the "type" attribute MAY be one of "text", "html", or "xhtml".
getMimeType() - Method in interface org.apache.abdera.model.Link
RFC4287: On the link element, the "type" attribute's value is an advisory media type: it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced.
getMimeType(T) - Method in class org.apache.abdera.util.AbstractExtensionFactory
 
getMimeType(T) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns the appropriate media type for the given Abdera base
getMinFresh() - Method in interface org.apache.abdera.protocol.Request
 
getMinFresh() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getMustPreserveWhitespace() - Method in interface org.apache.abdera.model.Document
 
getMustPreserveWhitespace() - Method in interface org.apache.abdera.model.Element
 
getMustPreserveWhitespace() - Method in class org.apache.abdera.model.ElementWrapper
 
getMustPreserveWhitespace() - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getMustPreserveWhitespace() - Method in interface org.apache.abdera.parser.ParserOptions
If false, the parser will trim leading and trailing whitespace in element and attribute values unless there is an in-scope xml:space="preserve".
getMustPreserveWhitespace() - Method in class org.apache.abdera.util.AbstractParserOptions
 
getName() - Method in interface org.apache.abdera.model.Person
The "atom:name" element's content conveys a human-readable name for the person.
getName() - Method in class org.apache.abdera.model.PersonWrapper
 
getName() - Method in interface org.apache.abdera.parser.NamedParser
Returns the name used to retrieve this parser (case insensitive)
getName() - Method in class org.apache.abdera.protocol.client.util.MethodHelper.ExtensionMethod
 
getName() - Method in class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver.AnonymousPrincipal
 
getName() - Method in class org.apache.abdera.util.AbderaDataSource
 
getName() - Method in class org.apache.abdera.util.AbstractNamedParser
 
getName() - Method in class org.apache.abdera.util.AbstractNamedWriter
 
getName() - Method in interface org.apache.abdera.writer.NamedWriter
Return the name used to acquire an instance of this Writer (case insensitive)
getNamedParsers() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the collection of Named Parsers
getNamedWriter(Abdera, String) - Static method in class org.apache.abdera.protocol.server.util.ServerUtils
 
getNamedWriters() - Method in class org.apache.abdera.util.AbderaConfiguration
Returns the collection of NamedWriters
getNameElement() - Method in interface org.apache.abdera.model.Person
The "atom:name" element's content conveys a human-readable name for the person.
getNameElement() - Method in class org.apache.abdera.model.PersonWrapper
 
getNamespaces() - Method in interface org.apache.abdera.factory.ExtensionFactory
Returns the Namespace URIs handled by this Extension Factory
getNamespaces() - Method in class org.apache.abdera.factory.ExtensionFactoryMap
 
getNamespaces() - Method in interface org.apache.abdera.model.Element
 
getNamespaces() - Method in class org.apache.abdera.model.ElementWrapper
 
getNamespaces() - Method in class org.apache.abdera.util.AbstractExtensionFactory
 
getNewFactory() - Static method in class org.apache.abdera.Abdera
Return a new Factory instance using a non-shared Abdera object
getNewParser() - Static method in class org.apache.abdera.Abdera
Return a new Parser instance using a non-shared Abdera object
getNewParserFactory() - Static method in class org.apache.abdera.Abdera
Return a new ParserFactory instance using a non-shared Abdera object
getNewWriter() - Static method in class org.apache.abdera.Abdera
Return a new instance of the default Writer using a non-shared Abdera object
getNewWriterFactory() - Static method in class org.apache.abdera.Abdera
Return a new WriterFactory instance using a non-shared Abdera object
getNewXPath() - Static method in class org.apache.abdera.Abdera
Return a new XPath instance using a non-shared Abdera object
getNextSibling() - Method in interface org.apache.abdera.model.Element
Get the element following this one
getNextSibling(QName) - Method in interface org.apache.abdera.model.Element
Get the first following sibling with the specified QName
getNextSibling() - Method in class org.apache.abdera.model.ElementWrapper
 
getNextSibling(QName) - Method in class org.apache.abdera.model.ElementWrapper
 
getNoCacheHeaders() - Method in interface org.apache.abdera.protocol.Response
 
getNoCacheHeaders() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getObject() - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
getObjectType() - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
getOffset(RequestContext, String, int) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
getOutputFormats() - Method in class org.apache.abdera.util.AbstractNamedWriter
 
getOutputFormats() - Method in interface org.apache.abdera.writer.NamedWriter
Return a listing of MIME Media formats this NamedWriter is capable of outputting.
getOutputStream() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingResponseWrapper
 
getOutputStream() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingResponseWrapper
 
getOutputStream() - Method in class org.apache.abdera.util.AbderaDataSource
 
getOutputStream() - Method in class org.apache.abdera.util.AbderaResult
 
getPageSize(RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
getParameter(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
getParameter(String) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getParameter(String) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getParameter(String) - Method in interface org.apache.abdera.protocol.server.Target
 
getParameterNames() - Method in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
getParameterNames() - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getParameterNames() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getParameterNames() - Method in interface org.apache.abdera.protocol.server.Target
 
getParameters(String) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getParameters(String) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getParentElement() - Method in interface org.apache.abdera.model.Comment
The parent node
getParentElement() - Method in interface org.apache.abdera.model.Element
Return this Element's parent element or document
getParentElement() - Method in class org.apache.abdera.model.ElementWrapper
 
getParentElement() - Method in interface org.apache.abdera.model.ProcessingInstruction
The parent node
getParentElement() - Method in interface org.apache.abdera.model.TextValue
The parent element
getParseFilter() - Method in interface org.apache.abdera.parser.ParserOptions
Returns the Parse Filter.
getParseFilter() - Method in class org.apache.abdera.util.AbstractParserOptions
 
getParser() - Method in class org.apache.abdera.Abdera
Return the singleton instance of org.apache.abdera.parser.Parser
getParser() - Method in interface org.apache.abdera.parser.ParserFactory
Get the default parser.
getParser(String) - Method in interface org.apache.abdera.parser.ParserFactory
Get the named parser
getParser() - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getParser() - Method in interface org.apache.abdera.security.SecurityOptions
 
getParser() - Method in class org.apache.abdera.security.xmlsec.XmlSecurityOptions
 
getParserFactory() - Method in class org.apache.abdera.Abdera
Return the singleton instance of org.apache.abdera.parser.ParserFactory
getPreviousSibling() - Method in interface org.apache.abdera.model.Element
Get the element preceding this one
getPreviousSibling(QName) - Method in interface org.apache.abdera.model.Element
Get the first previous sibling with the specified QName
getPreviousSibling() - Method in class org.apache.abdera.model.ElementWrapper
 
getPreviousSibling(QName) - Method in class org.apache.abdera.model.ElementWrapper
 
getPrincipal() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getPrincipal() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getPrivateHeaders() - Method in interface org.apache.abdera.protocol.Response
 
getPrivateHeaders() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getProcessingInstruction(String) - Method in interface org.apache.abdera.model.Document
Get the values for the given processing instruction
getProperties(ServletConfig) - Method in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
getProperty(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
getProperty(RequestContext.Property) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getProperty(RequestContext.Property) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getProperty(String) - Method in interface org.apache.abdera.protocol.server.ServiceContext
 
getPropertyNames() - Method in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
getPropertyNames() - Method in interface org.apache.abdera.protocol.server.ServiceContext
 
getProviderManager() - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
getProviderManager() - Method in interface org.apache.abdera.protocol.server.ServiceContext
 
getPublicKey() - Method in interface org.apache.abdera.security.SignatureOptions
Get the public key associated with the signature
getPublicKey() - Method in class org.apache.abdera.security.util.DHContext
 
getPublicKey(ServletRequest) - Method in class org.apache.abdera.security.util.servlet.AESEncryptedResponseFilter
 
getPublicKey() - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
getPublished() - Method in interface org.apache.abdera.model.Entry
Return the value of the atom:published element
getPublishedElement() - Method in interface org.apache.abdera.model.Entry
RFC4287: The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry...
getQName() - Method in interface org.apache.abdera.model.Attribute
The QName of the attribute
getQName() - Method in interface org.apache.abdera.model.Element
Return the XML QName of this element
getQName() - Method in class org.apache.abdera.model.ElementWrapper
 
getReader() - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getReader(String) - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getReader() - Method in interface org.apache.abdera.protocol.client.ClientResponse
Returns a reader used to read data from this response.
getReader(String) - Method in interface org.apache.abdera.protocol.client.ClientResponse
Returns a reader used to read data from this response.
getReader() - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getReader() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getReader() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferedRequestWrapper
 
getReader() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingResponseWrapper
 
getReader() - Method in class org.apache.abdera.util.AbderaSource
 
getReferences() - Method in interface org.apache.abdera.security.SignatureOptions
 
getReferences() - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
getRel() - Method in interface org.apache.abdera.model.Link
RFC4287: atom:link elements MAY have a "rel" attribute that indicates the link relation type.
getRequest() - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getRequestHandlerManager() - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
getRequestHandlerManager() - Method in interface org.apache.abdera.protocol.server.ServiceContext
 
getRequestString() - Method in class org.apache.abdera.security.util.DHContext
 
getResidentAge() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
getResidentAge() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
getResolvedBaseUri() - Method in interface org.apache.abdera.model.Element
Returns the current in-scope, fully qualified Base URI for this element.
getResolvedBaseUri() - Method in class org.apache.abdera.model.ElementWrapper
 
getResolvedHref() - Method in interface org.apache.abdera.model.Categories
Returns the value of the href attribute resolved against the in-scope Base URI
getResolvedHref() - Method in interface org.apache.abdera.model.Collection
Return the href attribute resolved against the in-scope Base URI
getResolvedHref() - Method in interface org.apache.abdera.model.Link
Returns the value of the link's href attribute resolved against the in-scope Base IRI
getResolvedSrc() - Method in interface org.apache.abdera.model.Content
Returns the fully qualified URI form of the content src attribute.
getResolvedUri() - Method in interface org.apache.abdera.model.Generator
Returns the fully qualified form of the generator element's uri attribute (resolved against the in-scope Base URI)
getResolvedUri() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getResolvedUri() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getResolvedValue() - Method in interface org.apache.abdera.model.IRIElement
Returns the value of the element resolved against the current in-scope Base URI
getResponseString() - Method in class org.apache.abdera.security.util.DHContext
 
getRevalidateWithAuth() - Method in class org.apache.abdera.protocol.client.RequestOptions
Configure the AbderaClient Side cache to revalidate when using Authorization
getRights() - Method in interface org.apache.abdera.model.Entry
Return the String value of the atom:rights element
getRights() - Method in interface org.apache.abdera.model.Source
Returns the text of atom:rights
getRightsElement() - Method in interface org.apache.abdera.model.Entry
The rights element is typically used to convey a human readable copyright (e.g.
getRightsElement() - Method in interface org.apache.abdera.model.Source
The rights element is typically used to convey a human readable copyright (e.g.
getRightsType() - Method in interface org.apache.abdera.model.Entry
Return the @type of the atom:rights element
getRightsType() - Method in interface org.apache.abdera.model.Source
Returns the type of atom:rights
getRoot() - Method in interface org.apache.abdera.model.Document
Returns the root element of the document (equivalent to DOM's getDocumentElement)
getScheme() - Method in interface org.apache.abdera.model.Categories
The app:categories element may specify a default scheme attribute for listed atom:category elements that do not have their own scheme attribute.
getScheme() - Method in interface org.apache.abdera.model.Category
RFC4287: The "scheme" attribute is an IRI that identifies a categorization scheme.
getSelfLink() - Method in interface org.apache.abdera.model.Entry
Returns this entries first self link
getSelfLink() - Method in interface org.apache.abdera.model.Source
Returns the first link using the rel attribute value "self"
getSelfLinkResolvedHref() - Method in interface org.apache.abdera.model.Entry
Return a link href resolved against the in-scope Base URI
getSelfLinkResolvedHref() - Method in interface org.apache.abdera.model.Source
 
getServerDate() - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
getServerDate() - Method in interface org.apache.abdera.protocol.client.ClientResponse
Return the server-specified date returned in the response
getService(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
getServiceContext() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getServiceContext() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getServiceContext() - Method in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
getServiceManager() - Method in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
getServices() - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
getSession() - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getSession(boolean) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
getSignature() - Method in class org.apache.abdera.security.AbderaSecurity
Acquire a shared XML Digital Signature provider instance
getSignatureKeyInfo(T, SignatureOptions) - Method in interface org.apache.abdera.security.Signature
 
getSignatureKeyInfo(T, SignatureOptions) - Method in class org.apache.abdera.security.xmlsec.XmlSignature
 
getSigningAlgorithm() - Method in interface org.apache.abdera.security.SignatureOptions
 
getSigningAlgorithm() - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
getSigningKey() - Method in interface org.apache.abdera.security.SignatureOptions
Return the private key with which to sign the element
getSigningKey() - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
getSignLinkRels() - Method in interface org.apache.abdera.security.SignatureOptions
Get the list of link relations to sign
getSignLinkRels() - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
getSimpleExtension(QName) - Method in interface org.apache.abdera.model.ExtensibleElement
Gets the value of a simple extension
getSimpleExtension(String, String, String) - Method in interface org.apache.abdera.model.ExtensibleElement
Gets the value of a simple extension
getSimpleExtension(QName) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getSimpleExtension(String, String, String) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
getSlug() - Method in interface org.apache.abdera.model.Document
Get the slug for this document
getSlug() - Method in interface org.apache.abdera.protocol.Request
 
getSlug() - Method in interface org.apache.abdera.protocol.Response
 
getSlug() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
getSlug() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getSMaxAge() - Method in interface org.apache.abdera.protocol.Response
 
getSMaxAge() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getSource() - Method in interface org.apache.abdera.model.Entry
Returns the source element for this entry.
getSrc() - Method in interface org.apache.abdera.model.Content
RFC4287: atom:content MAY have a "src" attribute, whose value MUST be an IRI reference.
getStatus() - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getStatus() - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return the status code of the response
getStatus() - Method in exception org.apache.abdera.protocol.client.RequestException
 
getStatus() - Method in interface org.apache.abdera.protocol.Response
 
getStatus() - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
getStatusText() - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getStatusText() - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return the status text of the response
getStatusText() - Method in interface org.apache.abdera.protocol.Response
 
getStatusText() - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
getString() - Method in interface org.apache.abdera.model.DateTime
Returns the content value of the element as a string conforming to RFC-3339
getString() - Method in class org.apache.abdera.model.DateTimeWrapper
 
getSubject() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getSubject() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getSubjectResolver() - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
getSubjectResolver() - Method in interface org.apache.abdera.protocol.server.ServiceContext
 
getSubtitle() - Method in interface org.apache.abdera.model.Source
Returns the text value of atom:subtitle
getSubtitleElement() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed.
getSubtitleType() - Method in interface org.apache.abdera.model.Source
Returns the atom:subtitle type
getSummary() - Method in interface org.apache.abdera.model.Entry
Returns the text string value of this summary
getSummaryElement() - Method in interface org.apache.abdera.model.Entry
RFC4287: The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry...
getSummaryType() - Method in interface org.apache.abdera.model.Entry
Returns the summary type
getTag() - Method in class org.apache.abdera.util.EntityTag
 
getTarget() - Method in interface org.apache.abdera.model.ProcessingInstruction
The PI target
getTarget() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getTarget(TargetType, RequestContext, Matcher) - Method in class org.apache.abdera.protocol.server.impl.RegexTargetResolver
 
getTarget() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getTargetPath() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getTargetPath() - Method in interface org.apache.abdera.protocol.server.RequestContext
Returns the subset of the request URI that is to be used to resolve the Target (everything after the context path)
getTargetResolver(String) - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
getTargetResolver(String) - Method in interface org.apache.abdera.protocol.server.ServiceContext
 
getTerm() - Method in interface org.apache.abdera.model.Category
RFC4287: The "term" attribute is a string that identifies the category to which the entry or feed belongs.
getText() - Method in interface org.apache.abdera.model.Attribute
The text value of the attribute
getText() - Method in interface org.apache.abdera.model.Comment
The text of this comment node
getText() - Method in interface org.apache.abdera.model.Element
Returns the Text value of this element
getText() - Method in class org.apache.abdera.model.ElementWrapper
 
getText() - Method in interface org.apache.abdera.model.ProcessingInstruction
The PI text
getText() - Method in interface org.apache.abdera.model.TextValue
Return the text value
getTextType() - Method in interface org.apache.abdera.model.Text
Return the Text.Type
getTime() - Method in class org.apache.abdera.model.AtomDate
Returns the value of this Atom Date as the number of milliseconds since January 1, 1970, 00:00:00 GMT
getTime() - Method in interface org.apache.abdera.model.DateTime
Returns the content value of the element as a long (equivalent to calling DateTimeElement().getDate().getTime()
getTime() - Method in class org.apache.abdera.model.DateTimeWrapper
 
getTitle() - Method in interface org.apache.abdera.model.Collection
The text value of the collections atom:title element
getTitle() - Method in interface org.apache.abdera.model.Div
Returns the value of the div element's title attribute
getTitle() - Method in interface org.apache.abdera.model.Entry
Returns the text string value of the title element
getTitle() - Method in interface org.apache.abdera.model.Link
RFC4287: The "title" attribute conveys human-readable information about the link.
getTitle() - Method in interface org.apache.abdera.model.Source
Returns the text of atom:title
getTitle() - Method in interface org.apache.abdera.model.Workspace
Return the workspace title
getTitleElement() - Method in interface org.apache.abdera.model.Collection
Return the title element
getTitleElement() - Method in interface org.apache.abdera.model.Entry
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
getTitleElement() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
getTitleElement() - Method in interface org.apache.abdera.model.Workspace
Return the atom:title
getTitleType() - Method in interface org.apache.abdera.model.Entry
Returns the @type of this entries title
getTitleType() - Method in interface org.apache.abdera.model.Source
Returns the type of atom:title
getType() - Method in interface org.apache.abdera.protocol.Response
 
getType() - Method in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
getType() - Method in interface org.apache.abdera.protocol.server.Target
 
getType() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getUpdated() - Method in interface org.apache.abdera.model.Entry
Return atom:updated
getUpdated() - Method in interface org.apache.abdera.model.Source
Return the atom:updated value
getUpdatedElement() - Method in interface org.apache.abdera.model.Entry
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant.
getUpdatedElement() - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant.
getUpdatedString() - Method in interface org.apache.abdera.model.Source
Return the atom:updated value
getUri() - Method in interface org.apache.abdera.model.Generator
The atom:generator element MAY have a "uri" attribute whose value MUST be an IRI reference [RFC3987].
getUri() - Method in interface org.apache.abdera.model.Person
The "atom:uri" element's content conveys an IRI associated with the person.
getUri() - Method in class org.apache.abdera.model.PersonWrapper
 
getUri() - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
getUri() - Method in interface org.apache.abdera.protocol.client.ClientResponse
Return the request URI.
getUri() - Method in class org.apache.abdera.protocol.client.CommonsResponse
Return the request URI
getUri() - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
getUri() - Method in interface org.apache.abdera.protocol.server.RequestContext
 
getUriElement() - Method in interface org.apache.abdera.model.Person
The "atom:uri" element's content conveys an IRI associated with the person.
getUriElement() - Method in class org.apache.abdera.model.PersonWrapper
 
getUriHeader(String) - Method in interface org.apache.abdera.protocol.Response
 
getUriHeader(String) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
getUseLocalCache() - Method in class org.apache.abdera.protocol.client.RequestOptions
The difference between this and getNoCache is that this only disables the local cache without affecting the Cache-Control header.
getValidSignatureCertificates(T, SignatureOptions) - Method in interface org.apache.abdera.security.Signature
Returns a listing of X.509 certificates of valid digital signatures in the element
getValidSignatureCertificates(T, SignatureOptions) - Method in class org.apache.abdera.security.xmlsec.XmlSignature
 
getValue() - Method in class org.apache.abdera.model.AtomDate
Return the serialized string form of the Atom date
getValue() - Method in interface org.apache.abdera.model.Content
Returns the string value of this atom:content element
getValue() - Method in interface org.apache.abdera.model.DateTime
Returns the content value of the element as an AtomDate object
getValue() - Method in class org.apache.abdera.model.DateTimeWrapper
 
getValue() - Method in interface org.apache.abdera.model.Div
Returns the value of the div element
getValue() - Method in interface org.apache.abdera.model.IRIElement
Returns the value of the element as a java.net.URI
getValue() - Method in interface org.apache.abdera.model.Text
Return the text value
getValue(CacheControlUtil.Directive) - Method in class org.apache.abdera.protocol.util.CacheControlUtil.CacheControlParser
 
getValueElement() - Method in interface org.apache.abdera.model.Content
Return the value element or null if type="text", type="html" or type is some non-XML media type
getValueElement() - Method in interface org.apache.abdera.model.Text
Return the text value element
getValues() - Method in class org.apache.abdera.protocol.util.CacheControlUtil.CacheControlParser
 
getValues(CacheControlUtil.Directive) - Method in class org.apache.abdera.protocol.util.CacheControlUtil.CacheControlParser
 
getVersion() - Method in interface org.apache.abdera.model.Generator
The atom:generator element MAY have a "version" attribute that indicates the version of the generating agent.
getVersion(String) - Static method in class org.apache.abdera.util.XmlUtil
 
getWorkspace(String) - Method in interface org.apache.abdera.model.Service
Return the named workspace
getWorkspaces() - Method in interface org.apache.abdera.model.Service
Return the complete set of workspaces
getWrappedValue() - Method in interface org.apache.abdera.model.Content
Return the string value of the atom:content element with the enclosing div tag if type="xhtml"
getWrappedValue() - Method in interface org.apache.abdera.model.Text
Return the wrapped value
getWriter() - Method in class org.apache.abdera.Abdera
Return the singleton instance of org.apache.abdera.writer.Writer
getWriter() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingResponseWrapper
 
getWriter() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingResponseWrapper
 
getWriter() - Method in class org.apache.abdera.util.AbderaResult
 
getWriter() - Method in interface org.apache.abdera.writer.WriterFactory
Get the default writer.
getWriter(String) - Method in interface org.apache.abdera.writer.WriterFactory
Get the named writer.
getWriterByMediaType(String) - Method in interface org.apache.abdera.writer.WriterFactory
Return a writer capable of outputting the given MIME media type
getWriterFactory() - Method in class org.apache.abdera.Abdera
Return the singleton instance of org.apache.abdera.writer.WriterFactory
getXhtmlClass() - Method in interface org.apache.abdera.model.Div
Returns the array of class attribute values on the div
getXmlVersion() - Method in interface org.apache.abdera.model.Document
Get the XMLVersion used by this document
getXPath() - Method in class org.apache.abdera.Abdera
Return the singleton instance of org.apache.abdera.xpath.XPath

H

handler - Variable in class org.apache.abdera.protocol.server.impl.AbstractSingletonRequestHandlerManager
 
handlerManager - Variable in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
handlesNamespace(String) - Method in interface org.apache.abdera.factory.ExtensionFactory
Returns true if this extension factory handles the specified namespace
handlesNamespace(String) - Method in class org.apache.abdera.factory.ExtensionFactoryMap
 
handlesNamespace(String) - Method in class org.apache.abdera.util.AbstractExtensionFactory
 
hasEntity() - Method in class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
hasEntity() - Method in class org.apache.abdera.protocol.server.impl.EmptyResponseContext
 
hasEntity() - Method in class org.apache.abdera.protocol.server.impl.MediaResponseContext
 
hasEntity() - Method in interface org.apache.abdera.protocol.server.ResponseContext
 
hashCode() - Method in class org.apache.abdera.model.ElementWrapper
 
hashCode() - Method in class org.apache.abdera.protocol.client.cache.SimpleCacheKey
 
hashCode() - Method in exception org.apache.abdera.protocol.error.ProtocolException
 
hashCode() - Method in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
hashCode() - Method in class org.apache.abdera.protocol.server.impl.RegexTargetResolver.RegexTarget
 
hashCode() - Method in class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver.AnonymousPrincipal
 
hashCode() - Method in class org.apache.abdera.protocol.server.TargetType
 
hashCode() - Method in class org.apache.abdera.util.EntityTag
 
head(String, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
head(String) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
headers - Variable in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
HREF - Static variable in interface org.apache.abdera.util.Constants
 
HREFLANG - Static variable in interface org.apache.abdera.util.Constants
 
HTML - Static variable in interface org.apache.abdera.util.Constants
 
HttpServletRequestContext - Class in org.apache.abdera.protocol.server.impl
 
HttpServletRequestContext(ServiceContext, HttpServletRequest) - Constructor for class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 

I

IANA_BASE - Static variable in interface org.apache.abdera.model.Link
 
ICON - Static variable in interface org.apache.abdera.util.Constants
 
ID - Static variable in interface org.apache.abdera.util.Constants
 
in - Variable in class org.apache.abdera.protocol.client.AbstractClientResponse
 
includeKeyInfo() - Method in interface org.apache.abdera.security.EncryptionOptions
Return true if the encryption should include information about the key The default is false
includeKeyInfo() - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
init(Abdera, Map<String, String>) - Method in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
init(Abdera, Map<String, String>) - Method in interface org.apache.abdera.protocol.server.ServiceContext
 
init() - Method in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
init(FilterConfig) - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter
 
init(FilterConfig) - Method in class org.apache.abdera.protocol.server.servlet.MethodOverrideFilter
 
init(FilterConfig) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
init(FilterConfig) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedResponseFilter
 
init(FilterConfig) - Method in class org.apache.abdera.security.util.servlet.DHEncryptedRequestFilter
 
init(FilterConfig) - Method in class org.apache.abdera.security.util.servlet.SignedResponseFilter
 
init() - Method in class org.apache.abdera.spring.NamespaceHandler
 
initArg(ServletRequest) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
initArg(ServletRequest) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedResponseFilter
 
initArg(ServletRequest) - Method in class org.apache.abdera.security.util.servlet.AESEncryptedResponseFilter
 
initArg(ServletRequest) - Method in class org.apache.abdera.security.util.servlet.DHEncryptedRequestFilter
 
initArg(ServletRequest) - Method in class org.apache.abdera.security.util.servlet.DHEncryptedResponseFilter
 
initCache(CacheFactory) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
initDefaultNamespaces() - Method in class org.apache.abdera.util.AbstractXPath
 
initDefaultParserOptions() - Method in class org.apache.abdera.util.AbstractParser
 
initDefaultWriterOptions() - Method in class org.apache.abdera.util.AbstractWriter
 
initEncryptionOptions(ServletRequest, ServletResponse, Encryption, Object) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
initEncryptionOptions(ServletRequest, ServletResponse, Encryption, Object) - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedResponseFilter
 
initEncryptionOptions(ServletRequest, ServletResponse, Encryption, Object) - Method in class org.apache.abdera.security.util.servlet.AESEncryptedResponseFilter
 
initEncryptionOptions(ServletRequest, ServletResponse, Encryption, Object) - Method in class org.apache.abdera.security.util.servlet.DHEncryptedRequestFilter
 
initEncryptionOptions(ServletRequest, ServletResponse, Encryption, Object) - Method in class org.apache.abdera.security.util.servlet.DHEncryptedResponseFilter
 
initFactory() - Method in class org.apache.abdera.util.AbstractParserOptions
 
initHandler() - Method in class org.apache.abdera.protocol.server.impl.AbstractSingletonRequestHandlerManager
 
initial_age - Variable in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
initProvider() - Method in class org.apache.abdera.protocol.server.impl.AbstractSingletonProviderManager
 
initProvider() - Method in class org.apache.abdera.protocol.server.impl.SingletonProviderManager
 
initProvider() - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
initProvider() - Method in class org.apache.abdera.security.util.servlet.AbstractEncryptedResponseFilter
 
InMemoryCache - Class in org.apache.abdera.protocol.client.cache
 
InMemoryCache(Abdera) - Constructor for class org.apache.abdera.protocol.client.cache.InMemoryCache
 
InMemoryCachedResponse - Class in org.apache.abdera.protocol.client.cache
 
InMemoryCachedResponse(Abdera, Cache, CacheKey, ClientResponse) - Constructor for class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
insertEntry(Entry) - Method in interface org.apache.abdera.model.Feed
Adds a new Entry to the start of the Feeds collection of entries
insertEntry() - Method in interface org.apache.abdera.model.Feed
Adds a new Entry to the start of the Feeds collection of entries
internalNewInstance() - Method in class org.apache.abdera.protocol.server.impl.DefaultRequestHandlerManager
 
internalNewInstance() - Method in class org.apache.abdera.protocol.util.PoolManager
 
IRIElement - Interface in org.apache.abdera.model
The IRI interface provides a common base for a set of feed and entry elements whose content value must be a valid IRI/URI reference.
is4xxRequestException() - Method in class org.apache.abdera.protocol.client.RequestOptions
Return true if a RequestException should be thrown on 4xx responses
is5xxRequestException() - Method in class org.apache.abdera.protocol.client.RequestOptions
Return true if a RequestException should be thrown on 5xx responses
isApp(String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if media type a matches application/atomsrv+xml
isAtom(String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if media type a matches application/atom+xml
isCacheableHeader(String, ClientResponse) - Static method in class org.apache.abdera.protocol.client.util.MethodHelper
 
isDraft() - Method in interface org.apache.abdera.model.Control
Returns true if the entry should not be made publicly visible.
isDraft() - Method in interface org.apache.abdera.model.Entry
Returns true if this entry is a draft
isEncrypted(Document) - Method in interface org.apache.abdera.security.Encryption
Returns true if this specified document has been encrypted
isEncrypted(Document) - Method in class org.apache.abdera.security.util.EncryptionBase
 
isEntry(String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if media type a specifically identifies an Atom entry document
isFeed(String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if media type a explicitly identifies an Atom feed document
isFixed() - Method in interface org.apache.abdera.model.Categories
If an app:categories element is marked as fixed, then the set of atom:category elements is considered to be a closed set.
isFresh() - Method in interface org.apache.abdera.protocol.client.cache.CachedResponse
 
isFresh() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
isHopByHop(String) - Static method in class org.apache.abdera.protocol.client.util.MethodHelper
We don't cache hop-by-hop headers TODO: There may actually be other hop-by-hop headers we need to filter out.
isIdempotent(String) - Static method in class org.apache.abdera.protocol.util.CacheControlUtil
 
isJavascriptUri(IRI) - Static method in class org.apache.abdera.util.URIHelper
 
isMailtoUri(IRI) - Static method in class org.apache.abdera.util.URIHelper
 
isMatch(CacheKey) - Method in interface org.apache.abdera.protocol.client.cache.CacheKey
 
isMatch(CacheKey) - Method in class org.apache.abdera.protocol.client.cache.SimpleCacheKey
 
isMatch(String, String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if media type a matches media type b
isMatch(MimeType, MimeType) - Static method in class org.apache.abdera.util.MimeTypeHelper
 
isMatch(MimeType, MimeType, boolean) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if media type a matches media type b
isMimeType(String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if this is a valid media type
isMustRevalidate() - Method in interface org.apache.abdera.protocol.Response
 
isMustRevalidate() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
isNoCache() - Method in interface org.apache.abdera.protocol.Request
 
isNoCache() - Method in interface org.apache.abdera.protocol.Response
 
isNoCache() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
isNoCache() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
isNoCacheOrPrivate(String, ClientResponse) - Static method in class org.apache.abdera.protocol.client.util.MethodHelper
 
isNoStore() - Method in interface org.apache.abdera.protocol.Request
 
isNoStore() - Method in interface org.apache.abdera.protocol.Response
 
isNoStore() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
isNoStore() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
isNoTransform() - Method in interface org.apache.abdera.protocol.Request
 
isNoTransform() - Method in interface org.apache.abdera.protocol.Response
 
isNoTransform() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
isNoTransform() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
isOnlyIfCached() - Method in interface org.apache.abdera.protocol.Request
 
isOnlyIfCached() - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
isOutOfLine() - Method in interface org.apache.abdera.model.Categories
Returns true if the href attribute is set
isPrivate() - Method in interface org.apache.abdera.protocol.Response
 
isPrivate() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
isProxyRevalidate() - Method in interface org.apache.abdera.protocol.Response
 
isProxyRevalidate() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
isPublic() - Method in interface org.apache.abdera.protocol.Response
 
isPublic() - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
isRepeatable() - Method in class org.apache.abdera.protocol.client.util.BaseRequestEntity
 
isRepeatable() - Method in class org.apache.abdera.protocol.client.util.DataSourceRequestEntity
 
isSigned(T) - Method in interface org.apache.abdera.security.Signature
Return true if the element has been digitally signed
isSigned(T) - Method in class org.apache.abdera.security.util.SignatureBase
 
isSignLinks() - Method in interface org.apache.abdera.security.SignatureOptions
True if atom:link/@href and atom:content/@src targets should be included in the signature
isSignLinks() - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
isSingleton() - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
isText(String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if media type a matches text/*
isUseChunked() - Method in class org.apache.abdera.protocol.client.RequestOptions
Should the request use chunked encoding?
isUseExpectContinue() - Method in class org.apache.abdera.protocol.client.RequestOptions
Return true if Expect-Continue should be used
isUsePostOverride() - Method in class org.apache.abdera.protocol.client.RequestOptions
Return whether the request should use the X-HTTP-Method-Override option
isUserInRole(String) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
isUserInRole(String) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
isValidEntry(Entry) - Static method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Check to see if the entry is minimally valid according to RFC4287.
isWeak() - Method in class org.apache.abdera.util.EntityTag
 
isWild() - Method in class org.apache.abdera.util.EntityTag
 
isXml(String) - Static method in class org.apache.abdera.util.MimeTypeHelper
Returns true if media type a matches application/xml, text/xml or application/*+xml
ItemManager<T> - Interface in org.apache.abdera.protocol
 
iterator() - Method in class org.apache.abdera.protocol.util.CacheControlUtil.CacheControlParser
 

K

key - Variable in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
keycache - Variable in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
KeyHelper - Class in org.apache.abdera.security.util
 
KeyHelper() - Constructor for class org.apache.abdera.security.util.KeyHelper
 

L

LABEL - Static variable in interface org.apache.abdera.util.Constants
 
LANG - Static variable in interface org.apache.abdera.util.Constants
 
LENGTH - Static variable in interface org.apache.abdera.util.Constants
 
Link - Interface in org.apache.abdera.model
Represents an Atom Link element.
LINK - Static variable in interface org.apache.abdera.util.Constants
 
listExtensionFactories() - Method in class org.apache.abdera.factory.ExtensionFactoryMap
 
listExtensionFactories() - Method in interface org.apache.abdera.factory.Factory
Returns a listing of extension factories registered
ListParseFilter - Interface in org.apache.abdera.filter
 
LN_ACCEPT - Static variable in interface org.apache.abdera.util.Constants
 
LN_AUTHOR - Static variable in interface org.apache.abdera.util.Constants
 
LN_BASE - Static variable in interface org.apache.abdera.util.Constants
 
LN_CATEGORIES - Static variable in interface org.apache.abdera.util.Constants
 
LN_CATEGORY - Static variable in interface org.apache.abdera.util.Constants
 
LN_CLASS - Static variable in interface org.apache.abdera.util.Constants
 
LN_COLLECTION - Static variable in interface org.apache.abdera.util.Constants
 
LN_CONTENT - Static variable in interface org.apache.abdera.util.Constants
 
LN_CONTRIBUTOR - Static variable in interface org.apache.abdera.util.Constants
 
LN_CONTROL - Static variable in interface org.apache.abdera.util.Constants
 
LN_DIV - Static variable in interface org.apache.abdera.util.Constants
 
LN_DRAFT - Static variable in interface org.apache.abdera.util.Constants
 
LN_EDITED - Static variable in interface org.apache.abdera.util.Constants
 
LN_EMAIL - Static variable in interface org.apache.abdera.util.Constants
 
LN_ENCRYPTEDDATA - Static variable in class org.apache.abdera.security.util.Constants
 
LN_ENTRY - Static variable in interface org.apache.abdera.util.Constants
 
LN_FEED - Static variable in interface org.apache.abdera.util.Constants
 
LN_FIXED - Static variable in interface org.apache.abdera.util.Constants
 
LN_GENERATOR - Static variable in interface org.apache.abdera.util.Constants
 
LN_HREF - Static variable in interface org.apache.abdera.util.Constants
 
LN_HREFLANG - Static variable in interface org.apache.abdera.util.Constants
 
LN_ICON - Static variable in interface org.apache.abdera.util.Constants
 
LN_ID - Static variable in interface org.apache.abdera.util.Constants
 
LN_LABEL - Static variable in interface org.apache.abdera.util.Constants
 
LN_LANG - Static variable in interface org.apache.abdera.util.Constants
 
LN_LENGTH - Static variable in interface org.apache.abdera.util.Constants
 
LN_LINK - Static variable in interface org.apache.abdera.util.Constants
 
LN_LOGO - Static variable in interface org.apache.abdera.util.Constants
 
LN_NAME - Static variable in interface org.apache.abdera.util.Constants
 
LN_PUBLISHED - Static variable in interface org.apache.abdera.util.Constants
 
LN_REL - Static variable in interface org.apache.abdera.util.Constants
 
LN_RIGHTS - Static variable in interface org.apache.abdera.util.Constants
 
LN_SCHEME - Static variable in interface org.apache.abdera.util.Constants
 
LN_SERVICE - Static variable in interface org.apache.abdera.util.Constants
 
LN_SIGNATURE - Static variable in class org.apache.abdera.security.util.Constants
 
LN_SOURCE - Static variable in interface org.apache.abdera.util.Constants
 
LN_SPACE - Static variable in interface org.apache.abdera.util.Constants
 
LN_SRC - Static variable in interface org.apache.abdera.util.Constants
 
LN_SUBTITLE - Static variable in interface org.apache.abdera.util.Constants
 
LN_SUMMARY - Static variable in interface org.apache.abdera.util.Constants
 
LN_TERM - Static variable in interface org.apache.abdera.util.Constants
 
LN_TITLE - Static variable in interface org.apache.abdera.util.Constants
 
LN_TYPE - Static variable in interface org.apache.abdera.util.Constants
 
LN_UPDATED - Static variable in interface org.apache.abdera.util.Constants
 
LN_URI - Static variable in interface org.apache.abdera.util.Constants
 
LN_VERSION - Static variable in interface org.apache.abdera.util.Constants
 
LN_WORKSPACE - Static variable in interface org.apache.abdera.util.Constants
 
loadExtensionFactories() - Static method in class org.apache.abdera.util.ServiceUtil
 
loadKeystore(String, String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
loadKeystore(String, String, String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
locate(String, String, Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
 
locate(String, String, Abdera, Object...) - Static method in class org.apache.abdera.util.ServiceUtil
 
locate(String, Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
Locate a class instance for the given id
locateInstance(ClassLoader, String, Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
 
locateInstance(ClassLoader, String, Abdera, Object...) - Static method in class org.apache.abdera.util.ServiceUtil
 
locateResources(ClassLoader, String) - Static method in class org.apache.abdera.util.ServiceUtil
 
locateStream(ClassLoader, String) - Static method in class org.apache.abdera.util.ServiceUtil
 
locked(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a 423 locked error
LOGO - Static variable in interface org.apache.abdera.util.Constants
 
LRUCache - Class in org.apache.abdera.protocol.client.cache.lru
 
LRUCache(Abdera) - Constructor for class org.apache.abdera.protocol.client.cache.lru.LRUCache
 
LRUCache(Abdera, int) - Constructor for class org.apache.abdera.protocol.client.cache.lru.LRUCache
 
LRUCacheFactory - Class in org.apache.abdera.protocol.client.cache.lru
 
LRUCacheFactory() - Constructor for class org.apache.abdera.protocol.client.cache.lru.LRUCacheFactory
 
LRUMap<A,B> - Class in org.apache.abdera.protocol.client.cache
 
LRUMap(int, float, boolean) - Constructor for class org.apache.abdera.protocol.client.cache.LRUMap
 

M

manager - Variable in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
mapAttribute(BeanDefinitionBuilder, Element, String, String) - Method in class org.apache.abdera.spring.AbstractSingleBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.abdera.spring.AbstractSingleBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.abdera.spring.ServiceContextDefinitionParser
 
matcher - Variable in class org.apache.abdera.protocol.server.impl.RegexTargetResolver.RegexTarget
 
matches(EntityTag, EntityTag) - Static method in class org.apache.abdera.util.EntityTag
 
matches(String, String) - Static method in class org.apache.abdera.util.EntityTag
 
matches(EntityTag, String) - Static method in class org.apache.abdera.util.EntityTag
 
matches(EntityTag, String...) - Static method in class org.apache.abdera.util.EntityTag
Checks that the passed in ETag matches the ETag generated by the generate method
matchesAny(EntityTag, String) - Static method in class org.apache.abdera.util.EntityTag
 
matchesAny(EntityTag, String, boolean) - Static method in class org.apache.abdera.util.EntityTag
 
matchesAny(String, String) - Static method in class org.apache.abdera.util.EntityTag
 
matchesAny(String, String, boolean) - Static method in class org.apache.abdera.util.EntityTag
 
matchesAny(EntityTag, EntityTag[]) - Static method in class org.apache.abdera.util.EntityTag
 
matchesAny(EntityTag, EntityTag[], boolean) - Static method in class org.apache.abdera.util.EntityTag
 
max_age - Variable in class org.apache.abdera.protocol.util.AbstractRequest
 
max_age - Variable in class org.apache.abdera.protocol.util.AbstractResponse
 
max_stale - Variable in class org.apache.abdera.protocol.util.AbstractRequest
 
MEDIA - Static variable in class org.apache.abdera.protocol.server.TargetType
 
mediaPost(RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
mediaPost(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
MediaResponseContext - Class in org.apache.abdera.protocol.server.impl
ResponseContext implementation for arbitrary media resources
MediaResponseContext(InputStream, Date, int) - Constructor for class org.apache.abdera.protocol.server.impl.MediaResponseContext
 
MESSAGE - Static variable in class org.apache.abdera.protocol.error.Error
 
Messages - Class in org.apache.abdera.util
 
Messages() - Constructor for class org.apache.abdera.util.Messages
 
Messages(Locale, ClassLoader) - Constructor for class org.apache.abdera.util.Messages
 
method - Variable in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
MethodHelper - Class in org.apache.abdera.protocol.client.util
 
MethodHelper() - Constructor for class org.apache.abdera.protocol.client.util.MethodHelper
 
MethodHelper.ExtensionMethod - Class in org.apache.abdera.protocol.client.util
 
MethodHelper.ExtensionMethod(String, String) - Constructor for class org.apache.abdera.protocol.client.util.MethodHelper.ExtensionMethod
 
MethodHelper.HopByHop - Enum in org.apache.abdera.protocol.client.util
 
MethodHelper.Method - Enum in org.apache.abdera.protocol.client.util
 
MethodOverrideFilter - Class in org.apache.abdera.protocol.server.servlet
HTTP Servlet Filter that implements support for Google's X-HTTP-Method-Override header to perform "POST Tunneling" of various HTTP operations
MethodOverrideFilter() - Constructor for class org.apache.abdera.protocol.server.servlet.MethodOverrideFilter
 
METHODS - Static variable in class org.apache.abdera.protocol.server.servlet.MethodOverrideFilter
 
methods - Variable in class org.apache.abdera.security.util.servlet.AbstractEncryptedRequestFilter
 
MimeTypeHelper - Class in org.apache.abdera.util
Utilities for working with MIME Media Types
MimeTypeHelper() - Constructor for class org.apache.abdera.util.MimeTypeHelper
 
MimeTypeParseException - Exception in org.apache.abdera.util
An alternative to JAF's MimeTypeParseException that extends RuntimeException so we don't have to explicitly catch it everywhere.
MimeTypeParseException(MimeTypeParseException) - Constructor for exception org.apache.abdera.util.MimeTypeParseException
 
min_fresh - Variable in class org.apache.abdera.protocol.util.AbstractRequest
 

N

name() - Method in class org.apache.abdera.protocol.server.TargetType
 
name - Variable in class org.apache.abdera.util.AbstractNamedParser
 
name - Variable in class org.apache.abdera.util.AbstractNamedWriter
 
NAME - Static variable in interface org.apache.abdera.util.Constants
 
NAMED_PARSER - Static variable in interface org.apache.abdera.util.Constants
 
NAMED_WRITER - Static variable in interface org.apache.abdera.util.Constants
 
NamedParser - Interface in org.apache.abdera.parser
Abdera's abstract parsing model allows developers to implement parsers capable of translating non-Atom formats into Abdera objects.
NamedWriter - Interface in org.apache.abdera.writer
Named Writers provide a means of extending Abdera's built in serialization.
NamespaceHandler - Class in org.apache.abdera.spring
 
NamespaceHandler() - Constructor for class org.apache.abdera.spring.NamespaceHandler
 
newAuthor() - Method in interface org.apache.abdera.factory.Factory
Create a new author element.
newAuthor(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new author element as a child of the given Element.
newCategories() - Method in class org.apache.abdera.Abdera
Create a new Categories instance.
newCategories() - Method in interface org.apache.abdera.factory.Factory
Create a new Categories element.
newCategories(Base) - Method in interface org.apache.abdera.factory.Factory
Create a new Categories element.
newCategory() - Method in interface org.apache.abdera.factory.Factory
Create a new Category element.
newCategory(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Category element as a child of the given Element.
newCollection() - Method in interface org.apache.abdera.factory.Factory
Create a new Collection element.
newCollection(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Collection element as a child of the given Element.
newContent() - Method in interface org.apache.abdera.factory.Factory
Create a new Content element.
newContent(Content.Type) - Method in interface org.apache.abdera.factory.Factory
Create a new Content element of the given Content.Type.
newContent(Content.Type, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Content element of the given Content.Type as a child of the given Element.
newContent(MimeType) - Method in interface org.apache.abdera.factory.Factory
Create a new Content element of the given MediaType.
newContent(MimeType, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Content element of the given MediaType as a child of the given Element.
newContributor() - Method in interface org.apache.abdera.factory.Factory
Create a new contributor element.
newContributor(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new contributor element as a child of the given Element.
newControl() - Method in interface org.apache.abdera.factory.Factory
Create a new Control element.
newControl(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Control element as a child of the given Element.
newDateTime(QName, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new DateTime element with the given QName as a child of the given Element.
newDefaultGenerator() - Method in interface org.apache.abdera.factory.Factory
Create a new Generator with Abdera's default name and version.
newDefaultGenerator(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Generator using Abdera's default name and version as a child of the given Element.
newDiv() - Method in interface org.apache.abdera.factory.Factory
Create a new Div element.
newDiv(Base) - Method in interface org.apache.abdera.factory.Factory
Create a new Div element as a child of the given Base.
newDocument() - Method in interface org.apache.abdera.factory.Factory
Create a new Document instance with a root Element of type T.
newEdited() - Method in interface org.apache.abdera.factory.Factory
Create a new app:edited element.
newEdited(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new app:edited element.
newElement(QName) - Method in interface org.apache.abdera.factory.Factory
Create a new Element with the given QName.
newElement(QName, Base) - Method in interface org.apache.abdera.factory.Factory
Create a new Element with the given QName as a child of the given Base.
newEmail() - Method in interface org.apache.abdera.factory.Factory
Create a new email element.
newEmail(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new email element as a child of the given Element.
newEncryption() - Method in class org.apache.abdera.security.AbderaSecurity
Acquire a new XML Encryption provider instance
newEntry() - Method in class org.apache.abdera.Abdera
Create a new Entry instance.
newEntry() - Method in interface org.apache.abdera.factory.Factory
Create a new Entry element.
newEntry(Base) - Method in interface org.apache.abdera.factory.Factory
Create a new Entry element as a child of the given Base.
newExtensionElement(QName, Base, Factory) - Method in class org.apache.abdera.factory.ExtensionFactoryMap
 
newExtensionElement(QName) - Method in interface org.apache.abdera.factory.Factory
Create a new extension element with the given QName.
newExtensionElement(QName, Base) - Method in interface org.apache.abdera.factory.Factory
Create a new extension element with the given QName as a child of the given Base.
newFactoryInstance(Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
Utility method for returning an instance of the defaul Abdera Factory instance
newFeed() - Method in class org.apache.abdera.Abdera
Create a new Feed instance.
newFeed() - Method in interface org.apache.abdera.factory.Factory
Create a new Feed element.
newFeed(Base) - Method in interface org.apache.abdera.factory.Factory
Create a new Feed element as a child of the given Base.
newGenerator() - Method in interface org.apache.abdera.factory.Factory
Create a new Generator element.
newGenerator(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Generator element as a child of the given Element.
newIcon() - Method in interface org.apache.abdera.factory.Factory
Create a new icon element.
newIcon(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new icon element as a child of the given Element.
newID() - Method in interface org.apache.abdera.factory.Factory
Create a new id element.
newID(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new id element as a child of the given Element.
newId() - Method in interface org.apache.abdera.model.Entry
Creates a new randomized atom:id for the entry
newId() - Method in interface org.apache.abdera.model.Source
Creates a new randomized atom:id for the entry
newInstance(String, String, Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
Returns a new instance of the identified object class.
newInstance(String, String, Abdera, Object...) - Static method in class org.apache.abdera.util.ServiceUtil
Returns a new instance of the identified object class.
newIRIElement(QName, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new IRI element with the given QName as a child of the given Element.
newLink() - Method in interface org.apache.abdera.factory.Factory
Create a new Link element.
newLink(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Link element as a child of the given Element.
newLogo() - Method in interface org.apache.abdera.factory.Factory
Create a new logo element.
newLogo(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new logo element as a child of the given Element.
newName() - Method in interface org.apache.abdera.factory.Factory
Create a new name element.
newName(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new name element as a child of the given Element.
newParser() - Method in interface org.apache.abdera.factory.Factory
Create a new Parser instance.
newParserFactoryInstance(Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
 
newParserInstance(Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
Utility method for returning an instance of the default Abdera Parser instance
newPerson(QName, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Person element with the given QName as a child of the given Element.
newPublished() - Method in interface org.apache.abdera.factory.Factory
Create a new published element.
newPublished(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new published element as a child of the given Element.
newRights() - Method in interface org.apache.abdera.factory.Factory
Create a new rights element.
newRights(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new rights element as a child of the given Element.
newRights(Text.Type) - Method in interface org.apache.abdera.factory.Factory
Create a new rights element with the given Text.Type.
newRights(Text.Type, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new rights element with the given Text.Type as a child of the given Element.
newService() - Method in class org.apache.abdera.Abdera
Create a new Service instance.
newService() - Method in interface org.apache.abdera.factory.Factory
Create a new Service element.
newService(Base) - Method in interface org.apache.abdera.factory.Factory
Create a new Service element as a child of the given Base.
newServiceContext(Map<String, String>) - Method in class org.apache.abdera.protocol.server.ServiceManager
 
newSignature() - Method in class org.apache.abdera.security.AbderaSecurity
Acquire a new XML Digital Signature provider instance
newSource() - Method in interface org.apache.abdera.factory.Factory
Create a new Source element.
newSource(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Source element as a child of the given Element.
newSubtitle() - Method in interface org.apache.abdera.factory.Factory
Create a new subtitle element.
newSubtitle(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new subtitle element as a child of the given Element.
newSubtitle(Text.Type) - Method in interface org.apache.abdera.factory.Factory
Create a new subtitle element with the given Text.Type.
newSubtitle(Text.Type, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new subtitle element with the given Text.Type as a child of the given Element.
newSummary() - Method in interface org.apache.abdera.factory.Factory
Create a new summary element.
newSummary(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new summary element as a child of the given Element.
newSummary(Text.Type) - Method in interface org.apache.abdera.factory.Factory
Create a new summary element with the given Text.Type.
newSummary(Text.Type, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new summary element with the given Text.Type as a child of the given Element.
newText(QName, Text.Type) - Method in interface org.apache.abdera.factory.Factory
Create a new Text element with the given QName and Text.Type.
newText(QName, Text.Type, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Text element with the given QName and Text.Type as a child of the given Element.
newTitle() - Method in interface org.apache.abdera.factory.Factory
Create a new title element.
newTitle(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new title element as a child of the given Element.
newTitle(Text.Type) - Method in interface org.apache.abdera.factory.Factory
Create a new title element with the given Text.Type.
newTitle(Text.Type, Element) - Method in interface org.apache.abdera.factory.Factory
Create a new title element with the given Text.Type as a child of the given Element.
newUpdated() - Method in interface org.apache.abdera.factory.Factory
Create a new updated element.
newUpdated(Element) - Method in interface org.apache.abdera.factory.Factory
create a new updated element as a child of the given Element.
newUri() - Method in interface org.apache.abdera.factory.Factory
Create a new uri element.
newUri(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new uri element as a child of the given Element.
newUuidUri() - Method in interface org.apache.abdera.factory.Factory
Generate a new random UUID URI
newWorkspace() - Method in interface org.apache.abdera.factory.Factory
Create a new Workspace element.
newWorkspace(Element) - Method in interface org.apache.abdera.factory.Factory
Create a new Workspace element as a child of the given Element.
newWriterFactoryInstance(Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
 
newWriterInstance(Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
 
newXPathInstance(Abdera) - Static method in class org.apache.abdera.util.ServiceUtil
Utility method for returning an instance of the default Abdera XPath instance
NO - Static variable in interface org.apache.abdera.util.Constants
 
NOCACHE - Static variable in interface org.apache.abdera.protocol.util.ProtocolConstants
 
nocache_headers - Variable in class org.apache.abdera.protocol.util.AbstractResponse
 
NonOpParseFilter - Class in org.apache.abdera.util.filter
 
NonOpParseFilter() - Constructor for class org.apache.abdera.util.filter.NonOpParseFilter
 
noprovider(HttpServletResponse) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
normalize(IRI) - Static method in class org.apache.abdera.util.URIHelper
Normalize a URI as specified by RFC4287 Section 4.2.6
normalize(String) - Static method in class org.apache.abdera.util.URIHelper
 
NOSTORE - Static variable in interface org.apache.abdera.protocol.util.ProtocolConstants
 
notallowed(Abdera, RequestContext, String, String...) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a 405 method not allowed error
notallowed(HttpServletResponse, String, String[]) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
notfound(HttpServletResponse) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
notmodified(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
NOTRANSFORM - Static variable in interface org.apache.abdera.protocol.util.ProtocolConstants
 
notsupported(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a 415 media type not-supported error
now - Variable in class org.apache.abdera.protocol.client.AbstractClientResponse
 
NS - Static variable in class org.apache.abdera.protocol.error.Error
 
numericValueOf(String, Base) - Method in class org.apache.abdera.util.AbstractXPath
 
numericValueOf(String, Base) - Method in interface org.apache.abdera.xpath.XPath
Return a numeric representation of the specified Path
numericValueOf(String, Base, Map<String, String>) - Method in interface org.apache.abdera.xpath.XPath
Return a numeric representation of the specified Path using the specified Namespaces mapping

O

ONLYIFCACHED - Static variable in interface org.apache.abdera.protocol.util.ProtocolConstants
 
options - Variable in class org.apache.abdera.util.AbstractParser
 
options - Variable in class org.apache.abdera.util.AbstractWriter
 
orderByQ(String) - Static method in class org.apache.abdera.protocol.server.util.ServerUtils
Utility method for parsing HTTP content negotiation headers and sorting their tokens according to their q parameter values.
org.apache.abdera - package org.apache.abdera
 
org.apache.abdera.factory - package org.apache.abdera.factory
 
org.apache.abdera.filter - package org.apache.abdera.filter
 
org.apache.abdera.model - package org.apache.abdera.model
 
org.apache.abdera.parser - package org.apache.abdera.parser
 
org.apache.abdera.protocol - package org.apache.abdera.protocol
 
org.apache.abdera.protocol.client - package org.apache.abdera.protocol.client
 
org.apache.abdera.protocol.client.cache - package org.apache.abdera.protocol.client.cache
 
org.apache.abdera.protocol.client.cache.lru - package org.apache.abdera.protocol.client.cache.lru
 
org.apache.abdera.protocol.client.util - package org.apache.abdera.protocol.client.util
 
org.apache.abdera.protocol.error - package org.apache.abdera.protocol.error
 
org.apache.abdera.protocol.server - package org.apache.abdera.protocol.server
 
org.apache.abdera.protocol.server.impl - package org.apache.abdera.protocol.server.impl
 
org.apache.abdera.protocol.server.servlet - package org.apache.abdera.protocol.server.servlet
 
org.apache.abdera.protocol.server.util - package org.apache.abdera.protocol.server.util
 
org.apache.abdera.protocol.util - package org.apache.abdera.protocol.util
 
org.apache.abdera.security - package org.apache.abdera.security
 
org.apache.abdera.security.util - package org.apache.abdera.security.util
 
org.apache.abdera.security.util.servlet - package org.apache.abdera.security.util.servlet
 
org.apache.abdera.security.xmlsec - package org.apache.abdera.security.xmlsec
 
org.apache.abdera.spring - package org.apache.abdera.spring
 
org.apache.abdera.util - package org.apache.abdera.util
 
org.apache.abdera.util.filter - package org.apache.abdera.util.filter
 
org.apache.abdera.writer - package org.apache.abdera.writer
 
org.apache.abdera.xpath - package org.apache.abdera.xpath
 
output(RequestContext, HttpServletResponse, ResponseContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
outputsFormat(String) - Method in class org.apache.abdera.util.AbstractNamedWriter
 
outputsFormat(String) - Method in interface org.apache.abdera.writer.NamedWriter
Returns true if the format produced by this writer matches the specified media type

P

parse(String) - Static method in class org.apache.abdera.model.AtomDate
Parse the serialized string form into a java.util.Date
parse(InputStream) - Method in interface org.apache.abdera.parser.Parser
Parse the input stream using the default character set encoding (UTF-8)
parse(InputStream, String) - Method in interface org.apache.abdera.parser.Parser
Parse the input stream using the default character set encoding (UTF-8).
parse(InputStream, String, ParserOptions) - Method in interface org.apache.abdera.parser.Parser
Parse the input stream using using the specified Parse options.
parse(Reader) - Method in interface org.apache.abdera.parser.Parser
Parse the reader using the default Base URI and options
parse(Reader, String) - Method in interface org.apache.abdera.parser.Parser
Parse the reader using the specified Base URI
parse(Reader, String, ParserOptions) - Method in interface org.apache.abdera.parser.Parser
Parse the reader using using the specified Parse options.
parse(InputStream) - Method in class org.apache.abdera.util.AbstractParser
 
parse(InputStream, String) - Method in class org.apache.abdera.util.AbstractParser
 
parse(InputStream, String, ParserOptions) - Method in class org.apache.abdera.util.AbstractParser
 
parse(Reader) - Method in class org.apache.abdera.util.AbstractParser
 
parse(Reader, String) - Method in class org.apache.abdera.util.AbstractParser
 
parse(String) - Static method in class org.apache.abdera.util.EntityTag
 
parse_cc() - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
parseCacheControl(String, AbstractRequest) - Static method in class org.apache.abdera.protocol.util.CacheControlUtil
 
parseCacheControl(String, AbstractResponse) - Static method in class org.apache.abdera.protocol.util.CacheControlUtil
 
ParseException - Exception in org.apache.abdera.parser
 
ParseException() - Constructor for exception org.apache.abdera.parser.ParseException
 
ParseException(String) - Constructor for exception org.apache.abdera.parser.ParseException
 
ParseException(String, Throwable) - Constructor for exception org.apache.abdera.parser.ParseException
 
ParseException(Throwable) - Constructor for exception org.apache.abdera.parser.ParseException
 
ParseFilter - Interface in org.apache.abdera.filter
ParseFilter's determine which elements and attributes are acceptable within a parsed document.
parseFilter - Variable in class org.apache.abdera.util.AbstractParserOptions
 
Parser - Interface in org.apache.abdera.parser
 
parser - Variable in class org.apache.abdera.protocol.client.AbstractClientResponse
 
parser - Variable in class org.apache.abdera.security.xmlsec.XmlSecurityOptions
 
ParserFactory - Interface in org.apache.abdera.parser
The ParserFactory is used a acquire instances of alternative parsers registered with Abdera.
ParserOptions - Interface in org.apache.abdera.parser
Parser options are used to modify the behavior of the parser.
parsesFormat(String) - Method in interface org.apache.abdera.parser.NamedParser
Returns true if this parser is capable of consuming the specified media type
parsesFormat(String) - Method in class org.apache.abdera.util.AbstractNamedParser
 
parseTags(String) - Static method in class org.apache.abdera.util.EntityTag
 
Person - Interface in org.apache.abdera.model
An Atom Person Construct
PersonWrapper - Class in org.apache.abdera.model
 
PersonWrapper(Element) - Constructor for class org.apache.abdera.model.PersonWrapper
 
PersonWrapper(Factory, QName) - Constructor for class org.apache.abdera.model.PersonWrapper
 
PoolManager<T> - Class in org.apache.abdera.protocol.util
Implements a simple pool manager.
PoolManager() - Constructor for class org.apache.abdera.protocol.util.PoolManager
 
PoolManager(int) - Constructor for class org.apache.abdera.protocol.util.PoolManager
 
post(String, RequestEntity, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
post(String, InputStream, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
post(String, Base, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
post(String, RequestEntity) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
post(String, InputStream) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
post(String, Base) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
PRE_RFC_ACCEPT - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
PRE_RFC_CATEGORIES - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
PRE_RFC_COLLECTION - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
PRE_RFC_CONTROL - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
PRE_RFC_DRAFT - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
PRE_RFC_EDITED - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
PRE_RFC_SERVICE - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
PRE_RFC_WORKSPACE - Static variable in interface org.apache.abdera.util.Constants
Deprecated.  
preconditionfailed(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
preconditions(Provider, RequestContext, HttpServletResponse) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
PREFIX - Static variable in interface org.apache.abdera.util.Constants
 
PREFIXED_TITLE - Static variable in interface org.apache.abdera.util.Constants
 
preserve - Variable in class org.apache.abdera.util.AbstractParserOptions
 
principal - Variable in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
PRIVATE - Static variable in interface org.apache.abdera.protocol.util.ProtocolConstants
 
private_headers - Variable in class org.apache.abdera.protocol.util.AbstractResponse
 
process(ServiceContext, RequestContext, HttpServletResponse) - Method in class org.apache.abdera.protocol.server.impl.AbstractRequestHandler
 
process(ServiceContext, RequestContext, HttpServletResponse) - Method in interface org.apache.abdera.protocol.server.RequestHandler
 
ProcessingInstruction - Interface in org.apache.abdera.model
A processing instruction.
ProtocolConstants - Interface in org.apache.abdera.protocol.util
 
ProtocolException - Exception in org.apache.abdera.protocol.error
 
ProtocolException(Error) - Constructor for exception org.apache.abdera.protocol.error.ProtocolException
 
ProtocolException(Abdera, int, String) - Constructor for exception org.apache.abdera.protocol.error.ProtocolException
 
provider - Variable in class org.apache.abdera.protocol.server.impl.AbstractSingletonProviderManager
 
Provider - Interface in org.apache.abdera.protocol.server
 
PROVIDER_MANAGER - Static variable in interface org.apache.abdera.protocol.server.util.ServerConstants
 
providerManager - Variable in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
PROXYREVALIDATE - Static variable in interface org.apache.abdera.protocol.util.ProtocolConstants
 
PUBLIC - Static variable in interface org.apache.abdera.protocol.util.ProtocolConstants
 
PUBLICKEY - Static variable in class org.apache.abdera.security.util.servlet.AESEncryptedResponseFilter
 
PUBLISHED - Static variable in interface org.apache.abdera.util.Constants
 
put(String, RequestEntity, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
put(String, InputStream, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
put(String, Base, RequestOptions) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
put(String, RequestEntity) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
put(String, InputStream) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
put(String, Base) - Method in class org.apache.abdera.protocol.client.AbderaClient
 

R

read() - Method in class org.apache.abdera.protocol.client.util.AutoReleasingInputStream
 
read(byte[], int, int) - Method in class org.apache.abdera.protocol.client.util.AutoReleasingInputStream
 
read() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferedServletInputStream
 
read() - Method in class org.apache.abdera.util.XmlRestrictedCharReader
 
read(char[], int, int) - Method in class org.apache.abdera.util.XmlRestrictedCharReader
 
RegexTargetResolver - Class in org.apache.abdera.protocol.server.impl
Provides a utility class helpful for determining which type of resource the client is requesting.
RegexTargetResolver() - Constructor for class org.apache.abdera.protocol.server.impl.RegexTargetResolver
 
RegexTargetResolver(Map<String, TargetType>) - Constructor for class org.apache.abdera.protocol.server.impl.RegexTargetResolver
 
RegexTargetResolver.RegexTarget - Class in org.apache.abdera.protocol.server.impl
 
RegexTargetResolver.RegexTarget(TargetType, RequestContext, Matcher) - Constructor for class org.apache.abdera.protocol.server.impl.RegexTargetResolver.RegexTarget
 
RegexTargetResolverDefinitionParser - Class in org.apache.abdera.spring
 
RegexTargetResolverDefinitionParser() - Constructor for class org.apache.abdera.spring.RegexTargetResolverDefinitionParser
 
RegexTargetResolverFactoryBean - Class in org.apache.abdera.spring
 
RegexTargetResolverFactoryBean() - Constructor for class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
registerExtension(ExtensionFactory) - Method in interface org.apache.abdera.factory.Factory
Registers an extension factory for this Factory instance only
registerFactory(SecureProtocolSocketFactory, int) - Static method in class org.apache.abdera.protocol.client.AbderaClient
 
registerScheme(String, Class<T>) - Static method in class org.apache.abdera.protocol.client.AbderaClient
Register a new authentication scheme.
registerTrustManager(TrustManager) - Static method in class org.apache.abdera.protocol.client.AbderaClient
 
registerTrustManager() - Static method in class org.apache.abdera.protocol.client.AbderaClient
 
registerTrustManager(TrustManager, int) - Static method in class org.apache.abdera.protocol.client.AbderaClient
 
registerTrustManager(int) - Static method in class org.apache.abdera.protocol.client.AbderaClient
 
REL - Static variable in interface org.apache.abdera.util.Constants
 
REL_ALTERNATE - Static variable in interface org.apache.abdera.model.Link
 
REL_ALTERNATE_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_CURRENT - Static variable in interface org.apache.abdera.model.Link
 
REL_CURRENT_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_EDIT - Static variable in interface org.apache.abdera.model.Link
 
REL_EDIT_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_EDIT_MEDIA - Static variable in interface org.apache.abdera.model.Link
 
REL_EDIT_MEDIA_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_ENCLOSURE - Static variable in interface org.apache.abdera.model.Link
 
REL_ENCLOSURE_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_FIRST - Static variable in interface org.apache.abdera.model.Link
 
REL_FIRST_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_LAST - Static variable in interface org.apache.abdera.model.Link
 
REL_LAST_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_LICENSE - Static variable in interface org.apache.abdera.model.Link
 
REL_LICENSE_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_NEXT - Static variable in interface org.apache.abdera.model.Link
 
REL_NEXT_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_PAYMENT - Static variable in interface org.apache.abdera.model.Link
 
REL_PAYMENT_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_PREVIOUS - Static variable in interface org.apache.abdera.model.Link
 
REL_PREVIOUS_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_RELATED - Static variable in interface org.apache.abdera.model.Link
 
REL_RELATED_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_REPLIES - Static variable in interface org.apache.abdera.model.Link
 
REL_REPLIES_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_SELF - Static variable in interface org.apache.abdera.model.Link
 
REL_SELF_IANA - Static variable in interface org.apache.abdera.model.Link
 
REL_VIA - Static variable in interface org.apache.abdera.model.Link
 
REL_VIA_IANA - Static variable in interface org.apache.abdera.model.Link
 
release() - Method in class org.apache.abdera.protocol.client.cache.CachedResponseBase
 
release() - Method in interface org.apache.abdera.protocol.client.ClientResponse
Release the resources associated with this response
release() - Method in class org.apache.abdera.protocol.client.CommonsResponse
Release the resources associated with this response
release(T) - Method in interface org.apache.abdera.protocol.ItemManager
 
release(Provider) - Method in class org.apache.abdera.protocol.server.impl.AbstractSingletonProviderManager
 
release(RequestHandler) - Method in class org.apache.abdera.protocol.server.impl.AbstractSingletonRequestHandlerManager
 
release(T) - Method in class org.apache.abdera.protocol.util.PoolManager
 
remove(String, RequestOptions) - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
remove(CacheKey) - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
remove(String, RequestOptions) - Method in class org.apache.abdera.protocol.client.cache.CacheBase
 
remove(CacheKey) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
removeAttribute(QName) - Method in interface org.apache.abdera.model.Element
Remove the named Attribute
removeAttribute(QName) - Method in class org.apache.abdera.model.ElementWrapper
 
removeEldestEntry(Map.Entry<A, B>) - Method in class org.apache.abdera.protocol.client.cache.LRUMap
 
removeHeader(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
removeHeaders(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Remove the specified HTTP header
removeInvalidSignatures(T, SignatureOptions) - Method in interface org.apache.abdera.security.Signature
 
removeInvalidSignatures(T, SignatureOptions) - Method in class org.apache.abdera.security.xmlsec.XmlSignature
 
replacement - Variable in class org.apache.abdera.util.AbstractParserOptions
 
Request - Interface in org.apache.abdera.protocol
 
request(RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
request(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
REQUEST_HANDLER_MANAGER - Static variable in interface org.apache.abdera.protocol.server.util.ServerConstants
 
RequestContext - Interface in org.apache.abdera.protocol.server
 
RequestContext.Property - Enum in org.apache.abdera.protocol.server
 
RequestContext.Scope - Enum in org.apache.abdera.protocol.server
 
RequestException - Exception in org.apache.abdera.protocol.client
RequestExceptions will be thrown optionally depending on the settings in RequestOptions for 4xx and 5xx responses.
RequestException(ClientResponse) - Constructor for exception org.apache.abdera.protocol.client.RequestException
 
RequestHandler - Interface in org.apache.abdera.protocol.server
 
RequestOptions - Class in org.apache.abdera.protocol.client
 
RequestOptions() - Constructor for class org.apache.abdera.protocol.client.RequestOptions
 
RequestOptions(Date) - Constructor for class org.apache.abdera.protocol.client.RequestOptions
 
RequestOptions(String) - Constructor for class org.apache.abdera.protocol.client.RequestOptions
 
RequestOptions(String...) - Constructor for class org.apache.abdera.protocol.client.RequestOptions
 
RequestOptions(Date, String) - Constructor for class org.apache.abdera.protocol.client.RequestOptions
 
RequestOptions(Date, String...) - Constructor for class org.apache.abdera.protocol.client.RequestOptions
 
RequestOptions(boolean) - Constructor for class org.apache.abdera.protocol.client.RequestOptions
 
requestUri - Variable in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
reset() - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferedRequestWrapper
 
resolve(Request) - Method in interface org.apache.abdera.protocol.Resolver
 
resolve(Request) - Method in class org.apache.abdera.protocol.server.impl.RegexTargetResolver
 
resolve(Request) - Method in class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver
 
resolve(Principal) - Method in class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver
 
resolve(String) - Method in class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver
 
resolveBase(RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.abdera.spring.RegexTargetResolverDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.abdera.spring.ServiceContextDefinitionParser
 
Resolver<T> - Interface in org.apache.abdera.protocol
 
Response - Interface in org.apache.abdera.protocol
 
Response.ResponseType - Enum in org.apache.abdera.protocol
 
response_date - Variable in class org.apache.abdera.protocol.client.AbstractClientResponse
 
ResponseContext - Interface in org.apache.abdera.protocol.server
 
restricted(XmlUtil.XMLVersion, char) - Static method in class org.apache.abdera.util.XmlUtil
 
restricted(XmlUtil.XMLVersion, int) - Static method in class org.apache.abdera.util.XmlUtil
 
retrievePublicKey(ServletRequest) - Method in class org.apache.abdera.security.util.servlet.AESEncryptedResponseFilter
 
returnBase(Base, int, Date) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a document
REVALIDATE - Static variable in interface org.apache.abdera.protocol.util.ProtocolConstants
 
RIGHTS - Static variable in interface org.apache.abdera.util.Constants
 

S

SafeContentWhiteListParseFilter - Class in org.apache.abdera.util.filter
 
SafeContentWhiteListParseFilter() - Constructor for class org.apache.abdera.util.filter.SafeContentWhiteListParseFilter
 
sanitize(String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
sanitize(String, String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
sanitize(String, String, boolean) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
sanitize(String, String, String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
sanitize(String, String, boolean, String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
sanitize(String, String, boolean, Normalizer.Form) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
 
sanitize(String, String, boolean, Normalizer.Form, String) - Static method in class org.apache.abdera.protocol.util.EncodingUtil
Used to sanitize a string.
SANITIZE_PATTERN - Static variable in class org.apache.abdera.protocol.util.EncodingUtil
 
sanitizeSlug(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Sanitize the value of a Slug header.
saveKeystore(KeyStore, String, String) - Static method in class org.apache.abdera.security.util.KeyHelper
 
SCHEME - Static variable in interface org.apache.abdera.util.Constants
 
security - Variable in class org.apache.abdera.security.util.servlet.SecurityFilter
 
SecurityBase - Class in org.apache.abdera.security.util
 
SecurityBase(Abdera) - Constructor for class org.apache.abdera.security.util.SecurityBase
 
SecurityException - Exception in org.apache.abdera.security
 
SecurityException() - Constructor for exception org.apache.abdera.security.SecurityException
 
SecurityException(String) - Constructor for exception org.apache.abdera.security.SecurityException
 
SecurityException(String, Throwable) - Constructor for exception org.apache.abdera.security.SecurityException
 
SecurityException(Throwable) - Constructor for exception org.apache.abdera.security.SecurityException
 
SecurityFilter - Class in org.apache.abdera.security.util.servlet
 
SecurityFilter() - Constructor for class org.apache.abdera.security.util.servlet.SecurityFilter
 
SecurityOptions - Interface in org.apache.abdera.security
Base interface for EncryptionOptions and SignatureOptions
select(int) - Static method in enum org.apache.abdera.protocol.Response.ResponseType
 
select(String) - Static method in enum org.apache.abdera.protocol.util.CacheControlUtil.Directive
 
selectNodes(String, Base) - Method in class org.apache.abdera.util.AbstractXPath
 
selectNodes(String, Base) - Method in interface org.apache.abdera.xpath.XPath
Return a listing of nodes matching the specified Path
selectNodes(String, Base, Map<String, String>) - Method in interface org.apache.abdera.xpath.XPath
Return a listing of nodes matching the specified Path using the specified Namespaces mapping
selectSingleNode(String, Base) - Method in class org.apache.abdera.util.AbstractXPath
 
selectSingleNode(String, Base) - Method in interface org.apache.abdera.xpath.XPath
Return the first node matching the specified Path
selectSingleNode(String, Base, Map<String, String>) - Method in interface org.apache.abdera.xpath.XPath
Return a the first node matching the specified Path using the specified Namespaces mapping
ServerConstants - Interface in org.apache.abdera.protocol.server.util
 
servererror(Abdera, RequestContext, String, Throwable) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a server error
ServerUtils - Class in org.apache.abdera.protocol.server.util
 
ServerUtils() - Constructor for class org.apache.abdera.protocol.server.util.ServerUtils
 
Service - Interface in org.apache.abdera.model
Represents the root of an Atom Publishing Protocol Introspection Document.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.abdera.protocol.server.servlet.AbderaServlet
 
SERVICE - Static variable in class org.apache.abdera.protocol.server.TargetType
 
SERVICE - Static variable in interface org.apache.abdera.util.Constants
 
SERVICE_CONTEXT - Static variable in interface org.apache.abdera.protocol.server.util.ServerConstants
 
ServiceContext - Interface in org.apache.abdera.protocol.server
 
ServiceContextDefinitionParser - Class in org.apache.abdera.spring
 
ServiceContextDefinitionParser() - Constructor for class org.apache.abdera.spring.ServiceContextDefinitionParser
 
ServiceManager - Class in org.apache.abdera.protocol.server
 
ServiceUtil - Class in org.apache.abdera.util
Core utility methods that support Abdera's internal operation
set4xxRequestException(boolean) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set whether or not to throw a RequestExeption on 4xx responses
set5xxRequestException(boolean) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set whether or not to throw a RequestExeption on 5xx responses
setAccept(String...) - Method in interface org.apache.abdera.model.Collection
Set the listing of media-ranges allowed for this collection.
setAccept(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Accept header
setAccept(String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Accept header
setAcceptCharset(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Accept-Charset header
setAcceptCharset(String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Accept-Charset header
setAcceptEncoding(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Accept-Encoding header
setAcceptEncoding(String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Accept-Encoding header
setAcceptLanguage(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Accept-Language header
setAcceptLanguage(String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Accept-Language header
setAcceptsEntry() - Method in interface org.apache.abdera.model.Collection
Sets the appropriate accept element to indicate that entries are accepted (equivalent to calling setAccept("application/atom+xml;type=entry");)
setAcceptsNothing() - Method in interface org.apache.abdera.model.Collection
Sets the collection so that nothing is accepted (equivalent to calling setAccept(""); )
setAge(long) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setAllow(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setAllow(String...) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setAttribute(RequestContext.Scope, String, Object) - Method in class org.apache.abdera.protocol.server.impl.HttpServletRequestContext
 
setAttribute(RequestContext.Scope, String, Object) - Method in interface org.apache.abdera.protocol.server.RequestContext
 
setAttributeValue(String, String) - Method in interface org.apache.abdera.model.Element
Sets the value of the named attribute
setAttributeValue(QName, String) - Method in interface org.apache.abdera.model.Element
Sets the value of the named attribute
setAttributeValue(QName, String) - Method in class org.apache.abdera.model.ElementWrapper
 
setAttributeValue(String, String) - Method in class org.apache.abdera.model.ElementWrapper
 
setAuthenticationSchemeDefaults() - Method in class org.apache.abdera.protocol.client.AbderaClient
 
setAuthenticationSchemePriority(String...) - Method in class org.apache.abdera.protocol.client.AbderaClient
 
setAuthorization(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set the value of the HTTP Authorization header
setAutoClose(boolean) - Method in class org.apache.abdera.util.AbstractWriterOptions
 
setAutoClose(boolean) - Method in interface org.apache.abdera.writer.WriterOptions
 
setAutodetectCharset(boolean) - Method in interface org.apache.abdera.parser.ParserOptions
If true, the parser will attempt to automatically detect the character encoding from the stream by checking for the byte order mark or checking the XML prolog.
setAutodetectCharset(boolean) - Method in class org.apache.abdera.util.AbstractParserOptions
 
setBaseUri(String) - Method in interface org.apache.abdera.model.Document
Sets the Base URI of the document.
setBaseUri(IRI) - Method in interface org.apache.abdera.model.Element
Sets the value of this element's xml:base attribute.
setBaseUri(String) - Method in interface org.apache.abdera.model.Element
Sets the value of this element's xml:base attribute.
setBaseUri(IRI) - Method in class org.apache.abdera.model.ElementWrapper
 
setBaseUri(String) - Method in class org.apache.abdera.model.ElementWrapper
 
setCacheControl(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP Cache-Control header
setCalendar(Calendar) - Method in interface org.apache.abdera.model.DateTime
Sets the content value of the element
setCalendar(Calendar) - Method in class org.apache.abdera.model.DateTimeWrapper
 
setCategories(List<String>) - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
setCertificate(X509Certificate) - Method in interface org.apache.abdera.security.SignatureOptions
Set the X.509 cert to associate with the signature
setCertificate(X509Certificate) - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
setCharset(String) - Method in interface org.apache.abdera.model.Document
Sets the charset used for this document
setCharset(String) - Method in interface org.apache.abdera.parser.ParserOptions
Sets the character set to use for the parsed document
setCharset(String) - Method in class org.apache.abdera.util.AbstractParserOptions
 
setCharset(String) - Method in class org.apache.abdera.util.AbstractWriterOptions
 
setCharset(String) - Method in interface org.apache.abdera.writer.WriterOptions
 
setCode(int) - Method in class org.apache.abdera.protocol.error.Error
 
setCollection(Collection) - Method in interface org.apache.abdera.model.Source
Set the app:collection element
setCollections(List<String>) - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
setCompressionCodecs(CompressionUtil.CompressionCodec...) - Method in interface org.apache.abdera.parser.ParserOptions
When parsing an InputStream that contains compressed data, use these codecs to decompress the stream.
setCompressionCodecs(CompressionUtil.CompressionCodec...) - Method in class org.apache.abdera.util.AbstractParserOptions
 
setCompressionCodecs(CompressionUtil.CompressionCodec...) - Method in class org.apache.abdera.util.AbstractWriterOptions
 
setCompressionCodecs(CompressionUtil.CompressionCodec...) - Method in interface org.apache.abdera.writer.WriterOptions
When writing, use the specified compression codecs
setContent(String) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry as @type="text"
setContent(String, Content.Type) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContent(Element) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContent(Element, String) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContent(DataHandler) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContent(DataHandler, String) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContent(InputStream) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContent(InputStream, String) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContent(String, String) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContent(IRI, String) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry as out of line.
setContentAsHtml(String) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry as @type="html"
setContentAsXhtml(String) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry as @type="xhtml"
setContentElement(Content) - Method in interface org.apache.abdera.model.Entry
Sets the content for this entry
setContentLanguage(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setContentLength(long) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setContentLocation(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setContentType(Content.Type) - Method in interface org.apache.abdera.model.Content
Set the Content Type
setContentType(String) - Method in interface org.apache.abdera.model.Document
Sets the content type for this document
setContentType(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set the value of the HTTP Content-Type header
setContentType(MimeType) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set the value of the HTTP Content-Type header
setContentType(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setContentType(String, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setControl(Control) - Method in interface org.apache.abdera.model.Entry
Sets this entries Atom Publishing Protocol control element
setDataCipherAlgorithm(String) - Method in interface org.apache.abdera.security.EncryptionOptions
Set the cipher algorithm used to decyrpt/encrypt the document content The default is "http://www.w3.org/2001/04/xmlenc#aes128-cbc"
setDataCipherAlgorithm(String) - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
setDataEncryptionKey(Key) - Method in interface org.apache.abdera.security.EncryptionOptions
Set the secret key used to encrypt/decrypt the document content
setDataEncryptionKey(Key) - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
setDataHandler(DataHandler) - Method in interface org.apache.abdera.model.Content
Sets the string value of the content element by Base64 encoding the specifed byte array.
setDate(Date) - Method in interface org.apache.abdera.model.DateTime
Sets the content value of the element
setDate(Date) - Method in class org.apache.abdera.model.DateTimeWrapper
 
setDateHeader(String, Date) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set the date value of the specified HTTP header
setDefaultParserOptions(ParserOptions) - Method in interface org.apache.abdera.parser.Parser
Set the default parser options for this Parser.
setDefaultParserOptions(ParserOptions) - Method in class org.apache.abdera.util.AbstractParser
 
setDefaultProviderManager(String) - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
setDefaultRequestHandlerManager(String) - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
setDefaultSubjectResolver(String) - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
setDefaultTargetResolver(String) - Method in class org.apache.abdera.protocol.server.impl.DefaultServiceContext
 
setDefaultWriterOptions(WriterOptions) - Method in class org.apache.abdera.util.AbstractWriter
 
setDraft(boolean) - Method in interface org.apache.abdera.model.Control
Set to "true" if the entry should not be made publicly visible.
setDraft(boolean) - Method in interface org.apache.abdera.model.Entry
Sets whether or not this entry is a draft
setEdited(Date) - Method in interface org.apache.abdera.model.Entry
Set the value of app:edited
setEdited(String) - Method in interface org.apache.abdera.model.Entry
Set the value of app:edited
setEditedElement(DateTime) - Method in interface org.apache.abdera.model.Entry
Set the app:edited element
setElementWrapper(Element, Element) - Method in class org.apache.abdera.factory.ExtensionFactoryMap
 
setElementWrapper(Element, Element) - Method in interface org.apache.abdera.factory.Factory
Set an element wrapper
setEmail(String) - Method in interface org.apache.abdera.model.Person
The "atom:email" element's content conveys an e-mail address associated with the person.
setEmail(String) - Method in class org.apache.abdera.model.PersonWrapper
 
setEmailElement(Element) - Method in interface org.apache.abdera.model.Person
The "atom:email" element's content conveys an e-mail address associated with the person.
setEmailElement(Element) - Method in class org.apache.abdera.model.PersonWrapper
 
setEncodedHeader(String, String, String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set the value of a header using proper encoding of non-ascii characters
setEncodedHeader(String, String, String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set the values of a header using proper encoding of non-ascii characters
setEncodedHeader(String, String, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setEncodedHeader(String, String, String...) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setEntityTag(EntityTag) - Method in interface org.apache.abdera.model.Document
Set the entity tag for this document
setEntityTag(String) - Method in interface org.apache.abdera.model.Document
Set the entity tag for this document
setEntityTag(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setEntityTag(EntityTag) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setEntries(List<String>) - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
setEscapedHeader(String, BitSet, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setExpires(Date) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setFactory(Factory) - Method in interface org.apache.abdera.parser.ParserOptions
Sets the factory the parser should use
setFactory(Factory) - Method in class org.apache.abdera.util.AbstractParserOptions
 
setFilterRestrictedCharacterReplacement(char) - Method in interface org.apache.abdera.parser.ParserOptions
If getFilterRestrictedCharacters is true, restricted characters will be replaced with the specified character
setFilterRestrictedCharacterReplacement(char) - Method in class org.apache.abdera.util.AbstractParserOptions
 
setFilterRestrictedCharacters(boolean) - Method in interface org.apache.abdera.parser.ParserOptions
If true, the parser will attempt to silently filter out invalid XML characters appearing within the XML document
setFilterRestrictedCharacters(boolean) - Method in class org.apache.abdera.util.AbstractParserOptions
 
setFirstChildAsProperty(Element, ParserContext, BeanDefinitionBuilder, String) - Method in class org.apache.abdera.spring.AbstractSingleBeanDefinitionParser
 
setFixed(boolean) - Method in interface org.apache.abdera.model.Categories
Sets whether or not this is a fixed listing of categories.
setGenerator(Generator) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes.
setGenerator(String, String, String) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes.
setHandlerManager(ItemManager<RequestHandler>) - Method in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
setHeader(String, String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set the value of the specified HTTP header
setHeader(String, String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set the value of the specified HTTP header
setHeader(String, Object) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setHeader(String, Object...) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setHref(String) - Method in interface org.apache.abdera.model.Categories
Sets the value of the href attribute.
setHref(String) - Method in interface org.apache.abdera.model.Collection
Set the value of the href attribute
setHref(String) - Method in interface org.apache.abdera.model.Link
RFC4287: The "href" attribute contains the link's IRI.
setHrefLang(String) - Method in interface org.apache.abdera.model.Link
RFC4287: The "hreflang" attribute's content describes the language of the resource pointed to by the href attribute.
setIcon(String) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed...
setIconElement(IRIElement) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed...
setId(String) - Method in interface org.apache.abdera.model.Div
Sets the value of the div element's id attribute
setId(String) - Method in interface org.apache.abdera.model.Entry
Sets the universally unique identifier for this entry
setId(String, boolean) - Method in interface org.apache.abdera.model.Entry
Sets the universally unique identifier for this entry
setId(String) - Method in interface org.apache.abdera.model.Source
Sets the universally unique identifier for this feed
setId(String, boolean) - Method in interface org.apache.abdera.model.Source
Sets the universally unique identifier for this feed
setIdElement(IRIElement) - Method in interface org.apache.abdera.model.Entry
Sets the universally unique identifier for this entry
setIdElement(IRIElement) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed.
setIfMatch(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-Match header
setIfMatch(EntityTag) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-Match header
setIfMatch(EntityTag...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-Match header
setIfMatch(String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-Match header
setIfModifiedSince(Date) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-Modified-Since header
setIfNoneMatch(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-None-Match header
setIfNoneMatch(EntityTag) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-None-Match header
setIfNoneMatch(EntityTag...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-None-Match header
setIfNoneMatch(String...) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-None-Match header
setIfUnmodifiedSince(Date) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the HTTP If-Unmodified-Since header
setIgnoreComments(boolean) - Method in interface org.apache.abdera.filter.ParseFilter
Return true if the parser should ignore comments
setIgnoreComments(boolean) - Method in class org.apache.abdera.util.filter.AbstractParseFilter
 
setIgnoreProcessingInstructions(boolean) - Method in interface org.apache.abdera.filter.ParseFilter
 
setIgnoreProcessingInstructions(boolean) - Method in class org.apache.abdera.util.filter.AbstractParseFilter
 
setIgnoreWhitespace(boolean) - Method in interface org.apache.abdera.filter.ParseFilter
Return true if the parser should ignore insignificant whitespace
setIgnoreWhitespace(boolean) - Method in class org.apache.abdera.util.filter.AbstractParseFilter
 
setIncludeKeyInfo(boolean) - Method in interface org.apache.abdera.security.EncryptionOptions
Set whether the encryption should include information about the key The default is false
setIncludeKeyInfo(boolean) - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
setInputStream(InputStream) - Method in class org.apache.abdera.protocol.client.AbstractClientResponse
 
setInputStream(InputStream) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCachedResponse
 
setInputStream(InputStream) - Method in interface org.apache.abdera.protocol.client.ClientResponse
 
setInputStream(InputStream) - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferedRequestWrapper
 
setInputStream(InputStream) - Method in class org.apache.abdera.util.AbderaSource
 
setInstance(Messages) - Static method in class org.apache.abdera.util.Messages
 
setKeyCipherAlgorithm(String) - Method in interface org.apache.abdera.security.EncryptionOptions
Set the cipher algorithm used to decrypt/encrypt the data encryption key The default is "http://www.w3.org/2001/04/xmlenc#kw-aes128"
setKeyCipherAlgorithm(String) - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
setKeyEncryptionKey(Key) - Method in interface org.apache.abdera.security.EncryptionOptions
Set the secret key used to encrypt/decrypt the data encryption key
setKeyEncryptionKey(Key) - Method in class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
setLabel(String) - Method in interface org.apache.abdera.model.Category
RFC4287: The "label" attribute provides a human-readable label for display in end-user applications.
setLanguage(String) - Method in interface org.apache.abdera.model.Document
set the base language
setLanguage(String) - Method in interface org.apache.abdera.model.Element
Sets the value of this elements xml:lang attribute.
setLanguage(String) - Method in class org.apache.abdera.model.ElementWrapper
 
setLastModified(Date) - Method in interface org.apache.abdera.model.Document
Sets the last modified date for this document
setLastModified(Date) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setLength(long) - Method in interface org.apache.abdera.model.Link
RFC4287: The "length" attribute indicates an advisory length of the linked content in octets; it is a hint about the content length of the representation returned when the IRI in the href attribute is mapped to a URI and dereferenced.
setLocation(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setLogo(String) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed.
setLogoElement(IRIElement) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed.
setMap(Map<CacheKey, CachedResponse>) - Method in class org.apache.abdera.protocol.client.cache.InMemoryCache
 
setMaxAge(long) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
setMaxAge(long) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setMaxConnectionsPerHost(int) - Method in class org.apache.abdera.protocol.client.AbderaClient
Set the maximum number of connections allowed for a single host
setMaxConnectionsTotal(int) - Method in class org.apache.abdera.protocol.client.AbderaClient
Return the maximum number of connections allowed for the client
setMaxStale(long) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
setMedia(List<String>) - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
setMessage(String) - Method in class org.apache.abdera.protocol.error.Error
 
setMimeType(String) - Method in interface org.apache.abdera.model.Content
RFC4287: On the atom:content element, the value of the "type" attribute MAY be one of "text", "html", or "xhtml".
setMimeType(String) - Method in interface org.apache.abdera.model.Link
RFC4287: On the link element, the "type" attribute's value is an advisory media type: it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced.
setMinFresh(long) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
setMustPreserveWhitespace(boolean) - Method in interface org.apache.abdera.model.Document
 
setMustPreserveWhitespace(boolean) - Method in interface org.apache.abdera.model.Element
 
setMustPreserveWhitespace(boolean) - Method in class org.apache.abdera.model.ElementWrapper
 
setMustPreserveWhitespace(boolean) - Method in class org.apache.abdera.model.ExtensibleElementWrapper
 
setMustPreserveWhitespace(boolean) - Method in interface org.apache.abdera.parser.ParserOptions
If false, the parser will trim leading and trailing whitespace in element and attribute values unless there is an in-scope xml:space="preserve".
setMustPreserveWhitespace(boolean) - Method in class org.apache.abdera.util.AbstractParserOptions
 
setMustRevalidate(boolean) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setName(String) - Method in interface org.apache.abdera.model.Person
The "atom:name" element's content conveys a human-readable name for the person.
setName(String) - Method in class org.apache.abdera.model.PersonWrapper
 
setNameElement(Element) - Method in interface org.apache.abdera.model.Person
The "atom:name" element's content conveys a human-readable name for the person.
setNameElement(Element) - Method in class org.apache.abdera.model.PersonWrapper
 
setNoCache(boolean) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
setNoCache(boolean) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setNoCacheHeaders(String...) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setNormalizedValue(String) - Method in interface org.apache.abdera.model.IRIElement
Set the value of this element using the normalization as specified in RFC4287
setNoStore(boolean) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
setNoStore(boolean) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setNoTransform(boolean) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
setNoTransform(boolean) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setOnlyIfCached(boolean) - Method in class org.apache.abdera.protocol.util.AbstractRequest
 
setOutputStream(OutputStream) - Method in class org.apache.abdera.util.AbderaResult
 
setParentElement(Element) - Method in interface org.apache.abdera.model.Element
Set this Element's parent element
setParentElement(Element) - Method in class org.apache.abdera.model.ElementWrapper
 
setParseFilter(ParseFilter) - Method in interface org.apache.abdera.parser.ParserOptions
Sets the Parse Filter.
setParseFilter(ParseFilter) - Method in class org.apache.abdera.util.AbstractParserOptions
 
setParser(Parser) - Method in interface org.apache.abdera.security.SecurityOptions
 
setParser(Parser) - Method in class org.apache.abdera.security.xmlsec.XmlSecurityOptions
 
setPattern(String, TargetType) - Method in class org.apache.abdera.protocol.server.impl.RegexTargetResolver
 
setPrivate(boolean) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setPrivateHeaders(String...) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setProvider(Provider) - Method in class org.apache.abdera.protocol.server.impl.SingletonProviderManager
 
setProviderManager(ItemManager<Provider>) - Method in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
setProxy(String, int) - Method in class org.apache.abdera.protocol.client.AbderaClient
Configure the client to use the specified proxy
setProxyCredentials(String, int, Credentials) - Method in class org.apache.abdera.protocol.client.AbderaClient
Specify the auth credentials for the proxy server
setProxyCredentials(String, int, String, String, Credentials) - Method in class org.apache.abdera.protocol.client.AbderaClient
Specify the auth credentials for the proxy server
setProxyRevalidate(boolean) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setPublic(boolean) - Method in class org.apache.abdera.protocol.util.AbstractResponse
 
setPublicKey(PublicKey) - Method in interface org.apache.abdera.security.SignatureOptions
Set the public key to associate with the signature
setPublicKey(String) - Method in class org.apache.abdera.security.util.DHContext
 
setPublicKey(PublicKey) - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
setPublished(Date) - Method in interface org.apache.abdera.model.Entry
Set the value of the atom:published element
setPublished(String) - Method in interface org.apache.abdera.model.Entry
Set the value of the atom:published element using the serialized string value
setPublishedElement(DateTime) - Method in interface org.apache.abdera.model.Entry
RFC4287: The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry...
setReader(Reader) - Method in class org.apache.abdera.util.AbderaSource
 
setRel(String) - Method in interface org.apache.abdera.model.Link
RFC4287: atom:link elements MAY have a "rel" attribute that indicates the link relation type.
setRevalidateWithAuth(boolean) - Method in class org.apache.abdera.protocol.client.RequestOptions
Configure the AbderaClient Side cache to revalidate when using Authorization
setRights(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the rights as @type="text"
setRights(String, Text.Type) - Method in interface org.apache.abdera.model.Entry
Sets the value of the rights
setRights(Div) - Method in interface org.apache.abdera.model.Entry
Sets the value of the right as @type="xhtml"
setRights(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the rights as @type="text"
setRights(String, Text.Type) - Method in interface org.apache.abdera.model.Source
Sets the value of the rights
setRights(Div) - Method in interface org.apache.abdera.model.Source
Sets the value of the rights as @type="xhtml"
setRightsAsHtml(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the rights as @type="html".
setRightsAsHtml(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the rights as @type="html"
setRightsAsXhtml(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the rights as @type="xhtml"
setRightsAsXhtml(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the rights as @type="xhtml"
setRightsElement(Text) - Method in interface org.apache.abdera.model.Entry
The rights element is typically used to convey a human readable copyright (e.g.
setRightsElement(Text) - Method in interface org.apache.abdera.model.Source
The rights element is typically used to convey a human readable copyright (e.g.
setRoot(T) - Method in interface org.apache.abdera.model.Document
Sets the root element of the document
setScheme(String) - Method in interface org.apache.abdera.model.Categories
Sets the default scheme for this listing of categories
setScheme(String) - Method in interface org.apache.abdera.model.Category
RFC4287: The "scheme" attribute is an IRI that identifies a categorization scheme.
setServices(List<String>) - Method in class org.apache.abdera.spring.RegexTargetResolverFactoryBean
 
setSignedLinkRels(String...) - Method in interface org.apache.abdera.security.SignatureOptions
Only sign links whose link rels match those provided in the list
setSignedLinkRels(String...) - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
setSigningAlgorithm(String) - Method in interface org.apache.abdera.security.SignatureOptions
 
setSigningAlgorithm(String) - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
setSigningKey(PrivateKey) - Method in interface org.apache.abdera.security.SignatureOptions
Set the private key with which to sign the element
setSigningKey(PrivateKey) - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
setSignLinks(boolean) - Method in interface org.apache.abdera.security.SignatureOptions
True if atom:link/@href and atom:content/@src targets should be included in the signature
setSignLinks(boolean) - Method in class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
setSlug(String) - Method in interface org.apache.abdera.model.Document
Set the slug for this document
setSlug(String) - Method in class org.apache.abdera.protocol.client.RequestOptions
Sets the value of the Atom Publishing Protocol Slug header
setSlug(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setSource(Source) - Method in interface org.apache.abdera.model.Entry
Returns the source element for this entry.
setSrc(String) - Method in interface org.apache.abdera.model.Content
RFC4287: atom:content MAY have a "src" attribute, whose value MUST be an IRI reference.
setStatus(int) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setStatusText(String) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setString(String) - Method in interface org.apache.abdera.model.DateTime
Sets the content value of the element
setString(String) - Method in class org.apache.abdera.model.DateTimeWrapper
 
setSubjectResolver(Resolver<Subject>) - Method in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
setSubtitle(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the subtitle as @type="text"
setSubtitle(String, Text.Type) - Method in interface org.apache.abdera.model.Source
Sets the value of the subtitle
setSubtitle(Div) - Method in interface org.apache.abdera.model.Source
Sets the value of the subtitle as @type="xhtml"
setSubtitleAsHtml(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the subtitle as @type="html"
setSubtitleAsXhtml(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the subtitle as @type="xhtml"
setSubtitleElement(Text) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed.
setSummary(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the summary as @type="text"
setSummary(String, Text.Type) - Method in interface org.apache.abdera.model.Entry
Sets the value of the summary
setSummary(Div) - Method in interface org.apache.abdera.model.Entry
Sets the value of the summary as @type="xhtml"
setSummaryAsHtml(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the summary as @type="html"
setSummaryAsXhtml(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the summary as @type="xhtml"
setSummaryElement(Text) - Method in interface org.apache.abdera.model.Entry
RFC4287: The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry...
setTarget(String) - Method in interface org.apache.abdera.model.ProcessingInstruction
The PI target
setTargetResolver(Resolver<Target>) - Method in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
setTerm(String) - Method in interface org.apache.abdera.model.Category
RFC4287: The "term" attribute is a string that identifies the category to which the entry or feed belongs.
setText(String) - Method in interface org.apache.abdera.model.Attribute
The text value of the attribute
setText(String) - Method in interface org.apache.abdera.model.Comment
The text of this comment node
setText(String) - Method in interface org.apache.abdera.model.Element
Set the Text value of this element
setText(DataHandler) - Method in interface org.apache.abdera.model.Element
Set the Text value of this element using the data handler
setText(String) - Method in class org.apache.abdera.model.ElementWrapper
 
setText(DataHandler) - Method in class org.apache.abdera.model.ElementWrapper
 
setText(String) - Method in interface org.apache.abdera.model.ProcessingInstruction
The PI text
setTextType(Text.Type) - Method in interface org.apache.abdera.model.Text
Set the Text.Type
setTime(long) - Method in interface org.apache.abdera.model.DateTime
Sets the content value of the element
setTime(long) - Method in class org.apache.abdera.model.DateTimeWrapper
 
setTitle(String) - Method in interface org.apache.abdera.model.Collection
Set the value of the collections atom:title element using type="text"
setTitle(String) - Method in interface org.apache.abdera.model.Div
Set the value of the div element's title attribute
setTitle(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the title as @type="text"
setTitle(String, Text.Type) - Method in interface org.apache.abdera.model.Entry
Sets the value of the title
setTitle(Div) - Method in interface org.apache.abdera.model.Entry
Sets the value of the title as @type="xhtml"
setTitle(String) - Method in interface org.apache.abdera.model.Link
RFC4287: The "title" attribute conveys human-readable information about the link.
setTitle(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the title as @type="text"
setTitle(String, Text.Type) - Method in interface org.apache.abdera.model.Source
Sets the value of the title
setTitle(Div) - Method in interface org.apache.abdera.model.Source
Sets the value of the title as @type="xhtml"
setTitle(String) - Method in interface org.apache.abdera.model.Workspace
Set the workspace title
setTitleAsHtml(String) - Method in interface org.apache.abdera.model.Collection
Set the value of the collections atom:title element using type="html".
setTitleAsHtml(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the title as @type="html"
setTitleAsHtml(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the title as @type="html"
setTitleAsHtml(String) - Method in interface org.apache.abdera.model.Workspace
Set the workspace title as escaped HTML
setTitleAsXHtml(String) - Method in interface org.apache.abdera.model.Collection
Set the value of the collections atom:title element using type="xhtml".
setTitleAsXhtml(String) - Method in interface org.apache.abdera.model.Entry
Sets the value of the title as @type="xhtml"
setTitleAsXhtml(String) - Method in interface org.apache.abdera.model.Source
Sets the value of the title as @type="xhtml"
setTitleAsXHtml(String) - Method in interface org.apache.abdera.model.Workspace
Set the workspace title as XHTML
setTitleElement(Text) - Method in interface org.apache.abdera.model.Entry
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
setTitleElement(Text) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
setUpdated(Date) - Method in interface org.apache.abdera.model.Entry
Set the atom:updated value
setUpdated(String) - Method in interface org.apache.abdera.model.Entry
Set the atom:updated value
setUpdated(Date) - Method in interface org.apache.abdera.model.Source
Set the atom:updated value
setUpdated(String) - Method in interface org.apache.abdera.model.Source
Set the atom:updated value
setUpdatedElement(DateTime) - Method in interface org.apache.abdera.model.Entry
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant.
setUpdatedElement(DateTime) - Method in interface org.apache.abdera.model.Source
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant.
setUri(String) - Method in interface org.apache.abdera.model.Generator
The atom:generator element MAY have a "uri" attribute whose value MUST be an IRI reference [RFC3987].
setUri(String) - Method in interface org.apache.abdera.model.Person
The "atom:uri" element's content conveys an IRI associated with the person.
setUri(String) - Method in class org.apache.abdera.model.PersonWrapper
 
setUriElement(IRIElement) - Method in interface org.apache.abdera.model.Person
The "atom:uri" element's content conveys an IRI associated with the person.
setUriElement(IRIElement) - Method in class org.apache.abdera.model.PersonWrapper
 
setUseChunked(boolean) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set whether the request should use chunked encoding.
setUseExpectContinue(boolean) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set whether or not to use the HTTP Expect-Continue mechanism (enabled by default)
setUseLocalCache(boolean) - Method in class org.apache.abdera.protocol.client.RequestOptions
True if the local client cache should be used
setUsePostOverride(boolean) - Method in class org.apache.abdera.protocol.client.RequestOptions
Set whether the request should use the X-HTTP-Method-Override option
setValue(String) - Method in class org.apache.abdera.model.AtomDate
Sets the value of the Atom date using the serialized string form
setValue(Date) - Method in class org.apache.abdera.model.AtomDate
Sets the value of the Atom date using java.util.Date
setValue(Calendar) - Method in class org.apache.abdera.model.AtomDate
Sets the value of the Atom date using java.util.Calendar
setValue(long) - Method in class org.apache.abdera.model.AtomDate
Sets the value of the Atom date using the number of milliseconds since January 1, 1970, 00:00:00 GMT
setValue(String) - Method in interface org.apache.abdera.model.Content
Set the string value of the atom:content element
setValue(AtomDate) - Method in interface org.apache.abdera.model.DateTime
Sets the content value of the element
setValue(AtomDate) - Method in class org.apache.abdera.model.DateTimeWrapper
 
setValue(String) - Method in interface org.apache.abdera.model.Div
Set the value of the div element
setValue(String) - Method in interface org.apache.abdera.model.IRIElement
Sets the value of the element
setValue(String) - Method in interface org.apache.abdera.model.Text
Set the text value
setValueElement(T) - Method in interface org.apache.abdera.model.Content
Set the value element of the content.
setValueElement(Div) - Method in interface org.apache.abdera.model.Text
Set the text value element
setVersion(String) - Method in interface org.apache.abdera.model.Generator
The atom:generator element MAY have a "version" attribute that indicates the version of the generating agent.
setWrappedValue(String) - Method in interface org.apache.abdera.model.Content
Set the string value of the atom:content with the enclosing div tag
setWrappedValue(String) - Method in interface org.apache.abdera.model.Text
Set the wrapped value
setWriter(Writer) - Method in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
setWriter(Writer) - Method in interface org.apache.abdera.protocol.server.ResponseContext
 
setWriter(Writer) - Method in class org.apache.abdera.util.AbderaResult
 
setXhtmlClass(String[]) - Method in interface org.apache.abdera.model.Div
Sets the array of class attribute values on the div
sign(T, SignatureOptions) - Method in interface org.apache.abdera.security.Signature
Adds a digital signature to the specified element
sign(T, SignatureOptions) - Method in class org.apache.abdera.security.xmlsec.XmlSignature
 
Signature - Interface in org.apache.abdera.security
Interface used for digitally signing and verifying Abdera elements
SIGNATURE - Static variable in class org.apache.abdera.security.util.Constants
 
SignatureBase - Class in org.apache.abdera.security.util
 
SignatureBase(Abdera) - Constructor for class org.apache.abdera.security.util.SignatureBase
 
SignatureOptions - Interface in org.apache.abdera.security
Provides access to the information necessary to signed an Abdera element
SignedRequestFilter - Class in org.apache.abdera.security.util.servlet
Servlet Filter that verifies that an Atom document received by the server via PUT or POST contains a valid XML Digital Signature.
SignedRequestFilter() - Constructor for class org.apache.abdera.security.util.servlet.SignedRequestFilter
 
SignedResponseFilter - Class in org.apache.abdera.security.util.servlet
This HTTP Servlet Filter will add an XML Digital Signature to Abdera documents
SignedResponseFilter() - Constructor for class org.apache.abdera.security.util.servlet.SignedResponseFilter
 
SimpleCacheKey - Class in org.apache.abdera.protocol.client.cache
Simple cache key based on an md5 hash of the URI.
SimpleCacheKey(String) - Constructor for class org.apache.abdera.protocol.client.cache.SimpleCacheKey
 
SimpleSSLProtocolSocketFactory - Class in org.apache.abdera.protocol.client.util
 
SimpleSSLProtocolSocketFactory(TrustManager) - Constructor for class org.apache.abdera.protocol.client.util.SimpleSSLProtocolSocketFactory
 
SimpleSSLProtocolSocketFactory() - Constructor for class org.apache.abdera.protocol.client.util.SimpleSSLProtocolSocketFactory
 
SimpleSubjectResolver - Class in org.apache.abdera.protocol.server.impl
 
SimpleSubjectResolver() - Constructor for class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver
 
SimpleSubjectResolver.AnonymousPrincipal - Class in org.apache.abdera.protocol.server.impl
 
SimpleSubjectResolver.AnonymousPrincipal() - Constructor for class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver.AnonymousPrincipal
 
SingletonProviderManager - Class in org.apache.abdera.protocol.server.impl
 
SingletonProviderManager() - Constructor for class org.apache.abdera.protocol.server.impl.SingletonProviderManager
 
smax_age - Variable in class org.apache.abdera.protocol.util.AbstractResponse
 
sortEntries(Comparator<Entry>) - Method in interface org.apache.abdera.model.Feed
Sorts entries using the given comparator
sortEntriesByEdited(boolean) - Method in interface org.apache.abdera.model.Feed
Sorts entries by the app:edited property.
sortEntriesByUpdated(boolean) - Method in interface org.apache.abdera.model.Feed
Sorts entries by the atom:updated property
Source - Interface in org.apache.abdera.model
Per RFC4287:
SOURCE - Static variable in interface org.apache.abdera.util.Constants
 
SPACE - Static variable in interface org.apache.abdera.util.Constants
 
splitAndTrim(String, String, boolean) - Static method in class org.apache.abdera.protocol.util.CacheControlUtil.CacheControlParser
 
SpringAbderaServlet - Class in org.apache.abdera.spring
Loads a Spring ServiceContext from a Spring WebApplicationContext.
SpringAbderaServlet() - Constructor for class org.apache.abdera.spring.SpringAbderaServlet
 
SRC - Static variable in interface org.apache.abdera.util.Constants
 
status - Variable in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
status_text - Variable in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
subject - Variable in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
SUBJECT_RESOLVER - Static variable in interface org.apache.abdera.protocol.server.util.ServerConstants
 
subjectResolver - Variable in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
SUBTITLE - Static variable in interface org.apache.abdera.util.Constants
 
SUMMARY - Static variable in interface org.apache.abdera.util.Constants
 

T

target - Variable in class org.apache.abdera.protocol.server.impl.AbstractRequestContext
 
Target - Interface in org.apache.abdera.protocol.server
 
TARGET_RESOLVER - Static variable in interface org.apache.abdera.protocol.server.util.ServerConstants
 
targetResolver - Variable in class org.apache.abdera.protocol.server.impl.AbstractServiceContext
 
TargetType - Class in org.apache.abdera.protocol.server
 
TargetType(String) - Constructor for class org.apache.abdera.protocol.server.TargetType
 
teardown() - Method in class org.apache.abdera.protocol.client.AbderaClient
Per http://jakarta.apache.org/commons/httpclient/performance.html
TERM - Static variable in interface org.apache.abdera.util.Constants
 
Text - Interface in org.apache.abdera.model
Represents an Atom Text Contruct.
TEXT - Static variable in interface org.apache.abdera.util.Constants
 
Text.Type - Enum in org.apache.abdera.model
Text Constructs can be either Text, HTML or XHTML
TextValue - Interface in org.apache.abdera.model
A text value.
throwException() - Method in class org.apache.abdera.protocol.error.Error
 
TITLE - Static variable in interface org.apache.abdera.util.Constants
 
toString() - Method in class org.apache.abdera.model.AtomDate
 
toString() - Method in class org.apache.abdera.model.ElementWrapper
 
toString() - Method in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
toString() - Method in class org.apache.abdera.protocol.server.impl.RegexTargetResolver.RegexTarget
 
toString() - Method in class org.apache.abdera.protocol.server.impl.SimpleSubjectResolver.AnonymousPrincipal
 
toString() - Method in class org.apache.abdera.protocol.server.TargetType
 
toString() - Method in class org.apache.abdera.util.EntityTag
 
toString(EntityTag...) - Static method in class org.apache.abdera.util.EntityTag
 
toString(String...) - Static method in class org.apache.abdera.util.EntityTag
 
type - Variable in class org.apache.abdera.protocol.server.impl.AbstractTarget
 
TYPE - Static variable in interface org.apache.abdera.util.Constants
 
TYPE_CATEGORIES - Static variable in class org.apache.abdera.protocol.server.TargetType
 
TYPE_COLLECTION - Static variable in class org.apache.abdera.protocol.server.TargetType
 
TYPE_ENTRY - Static variable in class org.apache.abdera.protocol.server.TargetType
 
TYPE_MEDIA - Static variable in class org.apache.abdera.protocol.server.TargetType
 
TYPE_SERVICE - Static variable in class org.apache.abdera.protocol.server.TargetType
 
TYPE_UNKNOWN - Static variable in class org.apache.abdera.protocol.server.TargetType
 
typeFromString(String) - Static method in enum org.apache.abdera.model.Content.Type
Return an appropriate Type given the specified @type attribute value
typeFromString(String) - Static method in enum org.apache.abdera.model.Text.Type
Return the text type

U

unauthorized(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return an unauthorized error
unavailable(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a service unavailable error
unknown(Abdera, RequestContext, String) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
Return a 404 not found error
UNKNOWN - Static variable in class org.apache.abdera.protocol.server.TargetType
 
unsetDraft() - Method in interface org.apache.abdera.model.Control
Removes the draft setting completely from the control element.
update(RequestOptions, ClientResponse, ClientResponse) - Method in interface org.apache.abdera.protocol.client.cache.Cache
 
update(RequestOptions, ClientResponse, ClientResponse) - Method in class org.apache.abdera.protocol.client.cache.CacheBase
 
UPDATED - Static variable in interface org.apache.abdera.util.Constants
 
updateEntry(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
updateMedia(RequestContext) - Method in class org.apache.abdera.protocol.server.impl.AbstractProvider
 
updateMedia(RequestContext) - Method in interface org.apache.abdera.protocol.server.Provider
 
URI - Static variable in interface org.apache.abdera.util.Constants
 
URI - Static variable in interface org.apache.abdera.util.Version
 
URIHelper - Class in org.apache.abdera.util
Utility methods for working with URI's / IRI's
URIHelper() - Constructor for class org.apache.abdera.util.URIHelper
 
usePreemptiveAuthentication(boolean) - Method in class org.apache.abdera.protocol.client.AbderaClient
Configure the client to use preemptive authentication (HTTP Basic Authentication only)

V

VALID - Static variable in class org.apache.abdera.security.util.servlet.SignedRequestFilter
 
valueOf(String) - Static method in class org.apache.abdera.model.AtomDate
Create a new Atom Date instance from the serialized string form
valueOf(Date) - Static method in class org.apache.abdera.model.AtomDate
Create a new Atom Date instance from a java.util.Date
valueOf(Calendar) - Static method in class org.apache.abdera.model.AtomDate
Create a new Atom Date instance from a java.util.Calendar
valueOf(long) - Static method in class org.apache.abdera.model.AtomDate
Create a new Atom Date instance using the number of milliseconds since January 1, 1970, 00:00:00 GMT
valueOf(String) - Static method in enum org.apache.abdera.model.Content.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.model.Text.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.protocol.client.cache.CacheDisposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.protocol.client.util.MethodHelper.HopByHop
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.protocol.client.util.MethodHelper.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.protocol.Response.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.protocol.server.RequestContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.protocol.server.RequestContext.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.protocol.util.CacheControlUtil.Directive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.protocol.util.EncodingUtil.Codec
Returns the enum constant of this type with the specified name.
valueOf(String, Base) - Method in class org.apache.abdera.util.AbstractXPath
 
valueOf(String) - Static method in enum org.apache.abdera.util.CompressionUtil.CompressionCodec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.util.filter.CompoundParseFilter.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.abdera.util.XmlUtil.XMLVersion
Returns the enum constant of this type with the specified name.
valueOf(String, Base) - Method in interface org.apache.abdera.xpath.XPath
Return the text value of the specified Path
valueOf(String, Base, Map<String, String>) - Method in interface org.apache.abdera.xpath.XPath
Return the text value of the specified Path using the specified Namespaces mapping
values() - Static method in enum org.apache.abdera.model.Content.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.model.Text.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.protocol.client.cache.CacheDisposition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.protocol.client.util.MethodHelper.HopByHop
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.protocol.client.util.MethodHelper.Method
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.protocol.Response.ResponseType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.protocol.server.RequestContext.Property
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.protocol.server.RequestContext.Scope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.protocol.util.CacheControlUtil.Directive
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.protocol.util.EncodingUtil.Codec
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.util.CompressionUtil.CompressionCodec
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.util.filter.CompoundParseFilter.Condition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.abdera.util.XmlUtil.XMLVersion
Returns an array containing the constants of this enum type, in the order they're declared.
verify(T, SignatureOptions) - Method in interface org.apache.abdera.security.Signature
Verifies that the digitally signed element is valid
verify(T, SignatureOptions) - Method in class org.apache.abdera.security.xmlsec.XmlSignature
 
VERSION - Static variable in interface org.apache.abdera.util.Constants
 
Version - Interface in org.apache.abdera.util
 
VERSION - Static variable in interface org.apache.abdera.util.Version
 

W

WhiteListParseFilter - Class in org.apache.abdera.util.filter
WhiteList Implementation of ParseFilter.
WhiteListParseFilter() - Constructor for class org.apache.abdera.util.filter.WhiteListParseFilter
 
WhiteListParseFilter(boolean) - Constructor for class org.apache.abdera.util.filter.WhiteListParseFilter
If listAttributesExplicity == true, attributes MUST be whitelisted independently of the elements on which they appear, otherwise, all attributes will automatically be considered acceptable if the containing element is considered acceptable.
WILD - Static variable in class org.apache.abdera.util.EntityTag
 
Workspace - Interface in org.apache.abdera.model
An Atom Publishing Protocol Introspection Document workspace element.
WORKSPACE - Static variable in interface org.apache.abdera.util.Constants
 
write(int) - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingServletOutputStream
 
write(byte[]) - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.BufferingServletOutputStream
 
write(int) - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingServletOutputStream
 
write(byte[]) - Method in class org.apache.abdera.protocol.server.servlet.AbstractFilter.CompressingServletOutputStream
 
write(Base) - Method in class org.apache.abdera.util.AbstractWriter
 
write(Base) - Method in interface org.apache.abdera.writer.Writer
Return the serialized form of the Abdera Base
write(Base, WriterOptions) - Method in interface org.apache.abdera.writer.Writer
Return the serialized form of the Abdera Base
writer - Variable in class org.apache.abdera.protocol.server.impl.AbstractResponseContext
 
Writer - Interface in org.apache.abdera.writer
Writers are used to serialize Abdera objects
writeRequest(OutputStream) - Method in class org.apache.abdera.protocol.client.util.BaseRequestEntity
 
writeRequest(OutputStream) - Method in class org.apache.abdera.protocol.client.util.DataSourceRequestEntity
 
WriterFactory - Interface in org.apache.abdera.writer
The WriterFactory is used a acquire instances of alternative writers registered with Abdera.
WriterOptions - Interface in org.apache.abdera.writer
 
writeTo(OutputStream, WriterOptions) - Method in interface org.apache.abdera.model.Base
Serializes the model component out to the specified stream
writeTo(Writer, WriterOptions) - Method in interface org.apache.abdera.model.Base
Serializes the model component out to the specified java.io.Writer
writeTo(Writer, OutputStream) - Method in interface org.apache.abdera.model.Base
Serializes the model component out to the specified stream using the given abdera writer
writeTo(Writer, Writer) - Method in interface org.apache.abdera.model.Base
Serializes the model component out to the specified java.io.Writer using the given abdera writer
writeTo(Writer, OutputStream, WriterOptions) - Method in interface org.apache.abdera.model.Base
Serializes the model component out to the specified stream using the given abdera writer
writeTo(Writer, Writer, WriterOptions) - Method in interface org.apache.abdera.model.Base
Serializes the model component out to the specified java.io.Writer using the given abdera writer
writeTo(OutputStream) - Method in interface org.apache.abdera.model.Base
Serializes the model component out to the specified stream
writeTo(Writer) - Method in interface org.apache.abdera.model.Base
Serializes the model component out to the specified writer
writeTo(OutputStream) - Method in class org.apache.abdera.model.ElementWrapper
 
writeTo(Writer) - Method in class org.apache.abdera.model.ElementWrapper
 
writeTo(OutputStream, WriterOptions) - Method in class org.apache.abdera.model.ElementWrapper
 
writeTo(Writer, OutputStream, WriterOptions) - Method in class org.apache.abdera.model.ElementWrapper
 
writeTo(Writer, OutputStream) - Method in class org.apache.abdera.model.ElementWrapper
 
writeTo(Writer, Writer, WriterOptions) - Method in class org.apache.abdera.model.ElementWrapper
 
writeTo(Writer, Writer) - Method in class org.apache.abdera.model.ElementWrapper
 
writeTo(Writer, WriterOptions) - Method in class org.apache.abdera.model.ElementWrapper
 
writeTo(Writer) - Method in class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
writeTo(OutputStream) - Method in class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
writeTo(OutputStream, Writer) - Method in class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
writeTo(Writer, Writer) - Method in class org.apache.abdera.protocol.server.impl.BaseResponseContext
 
writeTo(OutputStream) - Method in class org.apache.abdera.protocol.server.impl.EmptyResponseContext
 
writeTo(OutputStream, Writer) - Method in class org.apache.abdera.protocol.server.impl.EmptyResponseContext
 
writeTo(Writer, Writer) - Method in class org.apache.abdera.protocol.server.impl.EmptyResponseContext
 
writeTo(Writer) - Method in class org.apache.abdera.protocol.server.impl.EmptyResponseContext
 
writeTo(OutputStream) - Method in class org.apache.abdera.protocol.server.impl.MediaResponseContext
 
writeTo(Writer) - Method in class org.apache.abdera.protocol.server.impl.MediaResponseContext
 
writeTo(OutputStream, Writer) - Method in class org.apache.abdera.protocol.server.impl.MediaResponseContext
 
writeTo(Writer, Writer) - Method in class org.apache.abdera.protocol.server.impl.MediaResponseContext
 
writeTo(OutputStream) - Method in interface org.apache.abdera.protocol.server.ResponseContext
 
writeTo(Writer) - Method in interface org.apache.abdera.protocol.server.ResponseContext
 
writeTo(OutputStream, Writer) - Method in interface org.apache.abdera.protocol.server.ResponseContext
 
writeTo(Writer, Writer) - Method in interface org.apache.abdera.protocol.server.ResponseContext
 
writeTo(Base, OutputStream) - Method in class org.apache.abdera.util.AbstractWriter
 
writeTo(Base, Writer) - Method in class org.apache.abdera.util.AbstractWriter
 
writeTo(Base, OutputStream) - Method in interface org.apache.abdera.writer.Writer
Serialized the given Abdera Base to the given outputstream
writeTo(Base, Writer) - Method in interface org.apache.abdera.writer.Writer
Serialized the given Abdera Base to the given writer
writeTo(Base, OutputStream, WriterOptions) - Method in interface org.apache.abdera.writer.Writer
Serialized the given Abdera Base to the given outputstream
writeTo(Base, Writer, WriterOptions) - Method in interface org.apache.abdera.writer.Writer
Serialized the given Abdera Base to the given writer

X

XENC_NS - Static variable in class org.apache.abdera.security.util.Constants
 
XENC_PREFIX - Static variable in class org.apache.abdera.security.util.Constants
 
XHTML - Static variable in interface org.apache.abdera.util.Constants
 
XHTML_NS - Static variable in interface org.apache.abdera.util.Constants
 
XML - Static variable in interface org.apache.abdera.util.Constants
 
XML_MEDIA_TYPE - Static variable in interface org.apache.abdera.util.Constants
 
XML_NS - Static variable in interface org.apache.abdera.util.Constants
 
XmlEncryption - Class in org.apache.abdera.security.xmlsec
 
XmlEncryption() - Constructor for class org.apache.abdera.security.xmlsec.XmlEncryption
 
XmlEncryption(Abdera) - Constructor for class org.apache.abdera.security.xmlsec.XmlEncryption
 
XmlEncryptionOptions - Class in org.apache.abdera.security.xmlsec
 
XmlEncryptionOptions(Abdera) - Constructor for class org.apache.abdera.security.xmlsec.XmlEncryptionOptions
 
XmlRestrictedCharReader - Class in org.apache.abdera.util
A reader implementation that filters out characters that are not allowed in XML 1.0 or XML 1.1 documents.
XmlRestrictedCharReader(InputStream) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(InputStream, String) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(InputStream, XmlUtil.XMLVersion) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(InputStream, String, XmlUtil.XMLVersion) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(InputStream, char) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(InputStream, String, char) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(InputStream, XmlUtil.XMLVersion, char) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(InputStream, String, XmlUtil.XMLVersion, char) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(Reader) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(Reader, XmlUtil.XMLVersion) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(Reader, char) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlRestrictedCharReader(Reader, XmlUtil.XMLVersion, char) - Constructor for class org.apache.abdera.util.XmlRestrictedCharReader
 
XmlSecurityOptions - Class in org.apache.abdera.security.xmlsec
 
XmlSecurityOptions(Abdera) - Constructor for class org.apache.abdera.security.xmlsec.XmlSecurityOptions
 
XmlSignature - Class in org.apache.abdera.security.xmlsec
 
XmlSignature() - Constructor for class org.apache.abdera.security.xmlsec.XmlSignature
 
XmlSignature(Abdera) - Constructor for class org.apache.abdera.security.xmlsec.XmlSignature
 
XmlSignatureOptions - Class in org.apache.abdera.security.xmlsec
 
XmlSignatureOptions(Abdera) - Constructor for class org.apache.abdera.security.xmlsec.XmlSignatureOptions
 
XmlUtil - Class in org.apache.abdera.util
 
XmlUtil() - Constructor for class org.apache.abdera.util.XmlUtil
 
XmlUtil.XMLVersion - Enum in org.apache.abdera.util
 
XPath - Interface in org.apache.abdera.xpath
Used to execute XPath queries over Feed Object Model instances.
XPathException - Exception in org.apache.abdera.xpath
 
XPathException() - Constructor for exception org.apache.abdera.xpath.XPathException
 
XPathException(String, Throwable) - Constructor for exception org.apache.abdera.xpath.XPathException
 
XPathException(String) - Constructor for exception org.apache.abdera.xpath.XPathException
 
XPathException(Throwable) - Constructor for exception org.apache.abdera.xpath.XPathException
 

Y

YES - Static variable in interface org.apache.abdera.util.Constants
 

_

_loadimpls(String) - Static method in class org.apache.abdera.util.ServiceUtil
 

A B C D E F G H I K L M N O P R S T U V W X Y _