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.
addInput(String, NodeInfo) - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Add an input with the given name and TinyTree node.
addInput(String, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
addInputInfo(ProcessorInputOutputInfo) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
addListener(ExternalContext.Application.ApplicationListener) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Application
 
addListener(ExternalContext.Session.SessionListener) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
addLocationData(LocationData) - Method in class org.orbeon.oxf.common.ValidationException
 
addOutput(String, ProcessorOutput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
addOutputInfo(ProcessorInputOutputInfo) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 

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
 
checkSockets() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
closeConnection(Connection) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
 
closeConnection(Connection) - Method in class org.orbeon.oxf.resources.DataSourceResourceManagerImpl
 
computeDigest(PipelineContext, ProcessorImpl.DigestState) - Method in class org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl
Compute a digest of the internal document on which the output depends.
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
 
createInput(String) - Method in interface org.orbeon.oxf.processor.Processor
Creates a new input on this processor.
createInput(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
createOutput(String) - Method in interface org.orbeon.oxf.processor.Processor
Creates a new output on this processor.
createOutput(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
DataSourceResourceManagerImpl - class org.orbeon.oxf.resources.DataSourceResourceManagerImpl.
Extends the DBResourceManagerImpl to support datasources.
DataSourceResourceManagerImpl(Map, DataSource) - Constructor for class org.orbeon.oxf.resources.DataSourceResourceManagerImpl
 
deleteInput(ProcessorInput) - Method in interface org.orbeon.oxf.processor.Processor
Deletes an input previously created with createInput(String name)
deleteInput(ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
deleteOutput(ProcessorOutput) - Method in interface org.orbeon.oxf.processor.Processor
Deletes an output previously created with createOutput(String name)
deleteOutput(ProcessorOutput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
destroy(boolean) - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Destroy the pipeline context.
digest - Variable in class org.orbeon.oxf.processor.ProcessorImpl.DigestState
 

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.Application - interface org.orbeon.oxf.pipeline.api.ExternalContext.Application.
 
ExternalContext.Application.ApplicationListener - interface org.orbeon.oxf.pipeline.api.ExternalContext.Application.ApplicationListener.
 
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.
 
ExternalContext.Session.SessionListener - interface org.orbeon.oxf.pipeline.api.ExternalContext.Session.SessionListener.
 
end - Variable in class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 
equals(Object) - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
equals(Object) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey
 
executeChildren(PipelineContext, Runnable) - Method in class org.orbeon.oxf.processor.ProcessorImpl
For use in processor that contain other processors.
executeParents(PipelineContext, Runnable) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
For use in processor that contain other processors.
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
 
fillOutState(PipelineContext, ProcessorImpl.DigestState) - Method in class org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl
Fill-out user data into the state, if needed.
findInputLastModified(PipelineContext, ProcessorInput, boolean) - Method in class org.orbeon.oxf.processor.ProcessorImpl
Find the last modified timestamp of a particular input.
findLastModified(Object) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
Recursively find the last modified timestamp of a validity object.
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
 
getApplication() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
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
 
getCacheOutputObject(PipelineContext, ProcessorImpl.ProcessorOutputImpl, String, OutputObjectCreator) - Method in class org.orbeon.oxf.processor.ProcessorImpl
Cache an object associated with a given processor output.
getCachedInputAsObject(PipelineContext, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
getConnectedInputs() - Method in interface org.orbeon.oxf.processor.Processor
 
getConnectedInputs() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getConnectedOutputs() - Method in interface org.orbeon.oxf.processor.Processor
 
getConnectedOutputs() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getConnection() - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
 
getConnection() - Method in class org.orbeon.oxf.resources.DataSourceResourceManagerImpl
 
getContainerNamespace() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
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
 
getDebugMessage() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
getDebugMessage() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
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
 
getFilledOutState(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl
 
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
 
getId() - Method in interface org.orbeon.oxf.processor.Processor
A processor may have an "identifier".
getId() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
getId() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getId() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getInitAttributesMap() - Method in interface org.orbeon.oxf.pipeline.api.WebAppExternalContext
 
getInput() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getInputByName(String) - Method in interface org.orbeon.oxf.processor.Processor
 
getInputByName(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getInputInfo(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getInputKey(PipelineContext, ProcessorInput) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
 
getInputKeyValidity(PipelineContext, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
Subclasses can use this utility method to obtain the key and validity associated with an input when implementing the getKey and getValidity methods.
getInputKeyValidity(PipelineContext, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getInputStream() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getInputValidity(PipelineContext, ProcessorInput) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
 
getInputsByName(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getInputsInfo() - Method in interface org.orbeon.oxf.processor.Processor
 
getInputsInfo() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getKey(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getKeyImpl(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.CacheableTransformerOutputImpl
 
getKeyImpl(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getKeyValidityImpl(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
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
 
getLocalKey(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.CacheableTransformerOutputImpl
 
getLocalKey(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl
 
getLocalValidity(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.CacheableTransformerOutputImpl
 
getLocalValidity(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl
 
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
 
getLocationData() - Method in interface org.orbeon.oxf.processor.Processor
When this processor is created based on a declaration in an XML document, the LocationData provides information about the location of this declaration.
getLocationData() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
getLocationData() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getLocationData() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
getName() - Method in class org.orbeon.oxf.pipeline.api.ProcessorDefinition
Return the qualified name of the processor.
getName() - Method in interface org.orbeon.oxf.processor.Processor
Name of the processor, if it has been created by a factory and that factory has a name.
getName() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
getName() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getName() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
getOutput() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
getOutputByName(String) - Method in interface org.orbeon.oxf.processor.Processor
 
getOutputByName(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getOutputInfo(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getOutputObject(PipelineContext, ProcessorImpl.ProcessorOutputImpl, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
Get a cached object associated with a given processor output.
getOutputObject(PipelineContext, ProcessorImpl.ProcessorOutputImpl, String, ProcessorImpl.KeyValidity) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
getOutputsInfo() - Method in interface org.orbeon.oxf.processor.Processor
 
getOutputsInfo() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getParameterMap() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getParentState(PipelineContext) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
getPortletMode() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getProcessorClass() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
getProcessorClass() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getProcessorInputSchemeInputName(String) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
Return the input name if the URI is referring to a processor input, null otherwise.
getProcessorKey(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl
Returns a key that should be used to store the state of the processor in the context.
getPropertySet() - Method in class org.orbeon.oxf.processor.ProcessorImpl
Return a property set for this processor.
getProtocol() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getPublicID() - Method in class org.orbeon.oxf.xml.dom4j.LocationData
 
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, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
Return a request dispatcher usable to perform forwards and includes.
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.
getSchema() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
getSchema() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
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
 
getState(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl
This method is used to retrieve the state information set with setState().
getSystemID() - Method in class org.orbeon.oxf.xml.dom4j.LocationData
 
getSystemId() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
getTrace() - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
 
getUserPrincipal() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getValidity(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getValidityImpl(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.CacheableTransformerOutputImpl
 
getValidityImpl(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
getVersion() - Static method in class org.orbeon.oxf.common.Version
Return the product version.
getWindowState() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
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

hasState(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
hashCode() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
hashCode() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey
 

I

INPUT_CONFIG - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
INPUT_DATA - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
include(ExternalContext.Request, ExternalContext.Response) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.RequestDispatcher
 
indentedLogger - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
instance() - Static method in class org.orbeon.oxf.pipeline.api.PipelineEngineFactory
 
invalidate() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
isCommitted() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
isDefaultContext() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.RequestDispatcher
 
isDestroyed() - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Check whether this context has been destroyed.
isInputInCache(PipelineContext, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
Subclasses can use this utility method when implementing the getKey and getValidity methods to make sure that they don't read the whole config (if we don't already have it) just to return a key/validity.
isInputInCache(PipelineContext, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
isInputInCache(PipelineContext, ProcessorImpl.KeyValidity) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
isNativeMethod() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
isNew() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
isProcessorInputScheme(String) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
Check if the given URI is referring to a processor input.
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

KEY_SEPARATOR - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
key - Variable in class org.orbeon.oxf.processor.ProcessorImpl.DigestState
 
key - Variable in class org.orbeon.oxf.processor.ProcessorImpl.KeyValidity
 

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, boolean) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModified(String, boolean) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.ClassLoaderResourceManagerImpl
Gets the last modified timestamp for the specified resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Gets the last modified timestamp for the specofoed resource
lastModifiedImpl(String, boolean) - 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
 
logger - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 

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

OUTPUT_DATA - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
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
This is for internal pipeline engine use.
PATH_MATCHERS - 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
 
PROCESSOR_INPUT_SCHEME - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
PROCESSOR_INPUT_SCHEME_OLD - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
PROCESSOR_VALIDATION_FLAG - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
Processor - interface org.orbeon.oxf.processor.Processor.
Base interface implemented by all processors.
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
 
ProcessorImpl - class org.orbeon.oxf.processor.ProcessorImpl.
Helper class that implements default method of the Processor interface.
ProcessorImpl() - Constructor for class org.orbeon.oxf.processor.ProcessorImpl
 
ProcessorImpl.CacheableTransformerOutputImpl - class org.orbeon.oxf.processor.ProcessorImpl.CacheableTransformerOutputImpl.
Implementation of a caching transformer output that assumes that an output simply depends on all the inputs plus optional local information.
ProcessorImpl.CacheableTransformerOutputImpl(Class, String) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.CacheableTransformerOutputImpl
 
ProcessorImpl.DigestState - class org.orbeon.oxf.processor.ProcessorImpl.DigestState.
 
ProcessorImpl.DigestState() - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.DigestState
 
ProcessorImpl.DigestTransformerOutputImpl - class org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl.
Implementation of a caching transformer output that assumes that an output simply depends on all the inputs plus optional local information that can be digested.
ProcessorImpl.DigestTransformerOutputImpl(Class, String) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl
 
ProcessorImpl.KeyValidity - class org.orbeon.oxf.processor.ProcessorImpl.KeyValidity.
 
ProcessorImpl.KeyValidity(CacheKey, Object) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.KeyValidity
 
ProcessorImpl.ProcessorInputImpl - class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl.
Basic implementation of ProcessorInput.
ProcessorImpl.ProcessorInputImpl(Class, String) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
ProcessorImpl.ProcessorKey - class org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey.
 
ProcessorImpl.ProcessorKey(Stack) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey
 
ProcessorImpl.ProcessorOutputImpl - class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl.
Basic implementation of ProcessorOutput.
ProcessorImpl.ProcessorOutputImpl(Class, String) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
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_GENERATOR_CONTEXT - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
 
REWRITE_MODE_ABSOLUTE - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
REWRITE_MODE_ABSOLUTE_PATH - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
REWRITE_MODE_ABSOLUTE_PATH_NO_CONTEXT - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
REWRITE_MODE_ABSOLUTE_PATH_OR_RELATIVE - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
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.
read(PipelineContext, ContentHandler) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
readCacheInputAsDOM(PipelineContext, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readCacheInputAsDOM4J(PipelineContext, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readCacheInputAsObject(PipelineContext, ProcessorInput, CacheableInputReader) - Method in class org.orbeon.oxf.processor.ProcessorImpl
To be used in the readImpl implementation of a processor when an object is created based on an input (an the object only depends on the input).
readCacheInputAsTinyTree(PipelineContext, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readImpl(PipelineContext, ContentHandler) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
readInputAsDOM(PipelineContext, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readInputAsDOM(PipelineContext, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readInputAsDOM4J(PipelineContext, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readInputAsDOM4J(PipelineContext, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readInputAsSAX(PipelineContext, ProcessorInput, ContentHandler) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
The fundamental read method based on SAX.
readInputAsSAX(PipelineContext, String, ContentHandler) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readInputAsTinyTree(PipelineContext, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
removeInputInfo(ProcessorInputOutputInfo) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
removeListener(ExternalContext.Application.ApplicationListener) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Application
 
removeListener(ExternalContext.Session.SessionListener) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
removeOutputInfo(ProcessorInputOutputInfo) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
reset() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
reset(PipelineContext) - Method in interface org.orbeon.oxf.processor.Processor
Resets the processor.
reset(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
resources - Variable in class org.orbeon.oxf.resources.SecureResourceManagerImpl
 
rewriteActionURL(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rewriteActionURL(String, String, String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rewriteRenderURL(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rewriteRenderURL(String, String, String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rewriteResourceURL(String, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rewriteResourceURL(String, int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
rewriteServiceURL(String, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
Rewrite a service URL.
rootDirectory - Variable in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
 

S

SAX_INSPECTION_FLAG - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
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, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
servletDestroyed() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Application.ApplicationListener
 
sessionDestroyed() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session.SessionListener
 
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.
setBreakpointKey(BreakpointKey) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
setBreakpointKey(BreakpointKey) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
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
 
setDebug(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
setDebug(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
setHeader(String, String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
setId(String) - Method in interface org.orbeon.oxf.processor.Processor
 
setId(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
setId(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
setId(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
setInput(ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
setLocationData(LocationData) - Method in interface org.orbeon.oxf.processor.Processor
 
setLocationData(LocationData) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
setLocationData(LocationData) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
setLocationData(LocationData) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
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(QName) - Method in interface org.orbeon.oxf.processor.Processor
 
setName(QName) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
setName(String) - Method in class org.orbeon.oxf.processor.ProcessorInputOutputInfo
 
setOutput(ProcessorOutput) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
setPipelineContext(PipelineContext) - Method in interface org.orbeon.oxf.pipeline.api.PipelineContext.Trace
 
setResourceCaching(long, long) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
Set expiration headers for resources.
setSchema(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
setSchema(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
setSchemaURI(String) - Method in class org.orbeon.oxf.processor.ProcessorInputOutputInfo
 
setState(PipelineContext, Object) - Method in class org.orbeon.oxf.processor.ProcessorImpl
This method is used by processor implementations to store state information tied to the current execution of the current processor, across processor initialization as well as reads of all the processor's outputs.
setStatus(int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
setSystemId(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
 
setTitle(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
start - Variable in class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 
start(PipelineContext) - Method in interface org.orbeon.oxf.processor.Processor
This method is called to trigger the execution of this processor.
start(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
supportsLocalKeyValidity() - Method in class org.orbeon.oxf.processor.ProcessorImpl.CacheableTransformerOutputImpl
Processor outputs that use the local key/validity feature must override this method and return true.
supportsLocalKeyValidity() - Method in class org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl
 
systemID - Variable in class org.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
 

T

THROWABLE - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
Throwable passed set by ProcessorService.
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.processor.ProcessorImpl.ProcessorKey
 
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
 
USER_VALIDATION_FLAG - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 

V

ValidationException - exception org.orbeon.oxf.common.ValidationException.
 
ValidationException(String, LocationData) - Constructor for class org.orbeon.oxf.common.ValidationException
 
ValidationException(Throwable, LocationData) - Constructor for class org.orbeon.oxf.common.ValidationException
 
ValidationException(String, Throwable, 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
 
validity - Variable in class org.orbeon.oxf.processor.ProcessorImpl.DigestState
 
validity - Variable in class org.orbeon.oxf.processor.ProcessorImpl.KeyValidity
 

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(Throwable, 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