A B C D E F G H I M N O P R S T U V W

A

accepts(String) - Method in class org.rometools.propono.atom.common.Collection
Returns true if contentType is accepted by collection.
accepts(String) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Determines if collection will accept a content-type.
accepts(String) - Method in interface org.rometools.propono.blogclient.Blog.Collection
Determines if collection will accept a content-type.
accepts(String) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Determines if collection will accept a content-type.
addAccept(String) - Method in class org.rometools.propono.atom.common.Collection
 
addAuthentication(HttpClient, HttpMethodBase) - Method in interface org.rometools.propono.atom.client.AuthStrategy
Add authentication credenticals, tokens, etc. to HTTP method
addAuthentication(HttpClient, HttpMethodBase) - Method in class org.rometools.propono.atom.client.BasicAuthStrategy
 
addAuthentication(HttpClient, HttpMethodBase) - Method in class org.rometools.propono.atom.client.GDataAuthStrategy
 
addAuthentication(HttpClient, HttpMethodBase) - Method in class org.rometools.propono.atom.client.NoAuthStrategy
 
addAuthentication(HttpClient, HttpMethodBase) - Method in class org.rometools.propono.atom.client.OAuthStrategy
 
addCategories(Categories) - Method in class org.rometools.propono.atom.common.Collection
Workspace can have multiple Categories objects
addCategory(Category) - Method in class org.rometools.propono.atom.common.Categories
Add category list of those specified
addCollection(Collection) - Method in class org.rometools.propono.atom.common.Workspace
Add new collection to workspace
addEntry(ClientEntry) - Method in class org.rometools.propono.atom.client.ClientCollection
Save to collection a new entry that was created by a createEntry() or createMediaEntry() and save it to the server.
addEntry(Entry) - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Add entry to collection.
addMediaEntry(Entry, String, InputStream) - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Add media entry to collection.
addWorkspace(Workspace) - Method in class org.rometools.propono.atom.common.AtomService
Add Workspace to service.
AppModule - Interface in org.rometools.propono.atom.common.rome
ROME Extension Module to Atom protocol extensions to Atom format.
AppModuleGenerator - Class in org.rometools.propono.atom.common.rome
Creates JDOM representation for APP Extension Module.
AppModuleGenerator() - Constructor for class org.rometools.propono.atom.common.rome.AppModuleGenerator
 
AppModuleImpl - Class in org.rometools.propono.atom.common.rome
Bean representation of APP module.
AppModuleImpl() - Constructor for class org.rometools.propono.atom.common.rome.AppModuleImpl
 
AppModuleParser - Class in org.rometools.propono.atom.common.rome
Parses APP module information from a JDOM element and into AppModule form.
AppModuleParser() - Constructor for class org.rometools.propono.atom.common.rome.AppModuleParser
 
ATOM_FORMAT - Static variable in class org.rometools.propono.atom.common.AtomService
Namespace for Atom Syndication Format
ATOM_PROTOCOL - Static variable in class org.rometools.propono.atom.common.AtomService
Namespace for Atom Publishing Protocol
AtomBlog - Class in org.rometools.propono.blogclient.atomprotocol
Atom protocol implementation of the BlogClient Blog interface.
AtomClientFactory - Class in org.rometools.propono.atom.client
Creates AtomService or ClientCollection based on username, password and end-point URI of Atom protocol service.
AtomClientFactory() - Constructor for class org.rometools.propono.atom.client.AtomClientFactory
 
AtomCollection - Class in org.rometools.propono.blogclient.atomprotocol
Atom protocol implementation of BlogClient Blog.Collection.
AtomConnection - Class in org.rometools.propono.blogclient.atomprotocol
Atom protocol of BlogConnection.
AtomConnection(String, String, String) - Constructor for class org.rometools.propono.blogclient.atomprotocol.AtomConnection
Create Atom blog client instance for specified URL and user account.
AtomEntry - Class in org.rometools.propono.blogclient.atomprotocol
Atom protocol implementation of BlogEntry.
AtomEntryIterator - Class in org.rometools.propono.blogclient.atomprotocol
Atom protocol implementation of BlogClient entry iterator.
AtomException - Exception in org.rometools.propono.atom.server
Exception thrown by com.sun.syndication.propono.atom.server.AtomHandler and extended by other Propono Atom exception classes.
AtomException() - Constructor for exception org.rometools.propono.atom.server.AtomException
Construct new exception
AtomException(String) - Constructor for exception org.rometools.propono.atom.server.AtomException
Construct new exception with message
AtomException(String, Throwable) - Constructor for exception org.rometools.propono.atom.server.AtomException
Contruct new exception with message and wrapping existing exception
AtomException(Throwable) - Constructor for exception org.rometools.propono.atom.server.AtomException
Construct new exception to wrap existing one.
AtomHandler - Interface in org.rometools.propono.atom.server
Interface for handling single Atom protocol requests.
AtomHandlerFactory - Class in org.rometools.propono.atom.server
Defines a factory that enables the com.sun.syndication.propono.atom.server.AtomServlet to obtain an com.sun.syndication.propono.atom.server.AtomHandler that handles an Atom request.
AtomHandlerFactory() - Constructor for class org.rometools.propono.atom.server.AtomHandlerFactory
 
AtomMediaResource - Class in org.rometools.propono.atom.server
Represents a media link entry.
AtomMediaResource(File) - Constructor for class org.rometools.propono.atom.server.AtomMediaResource
 
AtomMediaResource(String, long, Date, InputStream) - Constructor for class org.rometools.propono.atom.server.AtomMediaResource
 
AtomNotAuthorizedException - Exception in org.rometools.propono.atom.server
Exception to be thrown by AtomHandler implementations in the case that a user is not authorized to access a resource.
AtomNotAuthorizedException() - Constructor for exception org.rometools.propono.atom.server.AtomNotAuthorizedException
Construct new exception
AtomNotAuthorizedException(String) - Constructor for exception org.rometools.propono.atom.server.AtomNotAuthorizedException
Construct new exception with message
AtomNotAuthorizedException(String, Throwable) - Constructor for exception org.rometools.propono.atom.server.AtomNotAuthorizedException
Construct new exception with message and root cause
AtomNotAuthorizedException(Throwable) - Constructor for exception org.rometools.propono.atom.server.AtomNotAuthorizedException
Construct new exception to wrap root cause
AtomNotFoundException - Exception in org.rometools.propono.atom.server
Exception thrown by AtomHandler in that case a resource is not found.
AtomNotFoundException() - Constructor for exception org.rometools.propono.atom.server.AtomNotFoundException
Construct new exception
AtomNotFoundException(String) - Constructor for exception org.rometools.propono.atom.server.AtomNotFoundException
Construct new exception with message
AtomNotFoundException(String, Throwable) - Constructor for exception org.rometools.propono.atom.server.AtomNotFoundException
Construct new exception with message and root cause
AtomNotFoundException(Throwable) - Constructor for exception org.rometools.propono.atom.server.AtomNotFoundException
Construct new exception with root cause
AtomRequest - Interface in org.rometools.propono.atom.server
Represents HTTP request to be processed by AtomHandler.
AtomRequestImpl - Class in org.rometools.propono.atom.server
Default request implementation.
AtomRequestImpl(HttpServletRequest) - Constructor for class org.rometools.propono.atom.server.AtomRequestImpl
 
