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

A

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 exception 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
 
APPLICATION_SCOPE - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 

B

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

C

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 supports write operations
canWrite(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
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 supports write operations
CEVersion - Class in org.orbeon.oxf.common
 
CEVersion() - Constructor for class org.orbeon.oxf.common.CEVersion
 
checkIfModifiedSince(long, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
checkPEFeature(String) - Method in class org.orbeon.oxf.common.CEVersion
 
checkPEFeature(String) - Method in class org.orbeon.oxf.common.PEVersion
 
checkPEFeature(String) - Method in class org.orbeon.oxf.common.Version
 
ClassLoaderResourceManagerImpl - Class in org.orbeon.oxf.resources
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
closeConnection(Connection) - Method in class org.orbeon.oxf.resources.DataSourceResourceManagerImpl
 
closeConnection(Connection) - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
 
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
Create an output.
createUIDependencies(XFormsContainingDocument) - Method in class org.orbeon.oxf.common.CEVersion
 
createUIDependencies(XFormsContainingDocument) - Method in class org.orbeon.oxf.common.PEVersion
 
createUIDependencies(XFormsContainingDocument) - Method in class org.orbeon.oxf.common.Version
 

D

DataSourceResourceManagerImpl - Class in org.orbeon.oxf.resources
Extends the DBResourceManagerImpl to support datasources.
DataSourceResourceManagerImpl(Map, DataSource) - Constructor for class org.orbeon.oxf.resources.DataSourceResourceManagerImpl
 
DBResourceManagerImpl - Class in org.orbeon.oxf.resources
The database resource manager is able to load resource from a relational database.
DBResourceManagerImpl(Map, Connection) - Constructor for class org.orbeon.oxf.resources.DBResourceManagerImpl
 
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.

E

EDITION - Static variable in class org.orbeon.oxf.common.Version
 
end - Variable in class org.orbeon.oxf.pipeline.api.TraceEntry
 
equals(Object) - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
equals(Object) - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey
 
executePipeline(ProcessorDefinition, ExternalContext, PipelineContext, Logger) - Method in interface org.orbeon.oxf.pipeline.api.PipelineEngine
 
exists(String) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
exists(String) - Method in interface org.orbeon.oxf.resources.ResourceManager
Check if a resource exists given its key.
EXTERNAL_CONTEXT - Static variable in class org.orbeon.oxf.pipeline.api.PipelineContext
Key name for the EXTERNAL_CONTEXT attribute of type ExternalContext.
ExternalContext - Interface in org.orbeon.oxf.pipeline.api
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 in org.orbeon.oxf.pipeline.api
 
ExternalContext.Application.ApplicationListener - Interface in org.orbeon.oxf.pipeline.api
 
ExternalContext.Request - Interface in org.orbeon.oxf.pipeline.api
 
ExternalContext.RequestDispatcher - Interface in org.orbeon.oxf.pipeline.api
 
ExternalContext.Response - Interface in org.orbeon.oxf.pipeline.api
 
ExternalContext.Session - Interface in org.orbeon.oxf.pipeline.api
 
ExternalContext.Session.SessionListener - Interface in org.orbeon.oxf.pipeline.api
 

F

FilesystemResourceManagerImpl - Class in org.orbeon.oxf.resources
The Filesystem resource manager is able to load resources 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
 
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.
FlatFileResourceManagerImpl - Class in org.orbeon.oxf.resources
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 exception org.orbeon.oxf.common.ValidationException
Return all the LocationData information for that throwable
getAllLocationData() - Method in exception 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
 
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
 
getClientContextPath(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
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.DataSourceResourceManagerImpl
 
getConnection() - Method in class org.orbeon.oxf.resources.DBResourceManagerImpl
 
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, XMLUtils.ParserConfiguration, boolean) - 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.
getContentAsDOM4J(String, XMLUtils.ParserConfiguration, boolean) - 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, XMLReceiver) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getContentAsSAX(String, XMLReceiver, XMLUtils.ParserConfiguration, boolean) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
getContentAsSAX(String, XMLReceiver) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets a document form the resource manager and send SAX events to the specified receiver.
getContentAsSAX(String, XMLReceiver, XMLUtils.ParserConfiguration, boolean) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets a document form the resource manager and send SAX events to the specified receiver.
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
 
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.
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
 
getEdition() - Static method in class org.orbeon.oxf.common.Version
Product edition, e.g.
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
 
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
 
getInitAttributesMap() - Method in interface org.orbeon.oxf.pipeline.api.WebAppExternalContext
 
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.
getInputNames() - Method in interface org.orbeon.oxf.processor.Processor
 
getInputNames() - 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
 
getInputStream() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getInputValidity(PipelineContext, ProcessorInput) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
 
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 exception 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
 
getMaxInactiveInterval() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
getMessage() - Method in exception org.orbeon.oxf.common.OXFException
 
getMessage() - Method in exception 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
 
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
 
getNativeRequest() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getNativeResponse() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getNativeResponse() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
getNativeSession(boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getNestedException(Throwable) - Static method in exception org.orbeon.oxf.common.OXFException
Returns the exception directly nested in e.
getNestedException() - Method in exception org.orbeon.oxf.common.OXFException
 
getOutputByName(String) - Method in interface org.orbeon.oxf.processor.Processor
 
getOutputByName(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getOutputCount() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
getOutputsInfo() - Method in interface org.orbeon.oxf.processor.Processor
 
getOutputsInfo() - 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
 
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
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
 
getPortletMode() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
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
 
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.
getRequestedSessionId() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
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
 
getResponse() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
 
getRootLocationData(Throwable) - Static method in exception org.orbeon.oxf.common.ValidationException
 
getRootThrowable(Throwable) - Static method in exception 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
 
getSequenceNumber() - Method in interface org.orbeon.oxf.processor.Processor
TODO
getSequenceNumber() - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
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
 
getSession(boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getSimpleMessage() - Method in exception org.orbeon.oxf.common.ValidationException
 
getStackTraceElements(Throwable) - Static method in exception 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 interface org.orbeon.oxf.processor.Processor
TODO
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
 
getTraceEntry(ProcessorOutputImpl) - Method in interface org.orbeon.oxf.pipeline.api.PipelineContext.Trace
 
getTraceForUpdate() - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Return the trace for update if available.
getUserPrincipal() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Request
 
getVersion() - Static method in class org.orbeon.oxf.common.Version
 
getVersionNumber() - Static method in class org.orbeon.oxf.common.Version
Return the product version number.
getVersionString() - Static method in class org.orbeon.oxf.common.Version
Return the product version string.
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 receiver 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
 
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
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
 
hashCode() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey
 
hasNullKey - Variable in class org.orbeon.oxf.pipeline.api.TraceEntry
 
hasState(PipelineContext) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 

I

include(ExternalContext.Request, ExternalContext.Response) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.RequestDispatcher
 
INPUT_CONFIG - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
INPUT_DATA - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
instance() - Static method in class org.orbeon.oxf.common.Version
 
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, String) - Method in interface org.orbeon.oxf.processor.Processor
TODO
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.
isNativeMethod() - Method in class org.orbeon.oxf.common.OXFException.StackTraceElement
 
isNew() - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
isPE() - Static method in class org.orbeon.oxf.common.Version
 
isPEFeatureEnabled(boolean, String) - Method in class org.orbeon.oxf.common.CEVersion
 
isPEFeatureEnabled(boolean, String) - Method in class org.orbeon.oxf.common.PEVersion
 
isPEFeatureEnabled(boolean, String) - Method in class org.orbeon.oxf.common.Version
 
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
 
isVersionExpired(String, String) - Static method in class org.orbeon.oxf.common.PEVersion
 

J

javaToSQLName(String) - Static method in class org.orbeon.oxf.xml.NamingConvention
 
javaToXMLName(String) - Static method in class org.orbeon.oxf.xml.NamingConvention
 

K

key - Variable in class org.orbeon.oxf.processor.ProcessorImpl.KeyValidity
 

L

lastModified(String, boolean) - Method in class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
lastModified(String, boolean) - Method in interface org.orbeon.oxf.resources.ResourceManager
Gets the last modified timestamp for the specified 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 specified resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.FilesystemResourceManagerImpl
Gets the last modified timestamp for the specified resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.SecureResourceManagerImpl
Gets the last modified timestamp for the specified resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.URLResourceManagerImpl
Gets the last modified timestamp for the specified resource
lastModifiedImpl(String, boolean) - Method in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
Gets the last modified timestamp for the specified resource
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
 
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.
LICENSE_PATH - Static variable in class org.orbeon.oxf.common.PEVersion
 
LICENSE_URL - Static variable in class org.orbeon.oxf.common.PEVersion
 
LocationData - Class in org.orbeon.oxf.xml.dom4j
 
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
 
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.common.Version
 
logger - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 

N

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

O

ORBEON_PUBLIC_KEY - Static variable in class org.orbeon.oxf.common.PEVersion
 
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
 
output - Variable in class org.orbeon.oxf.pipeline.api.TraceEntry
 
OUTPUT_DATA - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
outputGetKeyCalled - Variable in class org.orbeon.oxf.pipeline.api.TraceEntry
 
outputGetKeyCalled(boolean) - Method in class org.orbeon.oxf.pipeline.api.TraceEntry
 
outputReadCalled - Variable in class org.orbeon.oxf.pipeline.api.TraceEntry
 
outputReadCalled() - Method in class org.orbeon.oxf.pipeline.api.TraceEntry
 
OXFException - Exception in org.orbeon.oxf.common
 
OXFException(String) - Constructor for exception org.orbeon.oxf.common.OXFException
 
OXFException(Throwable) - Constructor for exception org.orbeon.oxf.common.OXFException
 
OXFException(String, Throwable) - Constructor for exception org.orbeon.oxf.common.OXFException
 
OXFException.StackTraceElement - Class in org.orbeon.oxf.common
 
OXFException.StackTraceElement(String, String, String, int) - Constructor for class org.orbeon.oxf.common.OXFException.StackTraceElement
 

P

PARENT_PROCESSORS - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
This is for internal pipeline engine use.
PEVersion - Class in org.orbeon.oxf.common
 
PEVersion() - Constructor for class org.orbeon.oxf.common.PEVersion
 
PipelineContext - Class in org.orbeon.oxf.pipeline.api
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
Create a new pipeline context.
PipelineContext.ContextListener - Interface in org.orbeon.oxf.pipeline.api
ContextListener interface to listen on PipelineContext events.
PipelineContext.ContextListenerAdapter - Class in org.orbeon.oxf.pipeline.api
ContextListener adapter class to facilitate implementations of the ContextListener interface.
PipelineContext.ContextListenerAdapter() - Constructor for class org.orbeon.oxf.pipeline.api.PipelineContext.ContextListenerAdapter
 
PipelineContext.Trace - Interface in org.orbeon.oxf.pipeline.api
 
PipelineEngine - Interface in org.orbeon.oxf.pipeline.api
Main pipeline engine interface.
PipelineEngineFactory - Class in org.orbeon.oxf.pipeline.api
Factory for the PipelineEngine interface.
PipelineEngineFactory() - Constructor for class org.orbeon.oxf.pipeline.api.PipelineEngineFactory
 
PORTLET_SCOPE - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Session
 
printStackTrace(PrintStream) - Method in exception org.orbeon.oxf.common.OXFException
 
printStackTrace() - Method in exception org.orbeon.oxf.common.OXFException
 
PriorityResourceManagerImpl - Class in org.orbeon.oxf.resources
The priority resource manager delegates to two or more resource managers the loading of documents.
PriorityResourceManagerImpl(Map<String, String>) - Constructor for class org.orbeon.oxf.resources.PriorityResourceManagerImpl
 
Processor - Interface in org.orbeon.oxf.processor
Base interface implemented by all processors.
PROCESSOR_INPUT_SCHEME - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
PROCESSOR_SEQUENCE_NUMBER - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
PROCESSOR_VALIDATION_FLAG - Static variable in class org.orbeon.oxf.processor.ProcessorImpl
 
ProcessorDefinition - Class in org.orbeon.oxf.pipeline.api
ProcessorDefinition encapsulate a processor name and its associated inputs.
ProcessorDefinition() - Constructor for class org.orbeon.oxf.pipeline.api.ProcessorDefinition
 
ProcessorImpl - Class in org.orbeon.oxf.processor
Helper class that implements default method of the Processor interface.
ProcessorImpl() - Constructor for class org.orbeon.oxf.processor.ProcessorImpl
 
ProcessorImpl.KeyValidity - Class in org.orbeon.oxf.processor
 
ProcessorImpl.KeyValidity(CacheKey, Object) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.KeyValidity
 
ProcessorImpl.ProcessorKey - Class in org.orbeon.oxf.processor
 
ProcessorImpl.ProcessorKey(Stack<ProcessorImpl>) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey
 
ProcessorImpl.ProcessorOutputImpl - Class in org.orbeon.oxf.processor
 
ProcessorImpl.ProcessorOutputImpl(Class, String) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
ProcessorImpl.ProcessorOutputImpl(Processor, String) - Constructor for class org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl
 
ProcessorInputOutputInfo - Class in org.orbeon.oxf.processor
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
 

R

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).
readCacheInputAsObject(PipelineContext, ProcessorInput, CacheableInputReader, boolean) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readCacheInputAsTinyTree(PipelineContext, Configuration, String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readInputAsDOM(PipelineContext, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readInputAsDOM4J(PipelineContext, ProcessorInput) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
readInputAsSAX(PipelineContext, ProcessorInput, XMLReceiver) - Static method in class org.orbeon.oxf.processor.ProcessorImpl
The fundamental read method based on SAX.
readInputAsTinyTree(PipelineContext, Configuration, ProcessorInput) - 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
 
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
 
ResourceManager - Interface in org.orbeon.oxf.resources
This is the main interface a resource manager must implement.
resources - Variable in class org.orbeon.oxf.resources.SecureResourceManagerImpl
 
REWRITE_MODE_ABSOLUTE - Static variable in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
REWRITE_MODE_ABSOLUTE_NO_CONTEXT - 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
 
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, int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext
Rewrite a service URL.
ROOT_DIR - Static variable in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
 
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
 
SecureResourceManagerImpl - Class in org.orbeon.oxf.resources
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
 
sendError(int) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
sendRedirect(String, Map<String, String[]>, boolean, boolean) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
SERVLET_CONTEXT_KEY - Static variable in class org.orbeon.oxf.resources.WebAppResourceManagerImpl
 
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.
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
 
setId(String) - Method in interface org.orbeon.oxf.processor.Processor
 
setId(String) - Method in class org.orbeon.oxf.processor.ProcessorImpl
 
setLocationData(LocationData) - Method in interface org.orbeon.oxf.processor.Processor
 
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
 
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.
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
 
setTitle(String) - Method in interface org.orbeon.oxf.pipeline.api.ExternalContext.Response
 
SimpleProcessor - Class in org.orbeon.oxf.processor
This is the class that must be extended to create a custom processor.
SimpleProcessor() - Constructor for class org.orbeon.oxf.processor.SimpleProcessor
This constructor must be called by subclasses.
start - Variable in class org.orbeon.oxf.pipeline.api.TraceEntry
 
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
 
startTrace(String) - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Start a trace using the class from the given global property name if present.
stopTrace() - Method in class org.orbeon.oxf.pipeline.api.PipelineContext
Stop the trace for the remaining duration of this context.

T

throwableToString(Throwable) - Static method in exception org.orbeon.oxf.common.OXFException
Return a throwable stack trace as a string.
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.ProcessorDefinition
 
toString() - Method in class org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey
 
toString() - Method in class org.orbeon.oxf.xml.dom4j.LocationData
 
TraceEntry - Class in org.orbeon.oxf.pipeline.api
 
TraceEntry(ProcessorOutputImpl) - Constructor for class org.orbeon.oxf.pipeline.api.TraceEntry
 
TransformerXMLReceiver - Interface in org.orbeon.oxf.pipeline.api
 

U

URLResourceManagerImpl - Class in org.orbeon.oxf.resources
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 in org.orbeon.oxf.common
 
ValidationException(String, LocationData) - Constructor for exception org.orbeon.oxf.common.ValidationException
 
ValidationException(Throwable, LocationData) - Constructor for exception org.orbeon.oxf.common.ValidationException
 
ValidationException(String, Throwable, LocationData) - Constructor for exception org.orbeon.oxf.common.ValidationException
 
validity - Variable in class org.orbeon.oxf.processor.ProcessorImpl.KeyValidity
 
Version - Class in org.orbeon.oxf.common
Product version information.
Version() - Constructor for class org.orbeon.oxf.common.Version
 
VERSION_NUMBER - Static variable in class org.orbeon.oxf.common.Version
 

W

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

X

XMLReceiver - Interface in org.orbeon.oxf.pipeline.api
Represents the stream of XML events relevant within an XML pipeline.

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