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

A

APPLICATION_SCOPE - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
add(PipelineContext.TraceInfo) - Method in interface org.orbeon.oxf.pipeline.api.PipelineContext.Trace
 
addContextListener(PipelineContext.ContextListener) - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Add a new listener to the context.
addHeader(String, String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
addInput(String, String) - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Add an input with the given name and URL.
addInput(String, Element) - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Add an input with the given name and dom4j Element.
addLocationData(LocationData) - Method in class org.orbeon.oxf.common.ValidationException
 

B

baseURL - Variable in class org.orbeon.oxf.resources.URLResourceManagerImpl
 

C

ClassLoaderResourceManagerImpl - class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl.
The classloader resource manager is able to load resources from a JAR file, or from a directory in the system classpath.
ClassLoaderResourceManagerImpl(Map) - Constructor for class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Initialize this resource manager.
ClassLoaderResourceManagerImpl(Map, Class) - Constructor for class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Initialize this resource manager with rooted in the specified class
canWrite(String) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Indicates if the resource manager implementation suports write operations
canWrite(String) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
Indicates if the resource manager implementation suports write operations
canWrite(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Indicates if the resource manager implementation suports write operations
canWrite(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
Indicates if the resource manager implementation suports write operations
canWrite(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Indicates if the resource manager implementation suports write operations
canWrite(String) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Indicates if the resource manager implementation suports write operations
canWrite(String) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Indicates if the resource manager implementation suports write operations
canWrite(String) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Indicates if the resource manager implementation suports write operations
canWrite(String) - Method in class org.orbeon.oxf.resources.WebDAVResourceManagerImpl
 
checkIfModifiedSince(long, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
closeConnection(Connection) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
 
closeConnection(Connection) - Method in class org.orbeon.oxf.resources.DataSourceResourceManagerImpl
 
contextDestroyed(boolean) - Method in interface org.orbeon.oxf.pipeline.api.PipelineContext.ContextListener
Called when the context is destroyed.
contextDestroyed(boolean) - Method in class org.orbeon.oxf.pipeline.api.PipelineContext.ContextListenerAdapter
 
createOutput(String) - Method in class org.orbeon.oxf.processor.SimpleProcessor
Delegates processing to the appropriate generateXXX method.

D

DATASOURCE_CONTEXT - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
DBResourceManagerImpl - class org.orbeon.oxf.resources.DBResourceManagerImpl.
The database resource manager is able to load resource from a relational database.
DBResourceManagerImpl(Map, Connection) - Constructor for class org.orbeon.oxf.resources.DBResourceManagerImpl
 
DEFAULT_PROPERTIES_URI - Static variable in class org.orbeon.oxf.resources.OXFProperties
 
DataSourceResourceManagerImpl - class org.orbeon.oxf.resources.DataSourceResourceManagerImpl.
Extends the DBResourceManagerImpl to support datasources.
DataSourceResourceManagerImpl(Map, DataSource) - Constructor for class org.orbeon.oxf.resources.DataSourceResourceManagerImpl
 
destroy(boolean) - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Destroy the pipeline context.

E

EXTERNAL_CONTEXT - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
Key name for the EXTERNAL_CONTEXT attribute of type ExternalContext.
ExternalContext - interface org.orbeon.oxf.pipeline.api.ExternalContext.
ExternalContext abstracts context, request and response information so that compile-time dependencies on the Servlet API or Portlet API can be removed.
ExternalContext.Request - interface org.orbeon.oxf.pipeline.api.ExternalContext.Request.
 
ExternalContext.RequestDispatcher - interface org.orbeon.oxf.pipeline.api.ExternalContext.RequestDispatcher.
 
ExternalContext.Response - interface org.orbeon.oxf.pipeline.api.ExternalContext.Response.
 
ExternalContext.Session - interface org.orbeon.oxf.pipeline.api.ExternalContext.Session.
 
end - Variable in class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 
equals(Object) - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
executePipeline(ProcessorDefinition, ExternalContext, PipelineContext, Logger) - Method in interface org.orbeon.oxf.pipeline.api.PipelineEngine
 

F

FILTER_CHAIN - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
FilesystemResourceManagerImpl - class org.orbeon.oxf.resources.FilesystemResourceManagerImpl.
The Filesystem resource manager is able to load ressources from the filesystem with a direct mapping, or, if the property is specified, within a sandbox.
FilesystemResourceManagerImpl(Map) - Constructor for class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
 
FlatFileResourceManagerImpl - class org.orbeon.oxf.resources.FlatFileResourceManagerImpl.
The FlatFile resource manager is able to load resources from a sandbox in a filesystem.
FlatFileResourceManagerImpl(Map) - Constructor for class org.orbeon.oxf.resources.FlatFileResourceManagerImpl
 
forward(ExternalContext.Request, ExternalContext.Response) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.RequestDispatcher
 

G

getAllLocationData(Throwable) - Static method in class org.orbeon.oxf.common.ValidationException
Return all the LocationData information for that throwable
getAllLocationData() - Method in class org.orbeon.oxf.common.ValidationException
 
getAttribute(Object) - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Get an attribute in the context.
getAttributesMap() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getAttributesMap() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
getAttributesMap(int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
getAttributesMap() - Method in interface org.orbeon.oxf.pipeline.api.WebAppExternalContext
 
getAuthType() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getBoolean(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getBoolean(String, boolean) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getCharacterEncoding() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getCharacterEncoding() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
getClassName() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
getCol() - Method in class org.orbeon.oxf.xml.dom4j.LocationData
 
getConnection() - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
 
getConnection() - Method in class org.orbeon.oxf.resources.DataSourceResourceManagerImpl
 
getContainerType() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getContentAsDOM(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getContentAsDOM(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets a W3C DOM node for the specified key.
getContentAsDOM4J(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getContentAsDOM4J(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets a DOM4J document for the specified key.
getContentAsReader(String) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Returns a character reader from the resource manager for the specified key.
getContentAsReader(String) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
Returns a character reader from the resource manager for the specified key.
getContentAsReader(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Returns a character reader from the resource manager for the specified key.
getContentAsReader(String) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Returns a character reader from the resource manager for the specified key.
getContentAsReader(String) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Returns a character reader from the resource manager for the specified key.
getContentAsReader(String) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Returns a character reader from the resource manager for the specified key.
getContentAsSAX(String, ContentHandler) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getContentAsSAX(String, ContentHandler, boolean, boolean) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getContentAsSAX(String, ContentHandler) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets a document form the resource manager and send SAX events to the specified content handler.
getContentAsSAX(String, ContentHandler, boolean, boolean) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets a document form the resource manager and send SAX events to the specified content handler.
getContentAsStream(String) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Returns a binary input stream for the specified key.
getContentAsStream(String) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
Returns a binary input stream for the specified key.
getContentAsStream(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Returns a binary input stream for the specified key.
getContentAsStream(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
Returns a binary input stream for the specified key.
getContentAsStream(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Returns a binary input stream for the specified key.
getContentAsStream(String) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Returns a binary input stream for the specified key.
getContentAsStream(String) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Returns a binary input stream for the specified key.
getContentAsStream(String) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Returns a binary input stream for the specified key.
getContentAsStream(String) - Method in class org.orbeon.oxf.resources.WebDAVResourceManagerImpl
 
getContentLength() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getContentType() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getContextPath() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getCreationTime() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
getDate(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getDateTime(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getEndLoggerString() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getEntries() - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Return the configured mappings for the processor inputs.
getFile(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
 
getFileName() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
getHeaderMap() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getHeaderValuesMap() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getId() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
getInitAttributesMap() - Method in interface org.orbeon.oxf.pipeline.api.WebAppExternalContext
 
getInputStream() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getInteger(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getInteger(String, int) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getLastAccessedTime() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
getLine() - Method in class org.orbeon.oxf.xml.dom4j.LocationData
 
getLineNumber() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
getLocale() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getLocales() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getLocationData() - Method in class org.orbeon.oxf.common.ValidationException
 
getMaxInactiveInterval() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
getMessage() - Method in class org.orbeon.oxf.common.OXFException
 
getMessage() - Method in class org.orbeon.oxf.common.ValidationException
 
getMethod() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getMethodName() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
getNCName(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getNMTOKEN(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getName() - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Return the qualified name of the processor.
getName() - Method in class org.orbeon.oxf.processor.ProcessorInputOutputInfo
 
getNamedDispatcher(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getNamespacePrefix() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
getNativeContext() - Method in interface org.orbeon.oxf.pipeline.api.WebAppExternalContext
 
getNativeRequest() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getNativeRequest() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getNativeResponse() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
getNativeResponse() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getNativeSession(boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getNestedException(Throwable) - Static method in class org.orbeon.oxf.common.OXFException
Returns the exception directly nested in e.
getNestedException() - Method in class org.orbeon.oxf.common.OXFException
 
getNonNegativeInteger(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getObject(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getObjectMap() - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getOutputStream() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
getOutputStream(String) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Allows writing to the resource
getOutputStream(String) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
Allows writing to the resource
getOutputStream(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Allows writing to the resource
getOutputStream(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
Allows writing to the resource
getOutputStream(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Allows writing to the resource
getOutputStream(String) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Allows writing to the resource
getOutputStream(String) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Allows writing to the resource
getOutputStream(String) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Allows writing to the resource
getOutputStream(String) - Method in class org.orbeon.oxf.resources.WebDAVResourceManagerImpl
 
getParameterMap() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getPassword() - Static method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
 
getPathInfo() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getPathTranslated() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getProperty(String, QName) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getPropertySet() - Method in class org.orbeon.oxf.resources.OXFProperties
 
getPropertySet(QName) - Method in class org.orbeon.oxf.resources.OXFProperties
 
getProtocol() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getPublicID() - Method in class org.orbeon.oxf.xml.dom4j.LocationData
 
getQName(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getQueryString() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getReader() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getRealPath(String) - Method in interface org.orbeon.oxf.pipeline.api.WebAppExternalContext
 
getRealPath(String) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
 
getRealPath(String) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
 
getRealPath(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
 
getRealPath(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getRealPath(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Returns the path to the given resource on the file system.
getRealPath(String) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
 
getRealPath(String) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
 
getRealPath(String) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
 
getRealPath(String) - Method in class org.orbeon.oxf.resources.WebDAVResourceManagerImpl
 
getRemoteAddr() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getRemoteHost() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getRemoteUser() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getRequest() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getRequestDispatcher(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getRequestPath() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getRequestURI() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getRequestURL() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getRequestedSessionId() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getResponse() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getRootLocationData(Throwable) - Static method in class org.orbeon.oxf.common.ValidationException
 
getRootThrowable(Throwable) - Static method in class org.orbeon.oxf.common.OXFException
Get exception at the source of the problem.
getSchemaURI() - Method in class org.orbeon.oxf.processor.ProcessorInputOutputInfo
 
getScheme() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getServerName() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getServerPort() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getServletPath() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getSession(boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getSimpleMessage() - Method in class org.orbeon.oxf.common.ValidationException
 
getStackTraceElements(Throwable) - Static method in class org.orbeon.oxf.common.OXFException
Return the stack trace of a throwable.
getStartLoggerString() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getString(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getString(String, String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getStringOrURIAsString(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getStringOrURIAsURL(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
getSystemID() - Method in class org.orbeon.oxf.xml.dom4j.LocationData
 
getTrace() - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
 
getURL(String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
For now, the type xs:anyURI is used, but we really expect URLs.
getUri() - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Deprecated.  
getUserPrincipal() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getVersion() - Static method in class org.orbeon.oxf.common.Version
Return the product version.
getWriteContentHandler(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getWriteContentHandler(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Returns a ContentHandler that can write to the Resource Manager
getWriter() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
getWriter(String) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Allow writing to the resource
getWriter(String) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
Allow writing to the resource
getWriter(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Allow writing to the resource
getWriter(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
Allow writing to the resource
getWriter(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Allow writing to the resource
getWriter(String) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Allow writing to the resource
getWriter(String) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Allow writing to the resource
getWriter(String) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Allow writing to the resource
getWriter(String) - Method in class org.orbeon.oxf.resources.WebDAVResourceManagerImpl
 
getXMLReader() - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getXMLReader() - Method in interface org.orbeon.oxf.resources.ResourceManager
Returns a XMLReader interface to the resource manager.

H

hashCode() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 

I

include(ExternalContext.Request, ExternalContext.Response) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.RequestDispatcher
 
init(String) - Static method in class org.orbeon.oxf.resources.OXFProperties
Set name of the resource we will read the properties from.
instance() - Static method in class org.orbeon.oxf.pipeline.api.PipelineEngineFactory
 
instance() - Static method in class org.orbeon.oxf.resources.OXFProperties
 
invalidate() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
isCommitted() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
isDestroyed() - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Check whether this context has been destroyed.
isNativeMethod() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
isNew() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
isRequestedSessionIdValid() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
isSecure() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
isUserInRole(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 

J

JNDI_CONTEXT - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
javaToSQLName(String) - Static method in class org.orbeon.oxf.xml.NamingConvention
 
javaToXMLName(String) - Static method in class org.orbeon.oxf.xml.NamingConvention
 

K

keySet() - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
keySet() - Method in class org.orbeon.oxf.resources.OXFProperties
 

L

LocationData - class org.orbeon.oxf.xml.dom4j.LocationData.
 
LocationData(String, int, int) - Constructor for class org.orbeon.oxf.xml.dom4j.LocationData
 
LocationData(Locator) - Constructor for class org.orbeon.oxf.xml.dom4j.LocationData
 
LocationData(SourceLocator) - Constructor for class org.orbeon.oxf.xml.dom4j.LocationData
 
LocationData(SAXParseException) - Constructor for class org.orbeon.oxf.xml.dom4j.LocationData
 
lastModified(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModified(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Gets the last modified timestamp for the specified resource
lastModifiedImpl(String) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String) - Method in class org.orbeon.oxf.resources.WebDAVResourceManagerImpl
 
length(String) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Returns the length of the file denoted by this abstract pathname.
length(String) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
Returns the length of the file denoted by this abstract pathname.
length(String) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Returns the length of the file denoted by this abstract pathname.
length(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
Returns the length of the file denoted by this abstract pathname.
length(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Returns the length of the file denoted by this abstract pathname.
length(String) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Returns the length of the file denoted by this abstract pathname.
length(String) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Returns the length of the file denoted by this abstract pathname.
length(String) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Returns the length of the file denoted by this abstract pathname.
length(String) - Method in class org.orbeon.oxf.resources.WebDAVResourceManagerImpl
 
line - Variable in class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 
log(String, Throwable) - Method in interface org.orbeon.oxf.pipeline.api.WebAppExternalContext
 
log(String) - Method in interface org.orbeon.oxf.pipeline.api.WebAppExternalContext
 

N

NamingConvention - class org.orbeon.oxf.xml.NamingConvention.
Defines a mapping from JavaBean property names to XML element names.
NamingConvention() - Constructor for class org.orbeon.oxf.xml.NamingConvention
 

O

OXFException - exception org.orbeon.oxf.common.OXFException.
 
OXFException(String) - Constructor for class org.orbeon.oxf.common.OXFException
 
OXFException(Throwable) - Constructor for class org.orbeon.oxf.common.OXFException
 
OXFException(String, Throwable) - Constructor for class org.orbeon.oxf.common.OXFException
 
OXFException.StackTraceElement - class org.orbeon.oxf.common.OXFException.StackTraceElement.
 
OXFException.StackTraceElement(String, String, String, int) - Constructor for class org.orbeon.oxf.common.OXFException.StackTraceElement
 
OXFProperties - class org.orbeon.oxf.resources.OXFProperties.
This class provides access to global, configurable properties, as well as to processor-specific properties.
OXFProperties.PropertySet - class org.orbeon.oxf.resources.OXFProperties.PropertySet.
 
OXFProperties.PropertySet() - Constructor for class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
org.orbeon.oxf.common - package org.orbeon.oxf.common
 
org.orbeon.oxf.pipeline.api - package org.orbeon.oxf.pipeline.api
 
org.orbeon.oxf.processor - package org.orbeon.oxf.processor
 
org.orbeon.oxf.resources - package org.orbeon.oxf.resources
 
org.orbeon.oxf.xml - package org.orbeon.oxf.xml
 
org.orbeon.oxf.xml.dom4j - package org.orbeon.oxf.xml.dom4j
 

P

PARENT_PROCESSORS - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
PORTLET_CONFIG - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
PORTLET_SCOPE - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
PipelineContext - class org.orbeon.oxf.pipeline.api.PipelineContext.
PipelineContext represents a context object passed to all the processors running in a given pipeline session.
PipelineContext() - Constructor for class org.orbeon.oxf.pipeline.api.PipelineContext
 
PipelineContext.ContextListener - interface org.orbeon.oxf.pipeline.api.PipelineContext.ContextListener.
ContextListener interface to listen on PipelineContext events.
PipelineContext.ContextListenerAdapter - class org.orbeon.oxf.pipeline.api.PipelineContext.ContextListenerAdapter.
ContextListener adapter class to faciliate implementations of the ContextListener interface.
PipelineContext.ContextListenerAdapter() - Constructor for class org.orbeon.oxf.pipeline.api.PipelineContext.ContextListenerAdapter
 
PipelineContext.Trace - interface org.orbeon.oxf.pipeline.api.PipelineContext.Trace.
 
PipelineContext.TraceInfo - class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo.
 
PipelineContext.TraceInfo(long, String, int) - Constructor for class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 
PipelineContext.TraceInfo(String, int) - Constructor for class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 
PipelineEngine - interface org.orbeon.oxf.pipeline.api.PipelineEngine.
Main pipeline engine interface.
PipelineEngineFactory - class org.orbeon.oxf.pipeline.api.PipelineEngineFactory.
Factory for the PipelineEngine interface.
PipelineEngineFactory() - Constructor for class org.orbeon.oxf.pipeline.api.PipelineEngineFactory
 
PriorityResourceManagerImpl - class org.orbeon.oxf.resources.PriorityResourceManagerImpl.
The priority resource manager delegates to two or more resource managers the loading of documents.
PriorityResourceManagerImpl(Map) - Constructor for class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
ProcessorDefinition - class org.orbeon.oxf.pipeline.api.ProcessorDefinition.
ProcessorDefinition encapsulate a processor name and its associated inputs.
ProcessorDefinition() - Constructor for class org.orbeon.oxf.pipeline.api.ProcessorDefinition
 
ProcessorInputOutputInfo - class org.orbeon.oxf.processor.ProcessorInputOutputInfo.
Provides information about a specific input or output of a processor.
ProcessorInputOutputInfo(String) - Constructor for class org.orbeon.oxf.processor.ProcessorInputOutputInfo
 
ProcessorInputOutputInfo(String, String) - Constructor for class org.orbeon.oxf.processor.ProcessorInputOutputInfo
 
printStackTrace(PrintStream) - Method in class org.orbeon.oxf.common.OXFException
 
printStackTrace() - Method in class org.orbeon.oxf.common.OXFException
 

R

RELEASE_NUMBER - Static variable in class org.orbeon.oxf.common.Version
 
REQUEST - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
REQUEST_GENERATOR_CONTEXT - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
ROOT_DIR - Static variable in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
 
ResourceManager - interface org.orbeon.oxf.resources.ResourceManager.
This is the main interface a resource manager must implement.
reset() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
resources - Variable in class org.orbeon.oxf.resources.SecureResourceManagerImpl
 
rewriteActionURL(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rewriteRenderURL(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rewriteResourceURL(String, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rootDirectory - Variable in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
 

S

SC_INTERNAL_SERVER_ERROR - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
SC_NOT_FOUND - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
SC_NOT_MODIFIED - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
SC_OK - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
SERVLET_CONTEXT_KEY - Static variable in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
 
SQL_PROCESSOR_CONTEXT - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
SecureResourceManagerImpl - class org.orbeon.oxf.resources.SecureResourceManagerImpl.
The secure resource manager is able to load ressources from a secure archive on the filesystem.
SecureResourceManagerImpl(Map) - Constructor for class org.orbeon.oxf.resources.SecureResourceManagerImpl
 
SimpleProcessor - class org.orbeon.oxf.processor.SimpleProcessor.
This is the class that must be extended to create a custom processor.
SimpleProcessor() - Constructor for class org.orbeon.oxf.processor.SimpleProcessor
Iterate through the generateXXX methods and stores a reference to the method in outputToMethod.
sendError(int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
sendRedirect(String, Map, boolean, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
sessionInvalidate() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
setAttribute(Object, Object) - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Set an attribute in the context.
setCaching(long, boolean, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
setConnection(Connection) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
 
setContentLength(int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
setContentType(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
setHeader(String, String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
setMaxInactiveInterval(int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
setName(QName) - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Set the qualified name of the processor, for example "oxf:xslt".
setName(String) - Method in class org.orbeon.oxf.processor.ProcessorInputOutputInfo
 
setProperty(Element, String, QName, String) - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
setSchemaURI(String) - Method in class org.orbeon.oxf.processor.ProcessorInputOutputInfo
 
setStatus(int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
setTitle(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
setUri(String) - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Deprecated.  
size() - Method in class org.orbeon.oxf.resources.OXFProperties.PropertySet
 
start - Variable in class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 
systemID - Variable in class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 

T

THROWABLE - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
toString() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
toString() - Method in class org.orbeon.oxf.common.Version
 
toString() - Method in class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 
toString() - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
 
toString() - Method in class org.orbeon.oxf.xml.dom4j.LocationData
 

U

URLResourceManagerImpl - class org.orbeon.oxf.resources.URLResourceManagerImpl.
The URL resource manager is able to load ressources from any URL supported by the JVM.
URLResourceManagerImpl(Map) - Constructor for class org.orbeon.oxf.resources.URLResourceManagerImpl
 

V

ValidationException - exception org.orbeon.oxf.common.ValidationException.
 
ValidationException(String, LocationData) - Constructor for class org.orbeon.oxf.common.ValidationException
 
ValidationException(Exception, LocationData) - Constructor for class org.orbeon.oxf.common.ValidationException
 
ValidationException(String, Exception, LocationData) - Constructor for class org.orbeon.oxf.common.ValidationException
 
Version - class org.orbeon.oxf.common.Version.
Product version information.
Version() - Constructor for class org.orbeon.oxf.common.Version
 

W

WebAppExternalContext - interface org.orbeon.oxf.pipeline.api.WebAppExternalContext.
WebAppExternalContext abstracts context information so that compile-time dependencies on the Servlet API or Portlet API can be removed.
WebAppResourceManagerImpl - class org.orbeon.oxf.resources.WebAppResourceManagerImpl.
The webapp resource manager is able to load resources from a WAR file.
WebAppResourceManagerImpl(Map) - Constructor for class org.orbeon.oxf.resources.WebAppResourceManagerImpl
 
WebDAVResourceManagerImpl - class org.orbeon.oxf.resources.WebDAVResourceManagerImpl.
Simple WebDAV resource manager implementation.
WebDAVResourceManagerImpl(Map) - Constructor for class org.orbeon.oxf.resources.WebDAVResourceManagerImpl
 
wrapException(Exception, LocationData) - Static method in class org.orbeon.oxf.common.ValidationException
 

X

XSLT_STYLESHEET_URI_LISTENER - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 

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