AtomResource - Class in org.rometools.propono.blogclient.atomprotocol
Atom protocol implementation of BlogResource.
AtomService - Class in org.rometools.propono.atom.common
Models an Atom Publishing Protocol Service Document.
AtomService() - Constructor for class org.rometools.propono.atom.common.AtomService
Create new and empty Atom service
AtomServlet - Class in org.rometools.propono.atom.server
Atom Servlet implements Atom protocol by calling an com.sun.syndication.propono.atom.server.AtomHandler implementation.
AtomServlet() - Constructor for class org.rometools.propono.atom.server.AtomServlet
 
authenticateBASIC(HttpServletRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
BASIC authentication.
author - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 
AuthStrategy - Interface in org.rometools.propono.atom.client
 

B

BaseBlogEntry - Class in org.rometools.propono.blogclient
Base implementation of a blog entry.
BaseBlogEntry(Blog) - Constructor for class org.rometools.propono.blogclient.BaseBlogEntry
Contruct abstract blog entry.
BasicAuthStrategy - Class in org.rometools.propono.atom.client
 
BasicAuthStrategy(String, String) - Constructor for class org.rometools.propono.atom.client.BasicAuthStrategy
 
Blog - Interface in org.rometools.propono.blogclient
Represents a blog, which has collections of entries and resources.
Blog.Collection - Interface in org.rometools.propono.blogclient
Represents an entry or resource collection on a blog server.
BlogClientException - Exception in org.rometools.propono.blogclient
Represents a Blog Client exception, the library throws these instead of implementation specific exceptions.
BlogClientException(String) - Constructor for exception org.rometools.propono.blogclient.BlogClientException
Construct a new exception
BlogClientException(String, Throwable) - Constructor for exception org.rometools.propono.blogclient.BlogClientException
Construct a new exception which wraps a throwable.
BlogConnection - Interface in org.rometools.propono.blogclient
A BlogConnection is a single-user connection to a blog server where the user has access to multiple blogs, which are each represented by a Blog interface.
BlogConnectionFactory - Class in org.rometools.propono.blogclient
Entry point to the Blogapps blog client library.
BlogConnectionFactory() - Constructor for class org.rometools.propono.blogclient.BlogConnectionFactory
 
BlogEntry - Interface in org.rometools.propono.blogclient
Represents a single blog entry.
BlogEntry.Category - Class in org.rometools.propono.blogclient
Represents a weblog category
BlogEntry.Category() - Constructor for class org.rometools.propono.blogclient.BlogEntry.Category
Create new Catetory
BlogEntry.Category(String) - Constructor for class org.rometools.propono.blogclient.BlogEntry.Category
Create new category with name.
BlogEntry.Content - Class in org.rometools.propono.blogclient
Represents blog entry content
BlogEntry.Content() - Constructor for class org.rometools.propono.blogclient.BlogEntry.Content
Construct content
BlogEntry.Content(String) - Constructor for class org.rometools.propono.blogclient.BlogEntry.Content
Construct content with value (and type="html")
BlogEntry.Person - Class in org.rometools.propono.blogclient
Represents a blog author or contributor
BlogEntry.Person() - Constructor for class org.rometools.propono.blogclient.BlogEntry.Person
 
BlogResource - Interface in org.rometools.propono.blogclient
Represents a file that has been uploaded to a blog.

C

Categories - Class in org.rometools.propono.atom.common
Models an Atom protocol Categories element, which may contain ROME Atom Category elements.
Categories() - Constructor for class org.rometools.propono.atom.common.Categories
 
Categories(Element, String) - Constructor for class org.rometools.propono.atom.common.Categories
Load select from XML element
categories - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 
categoriesToElement() - Method in class org.rometools.propono.atom.common.Categories
 
ClientAtomService - Class in org.rometools.propono.atom.client
This class models an Atom Publising Protocol Service Document.
ClientCategories - Class in org.rometools.propono.atom.client
Models an Atom protocol Categories element, which may contain ROME Atom Category elements.
ClientCategories(Element, ClientCollection) - Constructor for class org.rometools.propono.atom.client.ClientCategories
Load select from XML element
ClientCollection - Class in org.rometools.propono.atom.client
Models an Atom collection, extends Collection and adds methods for adding, retrieving, updateing and deleting entries.
ClientEntry - Class in org.rometools.propono.atom.client
Client implementation of Atom entry, extends ROME Entry to add methods for easily getting/setting content, updating and removing the entry from the server.
ClientEntry(ClientAtomService, ClientCollection) - Constructor for class org.rometools.propono.atom.client.ClientEntry
 
ClientEntry(ClientAtomService, ClientCollection, Entry, boolean) - Constructor for class org.rometools.propono.atom.client.ClientEntry
 
ClientMediaEntry - Class in org.rometools.propono.atom.client
Client implementation of Atom media-link entry, an Atom entry that provides meta-data for a media file (e.g. uploaded image or audio file).
ClientMediaEntry(ClientAtomService, ClientCollection) - Constructor for class org.rometools.propono.atom.client.ClientMediaEntry
Create ClientMedieEntry for service and collection.
ClientMediaEntry(ClientAtomService, ClientCollection, Entry, boolean) - Constructor for class org.rometools.propono.atom.client.ClientMediaEntry
 
ClientMediaEntry(ClientAtomService, ClientCollection, String, String, String, InputStream) - Constructor for class org.rometools.propono.atom.client.ClientMediaEntry
 
ClientMediaEntry(ClientAtomService, ClientCollection, String, String, String, byte[]) - Constructor for class org.rometools.propono.atom.client.ClientMediaEntry
 
ClientWorkspace - Class in org.rometools.propono.atom.client
Represents Atom protocol workspace on client-side.
Collection - Class in org.rometools.propono.atom.common
Models an Atom workspace collection.
Collection(String, String, String) - Constructor for class org.rometools.propono.atom.common.Collection
Collection MUST have title and href.
Collection(Element) - Constructor for class org.rometools.propono.atom.common.Collection
Load self from XML element
Collection(Element, String) - Constructor for class org.rometools.propono.atom.common.Collection
Load self from XML element and base URI for resolving relative URIs
collectionToElement() - Method in class org.rometools.propono.atom.common.Collection
Serialize an AtomService.Collection into an XML element
content - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 
copyFrom(CopyFrom) - Method in class org.rometools.propono.atom.common.rome.AppModuleImpl
Copy from other module
copyInputToOutput(InputStream, OutputStream) - Static method in class org.rometools.propono.utils.Utilities
Copy input stream to output stream using 8K buffer.
createEntry() - Method in class org.rometools.propono.atom.client.ClientCollection
Create new entry associated with collection, but do not save to server.
createMediaEntry(String, String, String, byte[]) - Method in class org.rometools.propono.atom.client.ClientCollection
Create new media entry assocaited with collection, but do not save.
createMediaEntry(String, String, String, InputStream) - Method in class org.rometools.propono.atom.client.ClientCollection
Create new media entry assocaited with collection, but do not save.

D

delete() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomEntry
Delete this entry from blog server
delete() - Method in interface org.rometools.propono.blogclient.BlogEntry
Delete this entry from blog server
delete() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogEntry
Delete this entry from blog server
delete() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogResource
Not supported by MetaWeblog API
deleteEntry(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Delete entry specified by request.
deleteEntry(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Delete entry specified by pathInfo.
deleteEntry(String) - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Delete an entry and any associated media file.
documentToService(Document) - Static method in class org.rometools.propono.atom.common.AtomService
Deserialize an Atom service XML document into an object
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.rometools.propono.atom.server.AtomServlet
Handle Atom DELETE by calling appropriate handler.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.rometools.propono.atom.server.AtomServlet
Handles an Atom GET by calling handler and writing results to response.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.rometools.propono.atom.server.AtomServlet
Handles an Atom POST by calling handler to identify URI, reading/parsing data, calling handler and writing results to response.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.rometools.propono.atom.server.AtomServlet
Handles an Atom PUT by calling handler to identify URI, reading/parsing data, calling handler and writing results to response.
draft - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 

E

elementToCollection(Element) - Method in class org.rometools.propono.atom.common.Collection
Deserialize an Atom service collection XML element into an object
elementToWorkspace(Element) - Static method in class org.rometools.propono.atom.common.Workspace
Deserialize a Atom workspace XML element into an object
ENTRY_TYPE - Static variable in class org.rometools.propono.atom.common.Collection
 
EntryIterator - Class in org.rometools.propono.atom.client
Enables iteration over entries in Atom protocol collection.
equals(Object) - Method in class org.rometools.propono.atom.client.ClientEntry
Determines if entries are equal based on edit URI.
equals(Object) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomEntry
True if entry's token's are equal.
equals(Object) - Method in class org.rometools.propono.blogclient.BlogEntry.Category
Determines if categories are equal based on id.
equals(Object) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogEntry
True if tokens are equal

F

FactoryConfigurationError - Error in org.rometools.propono.atom.server
Thrown when a problem with configuration with the com.sun.syndication.propono.atom.server.AtomHandlerFactory exists.
FactoryConfigurationError() - Constructor for error org.rometools.propono.atom.server.FactoryConfigurationError
Create a new FactoryConfigurationError with no detail mesage.
FactoryConfigurationError(String) - Constructor for error org.rometools.propono.atom.server.FactoryConfigurationError
Create a new FactoryConfigurationError with the String specified as an error message.
FactoryConfigurationError(Exception) - Constructor for error org.rometools.propono.atom.server.FactoryConfigurationError
Create a new FactoryConfigurationError with a given Exception base cause of the error.
FactoryConfigurationError(Exception, String) - Constructor for error org.rometools.propono.atom.server.FactoryConfigurationError
Create a new FactoryConfigurationError with the given Exception base cause and detail message.
FEED_TYPE - Static variable in class org.rometools.propono.atom.server.AtomServlet
Get feed type support by Servlet, "atom_1.0"
fetchContents() - Method in class org.rometools.propono.atom.client.ClientCategories
 
FileBasedAtomHandler - Class in org.rometools.propono.atom.server.impl
File-based com.sun.syndication.propono.atom.server.AtomHandler implementation that stores entries and media-entries to disk.
FileBasedAtomHandler(HttpServletRequest) - Constructor for class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Construct handler to handle one request.
FileBasedAtomHandler(HttpServletRequest, String) - Constructor for class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Contruct handler for one request, using specified file storage directory.
FileBasedAtomHandlerFactory - Class in org.rometools.propono.atom.server.impl
Extends com.sun.syndication.propono.atom.server.AtomHandlerFactory to create and return com.sun.syndication.propono.atom.server.impl.FileBasedAtomHandler.
FileBasedAtomHandlerFactory() - Constructor for class org.rometools.propono.atom.server.impl.FileBasedAtomHandlerFactory
 
FileBasedAtomService - Class in org.rometools.propono.atom.server.impl
File based Atom service.
FileBasedAtomService(String, String, String, String, String) - Constructor for class org.rometools.propono.atom.server.impl.FileBasedAtomService
Creates a new instance of FileBasedAtomService.
FileBasedCollection - Class in org.rometools.propono.atom.server.impl
File based Atom collection implementation.
FileBasedCollection(String, String, String, String, String, boolean, String[], boolean, String, String, String, String) - Constructor for class org.rometools.propono.atom.server.impl.FileBasedCollection
Construct by providing title (plain text, no HTML), a workspace handle, a plural collection name (e.g. entries), a singular collection name (e.g. entry), the base directory for file storage, the content-type range accepted by the collection and the root Atom protocol URI for the service.
FileBasedWorkspace - Class in org.rometools.propono.atom.server.impl
File based Atom service Workspace.
FileBasedWorkspace(String, String) - Constructor for class org.rometools.propono.atom.server.impl.FileBasedWorkspace
Creates a new instance of FileBasedWorkspace
findCollection(String, String) - Method in class org.rometools.propono.atom.common.Workspace
Find collection by title and/or content-type.
findWorkspace(String) - Method in class org.rometools.propono.atom.common.AtomService
Find workspace by title.

G

GDataAuthStrategy - Class in org.rometools.propono.atom.client
 
GDataAuthStrategy(String, String, String) - Constructor for class org.rometools.propono.atom.client.GDataAuthStrategy
 
generate(Module, Element) - Method in class org.rometools.propono.atom.common.rome.AppModuleGenerator
Generate JDOM element for module and add it to parent element
getAccepts() - Method in class org.rometools.propono.atom.common.Collection
List of content-type ranges accepted by collection.
getAccepts() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Content-types accepted by collection.
getAccepts() - Method in interface org.rometools.propono.blogclient.Blog.Collection
Content-types accepted by collection.
getAccepts() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Content-types accepted by collection.
getAsStream() - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Get media resource as an InputStream, should work regardless of whether you set the media resource data as an InputStream or as a byte array.
getAsStream() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomResource
Get resource as stream, using content.src as URL
getAsStream() - Method in interface org.rometools.propono.blogclient.BlogResource
Get resource as stream, using content.src as URL
getAsStream() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogResource
Get media resource as input stream.
getAtomProtocolURL() - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Get base URI of Atom protocol implementation.
getAtomService(String, AuthStrategy) - Static method in class org.rometools.propono.atom.client.AtomClientFactory
Create AtomService by reading service doc from Atom Server.
getAtomService(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Return com.sun.syndication.propono.atom.common.AtomService object that contains the com.sun.syndication.propono.atom.common.Workspace objects available to the currently authenticated user and within those the com.sun.syndication.propono.atom.common.Collection avalaible.
getAtomService(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Return introspection document
getAuthenticatedUsername() - Method in interface org.rometools.propono.atom.server.AtomHandler
Get username of authenticated user.
getAuthenticatedUsername() - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Get username of authenticated user
getAuthor() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get author of this entry
getAuthor() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get author of this entry
getBlog() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Get blog that contains this collection.
getBlog(String) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomConnection
Get blog by token
getBlog() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Blog is associated with a blog
getBlog() - Method in interface org.rometools.propono.blogclient.Blog.Collection
Get blog that contains this collection.
getBlog(String) - Method in interface org.rometools.propono.blogclient.BlogConnection
Get blog by token
getBlog() - Method in interface org.rometools.propono.blogclient.BlogEntry
Blog is associated with a blog
getBlog() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Get blog that contains this collection.
getBlog(String) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogConnection
Get blog by token
getBlogConnection(String, String, String, String) - Static method in class org.rometools.propono.blogclient.BlogConnectionFactory
Create a connection to a blog server.
getBlogs() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomConnection
Returns collection of blogs available from this connection
getBlogs() - Method in interface org.rometools.propono.blogclient.BlogConnection
Returns collection of blogs available from this connection
getBlogs() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogConnection
Returns collection of blogs available from this connection
getBytes() - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Get bytes of media resource associated with entry.
getBytes() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogResource
Get resource data as byte array.
getBytesFromFile(File) - Static method in class org.rometools.propono.utils.Utilities
Returns the contents of the file in a byte array (from JavaAlmanac).
getCategories() - Method in class org.rometools.propono.atom.common.Categories
Iterate over Category objects
getCategories() - Method in class org.rometools.propono.atom.common.Collection
Get categories allowed by collection.
getCategories(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Get categories, a list of Categories objects
getCategories(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Returns null because we use in-line categories.
getCategories(boolean) - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Get list of one Categories object containing categories allowed by collection.
getCategories() - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Get list of one Categories object containing categories allowed by collection, returns in-line categories if collection set to use in-line categories.
getCategories() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Returns list of available BlogEntry.Category in primary entries collection.
getCategories() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Return categories allowed by colletion.
getCategories() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get categories, a list of BlogEntry.Category objects
getCategories() - Method in interface org.rometools.propono.blogclient.Blog.Collection
Return categories allowed by colletion.
getCategories() - Method in interface org.rometools.propono.blogclient.Blog
Deprecated. Instead use collections directly.
getCategories() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get categories, a list of BlogEntry.Category objects
getCategories() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Returns list of available BlogEntry.Category in primary entries collection.
getCategories() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Return categories allowed by colletion.
getCollection(String, AuthStrategy) - Static method in class org.rometools.propono.atom.client.AtomClientFactory
Create ClientCollection bound to URI.
getCollection(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Return collection or portion of collection specified by request.
getCollection(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Get collection specified by pathinfo.
getCollection(String) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Get collection by token.
getCollection(String) - Method in interface org.rometools.propono.blogclient.Blog
Get collection by token.
getCollection(String) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Get collection by token.
getCollections() - Method in class org.rometools.propono.atom.common.Workspace
Iterate over collections in workspace
getCollections() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Gets listing of entry and resource collections available in the blog, including the primary collections.
getCollections() - Method in interface org.rometools.propono.blogclient.Blog
Gets listing of entry and resource collections available in the blog, including the primary collections.
getCollections() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Gets listing of entry and resource collections available in the blog, including the primary collections.
getContent() - Method in class org.rometools.propono.atom.client.ClientEntry
Convenience method to get first content object in content collection.
getContent() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get content of this blog entry
getContent() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get content of this blog entry
getContentLength() - Method in class org.rometools.propono.atom.server.AtomMediaResource
 
getContentLength() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLength() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getContentNamespace() - Method in class org.rometools.propono.atom.common.rome.AppModuleParser
Get namespace of module
getContentType() - Method in class org.rometools.propono.atom.server.AtomMediaResource
 
getContentType() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getContentType() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogResource
Get content-type of associated media resource.
getContextDirPath() - Static method in class org.rometools.propono.atom.server.AtomServlet
Get absolute path to Servlet context directory.
getDateHeader(String) - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getDraft() - Method in interface org.rometools.propono.atom.common.rome.AppModule
True if entry is a draft
getDraft() - Method in class org.rometools.propono.atom.common.rome.AppModuleImpl
True if entry is draft
getDraft() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get draft status of this entry
getDraft() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get draft status of this entry
getEdited() - Method in interface org.rometools.propono.atom.common.rome.AppModule
Time of last edit
getEdited() - Method in class org.rometools.propono.atom.common.rome.AppModuleImpl
Time of last edit
getEditURI() - Method in class org.rometools.propono.atom.client.ClientEntry
Get the URI that can be used to edit the entry via HTTP PUT or DELETE.
getEmail() - Method in class org.rometools.propono.blogclient.BlogEntry.Person
Get person's email
getEntries() - Method in class org.rometools.propono.atom.client.ClientCollection
Get iterator over entries in this collection.
getEntries() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Get iterator over entries in primary entries collection (the first collection that accepts entries).
getEntries() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Get iterator over entries/resources in this collection.
getEntries() - Method in interface org.rometools.propono.blogclient.Blog.Collection
Get iterator over entries/resources in this collection.
getEntries() - Method in interface org.rometools.propono.blogclient.Blog
Deprecated. Instead use collections directly.
getEntries() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Get iterator over entries in primary entries collection (the first collection that accepts entries).
getEntries() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Get iterator over entries/resources in this collection.
getEntry(String) - Method in class org.rometools.propono.atom.client.ClientAtomService
Get full entry from service by entry edit URI.
getEntry(String) - Method in class org.rometools.propono.atom.client.ClientCollection
Get full entry specified by entry edit URI.
getEntry(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Get entry specified by request.
getEntry(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Get entry specified by pathInfo.
getEntry(String) - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Get an entry from the collection.
getEntry(String) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Get a single BlogEntry (or BlogResource) by token.
getEntry(String) - Method in interface org.rometools.propono.blogclient.Blog
Get a single BlogEntry (or BlogResource) by token.
getEntry(String) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Get a single BlogEntry (or BlogResource) by token.
getException() - Method in error org.rometools.propono.atom.server.FactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getFeedDocument() - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Get feed document representing collection.
getHeader(String) - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getHeaderNames() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getHeaders(String) - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getHref() - Method in class org.rometools.propono.atom.common.Categories
URI of out-of-line categories
getHref() - Method in class org.rometools.propono.atom.common.Collection
The URI of the collection
getHrefResolved() - Method in class org.rometools.propono.atom.common.Categories
Get unresolved URI of the collection, or null if impossible to determine
getHrefResolved() - Method in class org.rometools.propono.atom.common.Collection
Get resolved URI of the collection, or null if impossible to determine
getHrefResolved(String) - Method in class org.rometools.propono.atom.common.Collection
Get resolved URI using collection's baseURI, or null if impossible to determine
getId() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get globally unique ID of this blog entry
getId() - Method in class org.rometools.propono.blogclient.BlogEntry.Category
Get category id
getId() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get globally unique ID of this blog entry
getInputStream() - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Get input stream for media resource associated with this entry.
getInputStream() - Method in class org.rometools.propono.atom.server.AtomMediaResource
 
getInputStream() - Method in interface org.rometools.propono.atom.server.AtomRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getInterface() - Method in class org.rometools.propono.atom.common.rome.AppModuleImpl
Get interface class of module
getIntHeader(String) - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the value of the specified request header as an int.
getIntHeader(String) - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getLastModified() - Method in class org.rometools.propono.atom.server.AtomMediaResource
 
getMediaLinkURI() - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Get media link URI for editing the media resource associated with this entry via HTTP PUT or DELETE.
getMediaResource(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Get media resource specified by request.
getMediaResource(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
 
getMediaResource(String) - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Get media resource wrapping a file.
getMessage() - Method in error org.rometools.propono.atom.server.FactoryConfigurationError
Return the message (if any) for this error .
getModificationDate() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get update date of this entry
getModificationDate() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get update date of this entry
getName() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Name of this blog.
getName() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomResource
Get resource name (name is required)
getName() - Method in interface org.rometools.propono.blogclient.Blog
Name of this blog.
getName() - Method in class org.rometools.propono.blogclient.BlogEntry.Category
Get category display name
getName() - Method in class org.rometools.propono.blogclient.BlogEntry.Person
Get person's name
getName() - Method in interface org.rometools.propono.blogclient.BlogResource
Get resource name (name is required)
getName() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Name of this blog.
getName() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogResource
Get resource name (name is required)
getNamespaces() - Method in class org.rometools.propono.atom.common.rome.AppModuleGenerator
Get namespaces associated with this module
getNamespaceUri() - Method in class org.rometools.propono.atom.common.rome.AppModuleGenerator
 
getNamespaceUri() - Method in class org.rometools.propono.atom.common.rome.AppModuleParser
Get URI of module namespace
getParameter(String) - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getParameterMap() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getParameterNames() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getParameterValues(String) - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getPathInfo() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getPermalink() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Permanent link to this entry (assigned by server)
getPermalink() - Method in interface org.rometools.propono.blogclient.BlogEntry
Permanent link to this entry (assigned by server)
getPublicationDate() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Set publish date of this entry
getPublicationDate() - Method in interface org.rometools.propono.blogclient.BlogEntry
Set publish date of this entry
getQueryString() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getRemoteUser() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getRequestURI() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getRequestURL() - Method in interface org.rometools.propono.atom.server.AtomRequest
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getResources() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Get entries in primary resources collection (the first collection that accepts anything other than entries).
getResources() - Method in interface org.rometools.propono.blogclient.Blog
Deprecated. Instead use collections directly.
getResources() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Get entries in primary resources collection (the first collection that accepts anything other than entries).
getRootCause() - Method in exception org.rometools.propono.utils.ProponoException
Get root cause object, or null if none.
getRootCauseMessage() - Method in exception org.rometools.propono.utils.ProponoException
Get root cause message.
getScheme() - Method in class org.rometools.propono.atom.common.Categories
Category URI scheme to use for Categories without a scheme
getSlug() - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Set string to be used in file name of new media resource on server.
getSrc() - Method in class org.rometools.propono.blogclient.BlogEntry.Content
Get URI of content if out-of-line
getStatus() - Method in exception org.rometools.propono.atom.server.AtomException
Get HTTP status associated with exception.
getStatus() - Method in exception org.rometools.propono.atom.server.AtomNotAuthorizedException
Get HTTP status code of exception (HTTP 403 unauthorized)
getStatus() - Method in exception org.rometools.propono.atom.server.AtomNotFoundException
Get HTTP status code associated with exception (404 not found)
getSummary() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get summary of this blog entry
getSummary() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get summary of this blog entry
getTitle() - Method in class org.rometools.propono.atom.common.Collection
Must have human readable title
getTitle() - Method in class org.rometools.propono.atom.common.Workspace
DefaultWorkspace must have a human readable title
getTitle() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Title of collection.
getTitle() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get title of this blog entry
getTitle() - Method in interface org.rometools.propono.blogclient.Blog.Collection
Title of collection.
getTitle() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get title of this blog entry
getTitle() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Title of collection.
getTitleType() - Method in class org.rometools.propono.atom.common.Collection
Type of title ("text", "html" or "xhtml")
getTitleType() - Method in class org.rometools.propono.atom.common.Workspace
Get title type ("text", "html", "xhtml" or MIME content-type)
getToken() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Token can be used to fetch this blog again from getBlog() method.
getToken() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Token that can be used to fetch collection.
getToken() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomEntry
Get token, which can be used to fetch the blog entry
getToken() - Method in interface org.rometools.propono.blogclient.Blog.Collection
Token that can be used to fetch collection.
getToken() - Method in interface org.rometools.propono.blogclient.Blog
Token can be used to fetch this blog again from getBlog() method.
getToken() - Method in interface org.rometools.propono.blogclient.BlogEntry
Get token, which can be used to fetch the blog entry
getToken() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Token can be used to fetch this blog again from getBlog() method.
getToken() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Token that can be used to fetch collection.
getToken() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogEntry
Get token, which can be used to fetch the blog entry
getToken() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogResource
Get token, which can be used to fetch the blog entry
getType() - Method in class org.rometools.propono.blogclient.BlogEntry.Content
Get type of content, either "text", "html", "xhtml" or a MIME content-type.
getUrl() - Method in class org.rometools.propono.blogclient.BlogEntry.Category
Get URL of category domain
getUrl() - Method in class org.rometools.propono.blogclient.BlogEntry.Person
Get person's URL
getUserPrincipal() - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
getValue() - Method in class org.rometools.propono.blogclient.BlogEntry.Content
Get value of content if in-line
getWorkspace() - Method in class org.rometools.propono.atom.client.ClientCollection
Get workspace or null if collection is not associated with a workspace.
getWorkspaces() - Method in class org.rometools.propono.atom.common.AtomService
Get Workspaces available from service.

H

hasNext() - Method in class org.rometools.propono.atom.client.EntryIterator
Returns true if more entries are available.
hasNext() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomEntryIterator
True if more entries are available.
hasNext() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.EntryIterator
Returns true if more entries are avialable.
hasNext() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.NoOpIterator
No-op

I

id - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 
init() - Method in class org.rometools.propono.atom.client.BasicAuthStrategy
 
init(ServletConfig) - Method in class org.rometools.propono.atom.server.AtomServlet
Initialize servlet.
isAtomServiceURI(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Return true if specified request represents URI of a Service Document.
isAtomServiceURI(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Return true if specified pathinfo represents URI of service doc.
isCategoriesURI(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Return true if specified request represents URI of a Categories Document.
isCategoriesURI(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Return true if specified pathinfo represents URI of category doc.
isCollectionURI(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Return true if specified request represents URI of a collection.
isCollectionURI(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Return true if specified pathinfo represents URI of a collection.
isEntryURI(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Return true if specified request represents URI of an Atom entry.
isEntryURI(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Return true if specified pathinfo represents URI of an Atom entry.
isFixed() - Method in class org.rometools.propono.atom.common.Categories
True if clients MUST use one of the categories specified
isMediaEditURI(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Return true if specified patrequesthinfo represents media-edit URI.
isMediaEditURI(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Return true if specified pathinfo represents media-edit URI.
isUserInRole(String) - Method in interface org.rometools.propono.atom.server.AtomRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.rometools.propono.atom.server.AtomRequestImpl
 
isWritable() - Method in class org.rometools.propono.atom.client.ClientCollection
Determines if collection is writable.

M

MetaWeblogBlog - Class in org.rometools.propono.blogclient.metaweblog
Blog implementation that uses a mix of Blogger and MetaWeblog API methods.
MetaWeblogBlog.EntryIterator - Class in org.rometools.propono.blogclient.metaweblog
Iterates over MetaWeblog API entries.
MetaWeblogBlog.EntryIterator() - Constructor for class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.EntryIterator
Iterator for looping over MetaWeblog API entries.
MetaWeblogBlog.MetaWeblogBlogCollection - Class in org.rometools.propono.blogclient.metaweblog
MetaWeblog API impplementation of Blog.Collection
MetaWeblogBlog.MetaWeblogBlogCollection(Blog, String, String, String) - Constructor for class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
 
MetaWeblogBlog.NoOpIterator - Class in org.rometools.propono.blogclient.metaweblog
No-op iterator.
MetaWeblogBlog.NoOpIterator() - Constructor for class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.NoOpIterator
 
MetaWeblogConnection - Class in org.rometools.propono.blogclient.metaweblog
BlogClient implementation that uses a mix of Blogger and MetaWeblog API methods.
MetaWeblogConnection(String, String, String) - Constructor for class org.rometools.propono.blogclient.metaweblog.MetaWeblogConnection
 
MetaWeblogEntry - Class in org.rometools.propono.blogclient.metaweblog
MetaWeblog API implementation of an entry.
MetaWeblogResource - Class in org.rometools.propono.blogclient.metaweblog
MetaWeblog API implementation of an resource entry.
modificationDate - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 

N

newAtomHandler(HttpServletRequest, HttpServletResponse) - Method in class org.rometools.propono.atom.server.AtomHandlerFactory
Creates a new instance of a com.sun.syndication.propono.atom.server.AtomHandler using the currently configured parameters.
newAtomHandler(HttpServletRequest, HttpServletResponse) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandlerFactory
Create new AtomHandler.
newEntry() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Create but do not save it to server new BlogEntry in primary entries collection (the first collection found that accepts entries).
newEntry() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Create but do not save new entry in collection.
newEntry() - Method in interface org.rometools.propono.blogclient.Blog.Collection
Create but do not save new entry in collection.
newEntry() - Method in interface org.rometools.propono.blogclient.Blog
Deprecated. Instead use collections directly.
newEntry() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Create but do not save new entry in collection.
newEntry() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Create but do not save it to server new BlogEntry in primary entries collection (the first collection found that accepts entries).
newInstance() - Static method in class org.rometools.propono.atom.server.AtomHandlerFactory
Obtain a new instance of a AtomHandlerFactory.
newResource(String, String, byte[]) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
Create but do not save it to server new BlogResource in primary resources collection (the first collection found that accepts resources).
newResource(String, String, byte[]) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Create but do not save new resource in collection.
newResource(String, String, byte[]) - Method in interface org.rometools.propono.blogclient.Blog.Collection
Create but do not save new resource in collection.
newResource(String, String, byte[]) - Method in interface org.rometools.propono.blogclient.Blog
Deprecated. Instead use collections directly.
newResource(String, String, byte[]) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Create but do not save new resource in collection.
newResource(String, String, byte[]) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
Create but do not save it to server new BlogResource in primary resources collection (the first collection found that accepts resources).
next() - Method in class org.rometools.propono.atom.client.EntryIterator
Get next entry in collection.
next() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomEntryIterator
Get next entry.
next() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.EntryIterator
Get next entry.
next() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.NoOpIterator
No-op
NoAuthStrategy - Class in org.rometools.propono.atom.client
No authentication
NoAuthStrategy() - Constructor for class org.rometools.propono.atom.client.NoAuthStrategy
 

O

OAuthStrategy - Class in org.rometools.propono.atom.client
Strategy for using OAuth.
OAuthStrategy(String, String, String, String, String, String, String) - Constructor for class org.rometools.propono.atom.client.OAuthStrategy
Create OAuth authentcation strategy and negotiate with services to obtain access token to be used in subsequent calls.
org.rometools.propono.atom.client - package org.rometools.propono.atom.client
 
org.rometools.propono.atom.common - package org.rometools.propono.atom.common
 
org.rometools.propono.atom.common.rome - package org.rometools.propono.atom.common.rome
 
org.rometools.propono.atom.server - package org.rometools.propono.atom.server
 
org.rometools.propono.atom.server.impl - package org.rometools.propono.atom.server.impl
 
org.rometools.propono.blogclient - package org.rometools.propono.blogclient
 
org.rometools.propono.blogclient.atomprotocol - package org.rometools.propono.blogclient.atomprotocol
 
org.rometools.propono.blogclient.metaweblog - package org.rometools.propono.blogclient.metaweblog
 
org.rometools.propono.utils - package org.rometools.propono.utils
 

P

parse(Element) - Method in class org.rometools.propono.atom.common.rome.AppModuleParser
Parse JDOM element into module
parseCategoriesElement(Element) - Method in class org.rometools.propono.atom.common.Categories
 
parseCollectionElement(Element) - Method in class org.rometools.propono.atom.client.ClientCollection
 
parseCollectionElement(Element) - Method in class org.rometools.propono.atom.common.Collection
 
parseWorkspaceElement(Element, String) - Method in class org.rometools.propono.atom.client.ClientWorkspace
Deserialize a Atom workspace XML element into an object
parseWorkspaceElement(Element) - Method in class org.rometools.propono.atom.common.Workspace
Deserialize a Atom workspace XML element into an object
permalink - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 
postEntry(AtomRequest, Entry) - Method in interface org.rometools.propono.atom.server.AtomHandler
Store new entry in collection specified by request and return representation of entry as it is stored on server.
postEntry(AtomRequest, Entry) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Create a new entry specified by pathInfo and posted entry.
postMedia(AtomRequest, Entry) - Method in interface org.rometools.propono.atom.server.AtomHandler
Store media data in collection specified by request, create an Atom media-link entry to store metadata for the new media file and return that entry to the caller.
postMedia(AtomRequest, Entry) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Store media data in collection specified by pathInfo, create an Atom media-link entry to store metadata for the new media file and return that entry to the caller.
printStackTrace() - Method in exception org.rometools.propono.utils.ProponoException
Print stack trace for exception and for root cause exception if htere is one.
printStackTrace(PrintStream) - Method in exception org.rometools.propono.utils.ProponoException
Print stack trace for exception and for root cause exception if htere is one.
printStackTrace(PrintWriter) - Method in exception org.rometools.propono.utils.ProponoException
Print stack trace for exception and for root cause exception if htere is one.
ProponoException - Exception in org.rometools.propono.utils
Base Propono exception class.
ProponoException() - Constructor for exception org.rometools.propono.utils.ProponoException
Construct emtpy exception object.
ProponoException(String) - Constructor for exception org.rometools.propono.utils.ProponoException
Construct ProponoException with message string.
ProponoException(String, String) - Constructor for exception org.rometools.propono.utils.ProponoException
Construct ProponoException with message string.
ProponoException(String, Throwable) - Constructor for exception org.rometools.propono.utils.ProponoException
Construct ProponoException, wrapping existing throwable.
ProponoException(String, String, Throwable) - Constructor for exception org.rometools.propono.utils.ProponoException
Construct ProponoException, wrapping existing throwable.
ProponoException(Throwable) - Constructor for exception org.rometools.propono.utils.ProponoException
Construct ProponoException, wrapping existing throwable.
publicationDate - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 
putEntry(AtomRequest, Entry) - Method in interface org.rometools.propono.atom.server.AtomHandler
Update entry specified by request and return new entry as represented on the server.
putEntry(AtomRequest, Entry) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Update entry specified by pathInfo and posted entry.
putMedia(AtomRequest) - Method in interface org.rometools.propono.atom.server.AtomHandler
Update the media file part of a media-link entry.
putMedia(AtomRequest) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Update the media file part of a media-link entry.

R

remove() - Method in class org.rometools.propono.atom.client.ClientEntry
Remove entry from server.
remove() - Method in class org.rometools.propono.atom.client.EntryIterator
Remove entry is not implemented.
remove() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomEntryIterator
Remove is not supported.
remove() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.EntryIterator
Remove is not implemented.
remove() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.NoOpIterator
No-op
replaceNonAlphanumeric(String, char) - Static method in class org.rometools.propono.utils.Utilities
Replaces occurences of non-alphanumeric characters with a supplied char.

S

save() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomEntry
Save this entry to it's collection.
save() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomResource
Save this entry to it's collection.
save() - Method in interface org.rometools.propono.blogclient.BlogEntry
Save this entry to it's collection.
save() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogEntry
Save this entry to it's collection.
save() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogResource
Save this entry to it's collection.
saveEntry(BlogEntry) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Save or update a BlogEntry in this collection by adding it to this collection and then calling it's entry.save() method.
saveEntry(BlogEntry) - Method in interface org.rometools.propono.blogclient.Blog.Collection
Save or update a BlogEntry in this collection by adding it to this collection and then calling it's entry.save() method.
saveEntry(BlogEntry) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Save or update a BlogEntry in this collection by adding it to this collection and then calling it's entry.save() method.
saveResource(BlogResource) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomCollection
Save or update resource in this collection
saveResource(BlogResource) - Method in interface org.rometools.propono.blogclient.Blog.Collection
Save or update resource in this collection
saveResource(BlogResource) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
Save or update resource in this collection
serviceToDocument() - Method in class org.rometools.propono.atom.common.AtomService
Serialize an AtomService object into an XML document
setAccepts(List) - Method in class org.rometools.propono.atom.common.Collection
 
setAppkey(String) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomConnection
Set appkey (optional, needed by some blog servers)
setAppkey(String) - Method in interface org.rometools.propono.blogclient.BlogConnection
Set appkey (optional, needed by some blog servers)
setAppkey(String) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogConnection
Set appkey (optional, needed by some blog servers)
setAuthor(BlogEntry.Person) - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Set author of this entry
setAuthor(BlogEntry.Person) - Method in interface org.rometools.propono.blogclient.BlogEntry
Set author of this entry
setBytes(byte[]) - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Set media resource data as a byte array, don't try this if you have already set the data as an InputStream.
setCategories(List) - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Set categories, a list of BlogEntry.Category objects
setCategories(List) - Method in interface org.rometools.propono.blogclient.BlogEntry
Set categories, a list of BlogEntry.Category objects
setContent(String, String) - Method in class org.rometools.propono.atom.client.ClientEntry
Set content of entry.
setContent(Content) - Method in class org.rometools.propono.atom.client.ClientEntry
Convenience method to set first content object in content collection.
setContent(BlogEntry.Content) - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Set content of this blog entry
setContent(BlogEntry.Content) - Method in interface org.rometools.propono.blogclient.BlogEntry
Set content of this blog entry
setContentLength(long) - Method in class org.rometools.propono.atom.server.AtomMediaResource
 
setContentType(String) - Method in class org.rometools.propono.atom.server.AtomMediaResource
 
setDraft(Boolean) - Method in interface org.rometools.propono.atom.common.rome.AppModule
Set to true if entry is a draft
setDraft(Boolean) - Method in class org.rometools.propono.atom.common.rome.AppModuleImpl
Set to true if entry is draft
setDraft(boolean) - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Set draft status of this entry
setDraft(boolean) - Method in interface org.rometools.propono.blogclient.BlogEntry
Set draft status of this entry
setEdited(Date) - Method in interface org.rometools.propono.atom.common.rome.AppModule
Set time of last edit
setEdited(Date) - Method in class org.rometools.propono.atom.common.rome.AppModuleImpl
Set time of last edit
setEmail(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Person
Set person's email
setFixed(boolean) - Method in class org.rometools.propono.atom.common.Categories
True if clients MUST use one of the categories specified
setHref(String) - Method in class org.rometools.propono.atom.common.Categories
URI of out-of-line categories
setHref(String) - Method in class org.rometools.propono.atom.common.Collection
Set URI of collection
setId(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Category
Set category id
setInputStream(InputStream) - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Set media resource data as an input stream, don't try this if you have already set the data as a byte array.
setInputStream(InputStream) - Method in class org.rometools.propono.atom.server.AtomMediaResource
 
setLastModified(Date) - Method in class org.rometools.propono.atom.server.AtomMediaResource
 
setModificationDate(Date) - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Set update date of this entry
setModificationDate(Date) - Method in interface org.rometools.propono.blogclient.BlogEntry
Set update date of this entry
setName(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Category
Set category display name
setName(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Person
Set person's name
setPublicationDate(Date) - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Get publish date of this entry
setPublicationDate(Date) - Method in interface org.rometools.propono.blogclient.BlogEntry
Get publish date of this entry
setScheme(String) - Method in class org.rometools.propono.atom.common.Categories
Category URI scheme to use for Categories without a scheme
setSlug(String) - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Get string to be used in file name of new media resource on server.
setSrc(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Content
Set URI of content if out-of-line
setSummary(String) - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Set summary of this blog entry
setSummary(String) - Method in interface org.rometools.propono.blogclient.BlogEntry
Set summary of this blog entry
setTitle(String) - Method in class org.rometools.propono.atom.common.Collection
Set title of collection.
setTitle(String) - Method in class org.rometools.propono.atom.common.Workspace
Set title of workspace.
setTitle(String) - Method in class org.rometools.propono.blogclient.BaseBlogEntry
Set title of this blog entry
setTitle(String) - Method in interface org.rometools.propono.blogclient.BlogEntry
Set title of this blog entry
setTitleType(String) - Method in class org.rometools.propono.atom.common.Collection
Type of title ("text", "html" or "xhtml")
setTitleType(String) - Method in class org.rometools.propono.atom.common.Workspace
Set title type ("text", "html", "xhtml" or MIME content-type)
setType(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Content
Set type of content, either "text", "html", "xhtml" or a MIME content-type.
setUrl(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Category
Set URL of category domain
setUrl(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Person
Set person's URL
setValue(String) - Method in class org.rometools.propono.blogclient.BlogEntry.Content
Set value of content if in-line
setWorkspaces(List) - Method in class org.rometools.propono.atom.common.AtomService
Set Workspaces of service.
streamToString(InputStream) - Static method in class org.rometools.propono.utils.Utilities
Read input from stream and into string.
stringArrayToString(String[], String) - Static method in class org.rometools.propono.utils.Utilities
Convert string array to string.
stringToStringArray(String, String) - Static method in class org.rometools.propono.utils.Utilities
Convert string to string array.
summary - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 

T

title - Variable in class org.rometools.propono.blogclient.BaseBlogEntry
 
toString() - Method in class org.rometools.propono.blogclient.atomprotocol.AtomBlog
String display of blog, returns name.
toString() - Method in class org.rometools.propono.blogclient.BaseBlogEntry
String representation, returns id.
toString() - Method in class org.rometools.propono.blogclient.BlogEntry.Category
Return category's name or id for display
toString() - Method in class org.rometools.propono.blogclient.BlogEntry.Person
Returns person's name
toString() - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
String representation of blog, returns the name.

U

update() - Method in class org.rometools.propono.atom.client.ClientEntry
Update entry by posting new representation of entry to server.
update() - Method in class org.rometools.propono.atom.client.ClientMediaEntry
Update entry on server.
update(byte[]) - Method in class org.rometools.propono.blogclient.atomprotocol.AtomResource
Update resource by immediately uploading new bytes to server
update(byte[]) - Method in interface org.rometools.propono.blogclient.BlogResource
Update resource by immediately uploading new bytes to server
update(byte[]) - Method in class org.rometools.propono.blogclient.metaweblog.MetaWeblogResource
Update resource by immediately uploading new bytes to server
updateEntry(Entry, String) - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Update an entry in the collection.
updateMediaEntry(String, String, InputStream) - Method in class org.rometools.propono.atom.server.impl.FileBasedCollection
Update media associated with a media-link entry.
URI - Static variable in interface org.rometools.propono.atom.common.rome.AppModule
 
Utilities - Class in org.rometools.propono.utils
Utilities for file I/O and string manipulation.
Utilities() - Constructor for class org.rometools.propono.utils.Utilities
 

V

validateUser(String, String) - Method in class org.rometools.propono.atom.server.impl.FileBasedAtomHandler
Method used for validating user.

W

Workspace - Class in org.rometools.propono.atom.common
Models an Atom workspace.
Workspace(String, String) - Constructor for class org.rometools.propono.atom.common.Workspace
Collection MUST have title.
Workspace(Element) - Constructor for class org.rometools.propono.atom.common.Workspace
 
workspaceToElement() - Method in class org.rometools.propono.atom.common.Workspace
Serialize an AtomService.DefaultWorkspace object into an XML element

A B C D E F G H I M N O P R S T U V W

Copyright © 2007-2013 ROME Project. All Rights Reserved.