|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Abdera in org.apache.abdera |
---|
Methods in org.apache.abdera that return Abdera | |
---|---|
static Abdera |
Abdera.getInstance()
Get a static instance of the Abdera object. |
Uses of Abdera in org.apache.abdera.ext.features |
---|
Methods in org.apache.abdera.ext.features with parameters of type Abdera | |
---|---|
static Features |
FeaturesHelper.newFeatures(Abdera abdera)
|
Uses of Abdera in org.apache.abdera.ext.html |
---|
Methods in org.apache.abdera.ext.html with parameters of type Abdera | |
---|---|
static List<Element> |
HtmlHelper.discoverLinks(Abdera abdera,
String uri,
String type,
String... rel)
|
static Div |
HtmlHelper.parse(Abdera abdera,
InputStream in)
|
static Div |
HtmlHelper.parse(Abdera abdera,
InputStream in,
String charset)
|
static Div |
HtmlHelper.parse(Abdera abdera,
Reader in)
|
static Div |
HtmlHelper.parse(Abdera abdera,
String value)
|
static Document<Element> |
HtmlHelper.parseDocument(Abdera abdera,
Reader in)
|
Constructors in org.apache.abdera.ext.html with parameters of type Abdera | |
---|---|
HtmlParser(Abdera abdera)
|
Uses of Abdera in org.apache.abdera.ext.opensearch.model |
---|
Constructors in org.apache.abdera.ext.opensearch.model with parameters of type Abdera | |
---|---|
OpenSearchDescription(Abdera abdera)
|
|
Query(Abdera abdera)
|
|
Url(Abdera abdera)
|
Uses of Abdera in org.apache.abdera.ext.serializer |
---|
Methods in org.apache.abdera.ext.serializer that return Abdera | |
---|---|
Abdera |
SerializationContext.getAbdera()
|
Abdera |
AbstractSerializationContext.getAbdera()
|
Uses of Abdera in org.apache.abdera.ext.sharing |
---|
Methods in org.apache.abdera.ext.sharing with parameters of type Abdera | |
---|---|
static Entry |
SharingHelper.createEntry(Abdera abdera,
String by)
|
static Entry |
SharingHelper.createEntry(Abdera abdera,
String by,
Feed feed)
|
Uses of Abdera in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Abdera | |
---|---|
Abdera |
Factory.getAbdera()
Get the Abdera instance for this factory |
Constructors in org.apache.abdera.factory with parameters of type Abdera | |
---|---|
StreamBuilder(Abdera abdera)
|
Uses of Abdera in org.apache.abdera.parser.stax |
---|
Methods in org.apache.abdera.parser.stax that return Abdera | |
---|---|
protected Abdera |
FOMWriterFactory.getAbdera()
|
Abdera |
FOMFactory.getAbdera()
|
protected Abdera |
FOMParserFactory.getAbdera()
|
Constructors in org.apache.abdera.parser.stax with parameters of type Abdera | |
---|---|
FOMFactory(Abdera abdera)
|
|
FOMParser(Abdera abdera)
|
|
FOMParserFactory(Abdera abdera)
|
|
FOMWriter(Abdera abdera)
|
|
FOMWriterFactory(Abdera abdera)
|
|
FOMXPath(Abdera abdera)
|
|
StaxStreamWriter(Abdera abdera)
|
|
StaxStreamWriter(Abdera abdera,
OutputStream out)
|
|
StaxStreamWriter(Abdera abdera,
OutputStream out,
String charset)
|
|
StaxStreamWriter(Abdera abdera,
Writer writer)
|
Uses of Abdera in org.apache.abdera.protocol.client |
---|
Fields in org.apache.abdera.protocol.client declared as Abdera | |
---|---|
protected Abdera |
AbstractClientResponse.abdera
|
protected Abdera |
AbderaClient.abdera
|
Methods in org.apache.abdera.protocol.client with parameters of type Abdera | |
---|---|
static Cache |
AbderaClient.initCache(Abdera abdera)
Initializes the client HTTP cache |
Constructors in org.apache.abdera.protocol.client with parameters of type Abdera | |
---|---|
AbderaClient(Abdera abdera)
Create an AbderaClient instance using the specified Abdera instance |
|
AbderaClient(Abdera abdera,
Cache cache)
Create an AbderaClient instance using the specified Abdera instance |
|
AbderaClient(Abdera abdera,
org.apache.commons.httpclient.HttpClient client)
Create an Abdera using a preconfigured HttpClient object |
|
AbderaClient(Abdera abdera,
org.apache.commons.httpclient.HttpClient client,
Cache cache)
Create an Abdera using a preconfigured HttpClient object |
|
AbderaClient(Abdera abdera,
String useragent)
Create an AbderaClient instance using the specified Abdera instance and useragent name |
|
AbderaClient(Abdera abdera,
String useragent,
Cache cache)
Create an AbderaClient instance using the specified Abdera instance and useragent name |
|
AbstractClientResponse(Abdera abdera)
|
|
CommonsResponse(Abdera abdera,
org.apache.commons.httpclient.HttpMethod method)
|
Uses of Abdera in org.apache.abdera.protocol.client.cache |
---|
Fields in org.apache.abdera.protocol.client.cache declared as Abdera | |
---|---|
protected Abdera |
AbstractCache.abdera
|
Methods in org.apache.abdera.protocol.client.cache with parameters of type Abdera | |
---|---|
Cache |
LRUCacheFactory.getCache(Abdera abdera)
Deprecated. |
Cache |
CacheFactory.getCache(Abdera abdera)
Deprecated. |
Constructors in org.apache.abdera.protocol.client.cache with parameters of type Abdera | |
---|---|
AbstractCache(Abdera abdera)
|
|
CachedResponseBase(Abdera abdera,
Object key,
Cache cache)
|
|
InMemoryCache(Abdera abdera,
Map<Object,CachedResponse> map)
|
|
InMemoryCachedResponse(Abdera abdera,
Cache cache,
Object key,
ClientResponse response)
|
|
LRUCache(Abdera abdera)
|
|
LRUCache(Abdera abdera,
int size)
|
|
LRUCacheFactory(Abdera abdera)
Deprecated. |
Uses of Abdera in org.apache.abdera.protocol.client.util |
---|
Constructors in org.apache.abdera.protocol.client.util with parameters of type Abdera | |
---|---|
EntityProviderRequestEntity(Abdera abdera,
EntityProvider provider,
boolean use_chunked)
|
Uses of Abdera in org.apache.abdera.protocol.error |
---|
Methods in org.apache.abdera.protocol.error with parameters of type Abdera | |
---|---|
static Error |
Error.create(Abdera abdera,
int code,
String message)
Create a new Error object |
static Error |
Error.create(Abdera abdera,
int code,
String message,
Throwable t)
|
Constructors in org.apache.abdera.protocol.error with parameters of type Abdera | |
---|---|
ProtocolException(Abdera abdera,
int code,
String message)
|
Uses of Abdera in org.apache.abdera.protocol.server |
---|
Methods in org.apache.abdera.protocol.server that return Abdera | |
---|---|
static Abdera |
ServiceManager.getAbdera()
|
Abdera |
Provider.getAbdera()
Retrieve the Abdera instance associated with this provider |
Abdera |
RequestContext.getAbdera()
Get the Abdera instance associated with this request |
Methods in org.apache.abdera.protocol.server with parameters of type Abdera | |
---|---|
static AbstractResponseContext |
ProviderHelper.createErrorResponse(Abdera abdera,
int code,
String message)
Returns an Error document based on the StreamWriter |
static AbstractResponseContext |
ProviderHelper.createErrorResponse(Abdera abdera,
int code,
String message,
Throwable t)
Returns an Error document based on the StreamWriter |
static NamedWriter |
ProviderHelper.getAcceptableNamedWriter(Abdera abdera,
String accept_header)
Returns an appropriate NamedWriter instance given an appropriately formatted HTTP Accept header. |
static NamedWriter |
ProviderHelper.getNamedWriter(Abdera abdera,
String mediatype)
|
void |
Provider.init(Abdera abdera,
Map<String,String> properties)
Initialize the Provider. |
Uses of Abdera in org.apache.abdera.protocol.server.adapters.couchdb |
---|
Constructors in org.apache.abdera.protocol.server.adapters.couchdb with parameters of type Abdera | |
---|---|
CouchDbAdapter(Abdera abdera,
FeedConfiguration config)
|
|
CouchDbAdapter(Abdera abdera,
FeedConfiguration config,
String host,
int port)
|
|
JsonObjectResponseContext(Abdera abdera,
FeedConfiguration config,
com.fourspaces.couchdb.Document doc)
|
|
JsonObjectResponseContext(Abdera abdera,
FeedConfiguration config,
com.fourspaces.couchdb.Document doc,
com.fourspaces.couchdb.Document... entries)
|
|
JsonObjectResponseContext(Abdera abdera,
FeedConfiguration config,
String encoding,
com.fourspaces.couchdb.Document doc,
com.fourspaces.couchdb.Document... entries)
|
Uses of Abdera in org.apache.abdera.protocol.server.adapters.filesystem |
---|
Constructors in org.apache.abdera.protocol.server.adapters.filesystem with parameters of type Abdera | |
---|---|
FilesystemAdapter(Abdera abdera,
FeedConfiguration config)
|
Uses of Abdera in org.apache.abdera.protocol.server.adapters.ibatis |
---|
Constructors in org.apache.abdera.protocol.server.adapters.ibatis with parameters of type Abdera | |
---|---|
IBatisCollectionAdapter(Abdera abdera,
FeedConfiguration config)
|
Uses of Abdera in org.apache.abdera.protocol.server.context |
---|
Methods in org.apache.abdera.protocol.server.context that return Abdera | |
---|---|
Abdera |
AbstractRequestContext.getAbdera()
|
protected Abdera |
StreamWriterResponseContext.getAbdera()
Get the Abdera instance |
Abdera |
RequestContextWrapper.getAbdera()
|
Constructors in org.apache.abdera.protocol.server.context with parameters of type Abdera | |
---|---|
EntityProviderResponseContext(EntityProvider provider,
Abdera abdera)
|
|
EntityProviderResponseContext(EntityProvider provider,
Abdera abdera,
String encoding)
|
|
EntityProviderResponseContext(EntityProvider provider,
Abdera abdera,
String encoding,
String sw)
|
|
StreamWriterResponseContext(Abdera abdera)
Create a new StreamWriterResponseContext |
|
StreamWriterResponseContext(Abdera abdera,
String encoding)
Create a new StreamWriterResponseContext |
|
StreamWriterResponseContext(Abdera abdera,
String encoding,
String sw)
Create a new StreamWriterResponseContext |
Uses of Abdera in org.apache.abdera.protocol.server.impl |
---|
Fields in org.apache.abdera.protocol.server.impl declared as Abdera | |
---|---|
protected Abdera |
AbstractProvider.abdera
|
Methods in org.apache.abdera.protocol.server.impl that return Abdera | |
---|---|
Abdera |
AbstractProvider.getAbdera()
|
Methods in org.apache.abdera.protocol.server.impl with parameters of type Abdera | |
---|---|
void |
AbstractProvider.init(Abdera abdera,
Map<String,String> properties)
|
Uses of Abdera in org.apache.abdera.protocol.server.provider.basic |
---|
Constructors in org.apache.abdera.protocol.server.provider.basic with parameters of type Abdera | |
---|---|
BasicAdapter(Abdera abdera,
FeedConfiguration config)
|
Uses of Abdera in org.apache.abdera.protocol.server.provider.managed |
---|
Fields in org.apache.abdera.protocol.server.provider.managed declared as Abdera | |
---|---|
protected Abdera |
CollectionAdapterManager.abdera
|
protected Abdera |
ManagedCollectionAdapter.abdera
|
Methods in org.apache.abdera.protocol.server.provider.managed that return Abdera | |
---|---|
Abdera |
ManagedCollectionAdapter.getAbdera()
|
Methods in org.apache.abdera.protocol.server.provider.managed with parameters of type Abdera | |
---|---|
protected static CollectionAdapter |
CollectionAdapterManager.createAdapterInstance(FeedConfiguration config,
Abdera abdera)
|
Constructors in org.apache.abdera.protocol.server.provider.managed with parameters of type Abdera | |
---|---|
CollectionAdapterManager(Abdera abdera,
ServerConfiguration config)
|
|
ManagedCollectionAdapter(Abdera abdera,
FeedConfiguration config)
|
Uses of Abdera in org.apache.abdera.protocol.server.servlet |
---|
Methods in org.apache.abdera.protocol.server.servlet that return Abdera | |
---|---|
Abdera |
AbderaServlet.getAbdera()
|
Uses of Abdera in org.apache.abdera.security |
---|
Constructors in org.apache.abdera.security with parameters of type Abdera | |
---|---|
AbderaSecurity(Abdera abdera)
|
Uses of Abdera in org.apache.abdera.security.util |
---|
Fields in org.apache.abdera.security.util declared as Abdera | |
---|---|
protected Abdera |
SecurityBase.abdera
|
Methods in org.apache.abdera.security.util that return Abdera | |
---|---|
protected Abdera |
SecurityBase.getAbdera()
|
Constructors in org.apache.abdera.security.util with parameters of type Abdera | |
---|---|
EncryptionBase(Abdera abdera)
|
|
SecurityBase(Abdera abdera)
|
|
SignatureBase(Abdera abdera)
|
Uses of Abdera in org.apache.abdera.security.xmlsec |
---|
Fields in org.apache.abdera.security.xmlsec declared as Abdera | |
---|---|
protected Abdera |
XmlSecurityOptions.abdera
|
Constructors in org.apache.abdera.security.xmlsec with parameters of type Abdera | |
---|---|
XmlEncryption(Abdera abdera)
|
|
XmlEncryptionOptions(Abdera abdera)
|
|
XmlSecurityOptions(Abdera abdera)
|
|
XmlSignature(Abdera abdera)
|
|
XmlSignatureOptions(Abdera abdera)
|
Uses of Abdera in org.apache.abdera.util |
---|
Fields in org.apache.abdera.util declared as Abdera | |
---|---|
protected Abdera |
AbstractStreamWriter.abdera
|
protected Abdera |
AbstractParser.abdera
|
Methods in org.apache.abdera.util that return Abdera | |
---|---|
Abdera |
AbstractParser.getAbdera()
|
Methods in org.apache.abdera.util with parameters of type Abdera | |
---|---|
static Factory |
ServiceUtil.newFactoryInstance(Abdera abdera)
Deprecated. |
Factory |
AbderaConfiguration.newFactoryInstance(Abdera abdera)
Return a new instance of org.apache.abdera.factory.Factory |
Factory |
Configuration.newFactoryInstance(Abdera abdera)
Get a new instance of the default Factory impl |
static Object |
ServiceUtil.newInstance(String id,
String _default,
Abdera abdera)
Deprecated. |
static ParserFactory |
ServiceUtil.newParserFactoryInstance(Abdera abdera)
Deprecated. |
ParserFactory |
AbderaConfiguration.newParserFactoryInstance(Abdera abdera)
Return a new instance of org.apache.abdera.parser.ParserFactory |
ParserFactory |
Configuration.newParserFactoryInstance(Abdera abdera)
Get a new instance of the default ParserFactory impl |
static Parser |
ServiceUtil.newParserInstance(Abdera abdera)
Deprecated. |
Parser |
AbderaConfiguration.newParserInstance(Abdera abdera)
Return a new instance of org.apache.abdera.parser.Parser |
Parser |
Configuration.newParserInstance(Abdera abdera)
Get a new instance of the default Parser impl |
static StreamWriter |
ServiceUtil.newStreamWriterInstance(Abdera abdera)
Deprecated. |
StreamWriter |
AbderaConfiguration.newStreamWriterInstance(Abdera abdera)
Return a new instance of the default org.apache.abdera.writer.Writer |
StreamWriter |
Configuration.newStreamWriterInstance(Abdera abdera)
Get a new instance of the default StreamWriter impl |
static WriterFactory |
ServiceUtil.newWriterFactoryInstance(Abdera abdera)
Deprecated. |
WriterFactory |
AbderaConfiguration.newWriterFactoryInstance(Abdera abdera)
Return a new instance of org.apache.abdera.writer.WriterFactory |
WriterFactory |
Configuration.newWriterFactoryInstance(Abdera abdera)
Get a new instance of the default WriterFactory impl |
static Writer |
ServiceUtil.newWriterInstance(Abdera abdera)
Deprecated. |
Writer |
AbderaConfiguration.newWriterInstance(Abdera abdera)
Return a new instance of the default org.apache.abdera.writer.Writer |
Writer |
Configuration.newWriterInstance(Abdera abdera)
Get a new instance of the default Writer impl |
static XPath |
ServiceUtil.newXPathInstance(Abdera abdera)
Deprecated. |
XPath |
AbderaConfiguration.newXPathInstance(Abdera abdera)
Return a new instance of org.apache.abdera.xpath.XPath |
XPath |
Configuration.newXPathInstance(Abdera abdera)
Get a new instance of the default XPath impl |
void |
AbstractParser.setAbdera(Abdera abdera)
|
Constructors in org.apache.abdera.util with parameters of type Abdera | |
---|---|
AbderaResult(Abdera abdera)
|
|
AbstractNamedParser(Abdera abdera,
String name,
String... formats)
|
|
AbstractParser(Abdera abdera)
|
|
AbstractStreamWriter(Abdera abdera,
String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |