- getBufferSize() - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Return the buffer size when copying.
- getCharacterEncoding() - Method in class org.apache.shale.remoting.faces.BasicResponseWriter
- getContentType() - Method in class org.apache.shale.remoting.faces.BasicResponseWriter
- getExcludes() - Method in class org.apache.shale.remoting.impl.FilteringProcessor
-
Return the comma-delimited regular expresson patterns to exclude
remote host names that match, if any; otherwise, return
null
.
- getExtension() - Method in class org.apache.shale.remoting.impl.MappingsImpl
-
Return the extension that will replace the FacesServlet
extension pattern, if FacesServlet
is extension mapped.
- getExtension() - Method in interface org.apache.shale.remoting.Mappings
-
Return the extension that will replace the FacesServlet
extension pattern, if FacesServlet
is extension mapped.
- getFacesContext() - Method in class org.apache.shale.remoting.impl.ChainContext
-
Return the FacesContext
instance that is wrapped by this
Context
instance.
- getIncludes() - Method in class org.apache.shale.remoting.impl.FilteringProcessor
-
Return the comma-delimited regular expresson patterns to include
remote host names that match, if any; otherwise, return
null
.
- getLastModified() - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Return the date/time (expressed as the number of milliseconds since
the epoch) that will be generated on the Last-Modified
header of all resources served by this processor.
- getLastModifiedString() - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Return a String version of the last modified date/time, formatted
as required by Section 3.3.1 of the HTTP/1.1 Specification.
- getMapping(String) - Method in class org.apache.shale.remoting.impl.MappingsImpl
-
Return the
Mapping
, if any, for the specified matching
pattern
.
- getMapping(String) - Method in interface org.apache.shale.remoting.Mappings
-
Return the
Mapping
, if any, for the specified matching
pattern
.
- getMappings(FacesContext) - Method in class org.apache.shale.remoting.faces.MappingsHelper
-
Return the
Mappings
instance for this web application,
creating it if necessary.
- getMappings() - Method in class org.apache.shale.remoting.impl.MappingImpl
-
- getMappings() - Method in class org.apache.shale.remoting.impl.MappingsImpl
-
Return a
List
of all the currently defined
Mapping
s
for this application.
- getMappings() - Method in interface org.apache.shale.remoting.Mapping
-
- getMappings() - Method in interface org.apache.shale.remoting.Mappings
-
Return a
List
of all the currently defined
Mapping
s
for this application.
- getMechanism() - Method in class org.apache.shale.remoting.impl.MappingImpl
-
Return a description of the mechanism used to return the response
from this processor.
- getMechanism() - Method in interface org.apache.shale.remoting.Mapping
-
Return a description of the mechanism used to return the response
from this processor.
- getPattern() - Method in class org.apache.shale.remoting.impl.MappingImpl
-
Return the matching pattern for the view identifier for this
request, used to determine if this is the appropriate
Mapping
for processing the current request or not.
- getPattern() - Method in interface org.apache.shale.remoting.Mapping
-
Return the matching pattern for the view identifier for this
request, used to determine if this is the appropriate
Mapping
for processing the current request or not.
- getPatternIndex() - Method in class org.apache.shale.remoting.impl.MappingsImpl
-
Return the zero-relative index, into the array returned by
getPatterns()
, of the URL pattern to be used by default
when creating URLs for resources.
- getPatternIndex() - Method in interface org.apache.shale.remoting.Mappings
-
Return the zero-relative index, into the array returned by
getPatterns()
, of the URL pattern to be used by default
when creating URLs for resources.
- getPatterns() - Method in class org.apache.shale.remoting.impl.MappingsImpl
-
Return a list of URL patterns that this application has mapped to
FacesServlet
.
- getPatterns() - Method in interface org.apache.shale.remoting.Mappings
-
Return a list of URL patterns that this application has mapped to
FacesServlet
.
- getPhaseId() - Method in class org.apache.shale.remoting.faces.RemotingPhaseListener
-
Return the identifier of the JavaServer Faces request processing
lifecycle phase(s) that we are interested in.
- getProcessor() - Method in class org.apache.shale.remoting.impl.MappingImpl
-
Return the
Processor
instance to be used to process
requests where the view identifier matches our
pattern
.
- getProcessor() - Method in interface org.apache.shale.remoting.Mapping
-
Return the
Processor
instance to be used to process
requests where the view identifier matches our
pattern
.
- getResourceURL(FacesContext, String) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Convert the specified resource identifier into a URL, if the resource
actually exists.
- getResourceURL(FacesContext, String) - Method in class org.apache.shale.remoting.impl.ClassResourceProcessor
-
Convert the specified resource identifier into a URL, if the resource
actually exists.
- getResourceURL(FacesContext, String) - Method in class org.apache.shale.remoting.impl.WebResourceProcessor
-
Convert the specified resource identifier into a URL, if the resource
actually exists.
- getResponseStream(FacesContext, String) - Method in class org.apache.shale.remoting.faces.ResponseFactory
-
Return the configured ResponseStream
for the current
request, creating and installing a new one if necessary.
- getResponseWriter(FacesContext, String) - Method in class org.apache.shale.remoting.faces.ResponseFactory
-
Return the configured ResponseWriter
for the current
request, creating and installing a new one if necessary.
- ifModifiedSince(FacesContext) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Return the value of the If-Modified-Since
header
included on this request, as a number of milliseconds since the
epoch.
- info(String, String, Throwable, Object[]) - Method in class org.apache.shale.remoting.logger.CommonsLogger
-
Log a message at info severity.
- info(String, String, Throwable, Object[]) - Method in class org.apache.shale.remoting.logger.DefaultLogger
-
Log a message at info severity.
- info(String, String, Throwable, Object[]) - Method in class org.apache.shale.remoting.logger.JdkLogger
-
Log a message at info severity.
- info(String, String, Throwable, Object[]) - Method in interface org.apache.shale.remoting.logger.Logger
-
Log a message at info severity.
- inputStream(FacesContext, URL) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Return an InputStream
derived from the specified URL,
which will point to the static resource to be served.
- isDebugEnabled(String) - Method in class org.apache.shale.remoting.logger.CommonsLogger
-
Is debug level debugging enabled on the specified logger?
- isDebugEnabled(String) - Method in class org.apache.shale.remoting.logger.DefaultLogger
-
Is debug level debugging enabled on the specified logger?
- isDebugEnabled(String) - Method in class org.apache.shale.remoting.logger.JdkLogger
-
Is debug level debugging enabled on the specified logger?
- isDebugEnabled(String) - Method in interface org.apache.shale.remoting.logger.Logger
-
Is debug level debugging enabled on the specified logger?
- isErrorEnabled(String) - Method in class org.apache.shale.remoting.logger.CommonsLogger
-
Is error level debugging enabled on the specified logger?
- isErrorEnabled(String) - Method in class org.apache.shale.remoting.logger.DefaultLogger
-
Is error level debugging enabled on the specified logger?
- isErrorEnabled(String) - Method in class org.apache.shale.remoting.logger.JdkLogger
-
Is error level debugging enabled on the specified logger?
- isErrorEnabled(String) - Method in interface org.apache.shale.remoting.logger.Logger
-
Is error level debugging enabled on the specified logger?
- isFatalEnabled(String) - Method in class org.apache.shale.remoting.logger.CommonsLogger
-
Is fatal level debugging enabled on the specified logger?
- isFatalEnabled(String) - Method in class org.apache.shale.remoting.logger.DefaultLogger
-
Is fatal level debugging enabled on the specified logger?
- isFatalEnabled(String) - Method in class org.apache.shale.remoting.logger.JdkLogger
-
Is fatal level debugging enabled on the specified logger?
- isFatalEnabled(String) - Method in interface org.apache.shale.remoting.logger.Logger
-
Is fatal level debugging enabled on the specified logger?
- isInfoEnabled(String) - Method in class org.apache.shale.remoting.logger.CommonsLogger
-
Is info level debugging enabled on the specified logger?
- isInfoEnabled(String) - Method in class org.apache.shale.remoting.logger.DefaultLogger
-
Is info level debugging enabled on the specified logger?
- isInfoEnabled(String) - Method in class org.apache.shale.remoting.logger.JdkLogger
-
Is info level debugging enabled on the specified logger?
- isInfoEnabled(String) - Method in interface org.apache.shale.remoting.logger.Logger
-
Is info level debugging enabled on the specified logger?
- isTraceEnabled(String) - Method in class org.apache.shale.remoting.logger.CommonsLogger
-
Is trace level debugging enabled on the specified logger?
- isTraceEnabled(String) - Method in class org.apache.shale.remoting.logger.DefaultLogger
-
Is trace level debugging enabled on the specified logger?
- isTraceEnabled(String) - Method in class org.apache.shale.remoting.logger.JdkLogger
-
Is trace level debugging enabled on the specified logger?
- isTraceEnabled(String) - Method in interface org.apache.shale.remoting.logger.Logger
-
Is trace level debugging enabled on the specified logger?
- isWarnEnabled(String) - Method in class org.apache.shale.remoting.logger.CommonsLogger
-
Is warning level debugging enabled on the specified logger?
- isWarnEnabled(String) - Method in class org.apache.shale.remoting.logger.DefaultLogger
-
Is warning level debugging enabled on the specified logger?
- isWarnEnabled(String) - Method in class org.apache.shale.remoting.logger.JdkLogger
-
Is warning level debugging enabled on the specified logger?
- isWarnEnabled(String) - Method in interface org.apache.shale.remoting.logger.Logger
-
Is warning level debugging enabled on the specified logger?
- mapCatalog(FacesContext, String) - Method in class org.apache.shale.remoting.impl.ChainProcessor
-
Map the specified resource identifier to the name of a Commons Chain
Catalog
from which the command or chain instance will be
acquired.
- mapCommand(FacesContext, String) - Method in class org.apache.shale.remoting.impl.ChainProcessor
-
Map the specified resource identifier to the name of a Commons Chain
Command
or Chain
, which will be acquired from
a mapped Catalog
.
- Mapping - Interface in org.apache.shale.remoting
-
Configuration element describing the mapping between a view identifier
URL pattern to a corresponding processor class.
- MAPPING_CLASS - Static variable in class org.apache.shale.remoting.Constants
-
Context initialization parameter containing the fully qualified
class name of the
Mapping
implementation class to use.
- MappingImpl - Class in org.apache.shale.remoting.impl
-
- MappingImpl() - Constructor for class org.apache.shale.remoting.impl.MappingImpl
-
Construct an unconfigured instance.
- MappingImpl(Mechanism, String, Processor) - Constructor for class org.apache.shale.remoting.impl.MappingImpl
-
Construct a fully configured instance.
- Mappings - Interface in org.apache.shale.remoting
-
Configuration object used to manage the
Mapping
instances for
a particular web application.
- MAPPINGS_ATTR - Static variable in class org.apache.shale.remoting.Constants
-
Servlet context attribute under which the
Mappings
instance
for this web application will be stored.
- MAPPINGS_CLASS - Static variable in class org.apache.shale.remoting.Constants
-
Context initialization parameter containing the fully qualified
class name of the
Mappings
implementation class to use.
- MappingsHelper - Class in org.apache.shale.remoting.faces
-
Helper bean for accessing the
Mappings
instance for this
application, creating it the first time if necessary.
- MappingsHelper() - Constructor for class org.apache.shale.remoting.faces.MappingsHelper
-
- MappingsImpl - Class in org.apache.shale.remoting.impl
-
- MappingsImpl() - Constructor for class org.apache.shale.remoting.impl.MappingsImpl
-
- mapResourceId(FacesContext, String) - Method in class org.apache.shale.remoting.impl.MappingImpl
-
Map the specified resource identifier to a complete URL that may
be used to request this resource from the server.
- mapResourceId(FacesContext, String) - Method in class org.apache.shale.remoting.impl.MethodBindingProcessor
-
Map the specified resource identifier into a corresponding
MethodBinding
which identifies the method which will be
called to produce this response.
- mapResourceId(FacesContext, String) - Method in interface org.apache.shale.remoting.Mapping
-
Map the specified resource identifier to a complete URL that may
be used to request this resource from the server.
- mapResourceId(FacesContext, Mechanism, String) - Method in class org.apache.shale.remoting.XhtmlHelper
-
Map the specified resource identifier to a request URL, taking into
account the mappings for the specified mechanism and the servlet mapping
for the JavaServer Faces controller servlet.
- mapViewId(FacesContext) - Method in class org.apache.shale.remoting.impl.MappingImpl
-
If the specified view identifier matches the pattern specified by
this
Mapping
, return the corresponding resource identifier
that should be passed on to our
Processor
.
- mapViewId(FacesContext) - Method in interface org.apache.shale.remoting.Mapping
-
If the specified view identifier matches the pattern specified by
this
Mapping
, return the corresponding resource identifier
that should be passed on to our
Processor
.
- Mechanism - Class in org.apache.shale.remoting
-
Typesafe enumeration of the legal values that may be specified for the
mechanism
property of a
Mapping
.
- message(String, Object[]) - Method in class org.apache.shale.remoting.logger.AbstractLogger
-
Return a formatted message based on the specified parameters.
- MethodBindingProcessor - Class in org.apache.shale.remoting.impl
-
Implementation of
Processor
which maps a resource identifier
to a method binding expression, then delegates the creation of the current
response to the execution of that method.
- MethodBindingProcessor() - Constructor for class org.apache.shale.remoting.impl.MethodBindingProcessor
-
- mimeType(FacesContext, String) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Return the appropriate MIME type (if known) for the specified resource
path.
- mimeTypes - Variable in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Map
of MIME types, keyed by file extension.
- sendContentType(FacesContext, String) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Set the content type on the servlet or portlet response object.
- sendLastModified(FacesContext, String) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Set the Last-Modified
header to the specified timestamp.
- sendNotFound(FacesContext, String) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Send a "not found" HTTP response, if possible.
- sendNotFound(FacesContext, String) - Method in class org.apache.shale.remoting.impl.ChainProcessor
-
Send a "not found" HTTP response, if possible.
- sendNotModified(FacesContext, String) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Send a "not modified" HTTP response, if possible.
- sendServerError(FacesContext, String, Exception) - Method in class org.apache.shale.remoting.impl.ChainProcessor
-
Send a "server error" HTTP response, if possible.
- servletRequest(FacesContext) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Return true
if we are processing a servlet request (as
opposed to a portlet request).
- servletRequest(FacesContext) - Method in class org.apache.shale.remoting.impl.ChainProcessor
-
Return true
if we are processing a servlet request (as
opposed to a portlet request).
- setBufferSize(int) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Set the buffer size when copying.
- setExcludes(String) - Method in class org.apache.shale.remoting.impl.ClassResourceProcessor
-
Force our default excludes list to be included.
- setExcludes(String) - Method in class org.apache.shale.remoting.impl.FilteringProcessor
-
Set the comma-delimited regular expression patterns to exclude
remote host names that match, if any; or null
for no
restrictions.
- setExcludes(String) - Method in class org.apache.shale.remoting.impl.MethodBindingProcessor
-
Force our default excludes list to be included.
- setExcludes(String) - Method in class org.apache.shale.remoting.impl.WebResourceProcessor
-
Force our default excludes list to be included.
- setExtension(String) - Method in class org.apache.shale.remoting.impl.MappingsImpl
-
Set the extension that will replace the FacesServlet
extension pattern, if FacesServlet
is extension mapped.
- setExtension(String) - Method in interface org.apache.shale.remoting.Mappings
-
Set the extension that will replace the FacesServlet
extension pattern, if FacesServlet
is extension mapped.
- setIncludes(String) - Method in class org.apache.shale.remoting.impl.FilteringProcessor
-
Set the comma-delimited regular expression patterns to include
remote host names that match, if any; or null
for no
restrictions.
- setLastModified(long) - Method in class org.apache.shale.remoting.impl.AbstractResourceProcessor
-
Set the date/time (expressed as the number of milliseconds since
the epoch) that wll be generated on the Last-Modified
header of all resources served by this processor.
- setMappings(Mappings) - Method in class org.apache.shale.remoting.impl.MappingImpl
-
- setMappings(Mappings) - Method in interface org.apache.shale.remoting.Mapping
-
- setMechanism(Mechanism) - Method in class org.apache.shale.remoting.impl.MappingImpl
-
Set the mechanism used by this mapping.
- setMechanism(Mechanism) - Method in interface org.apache.shale.remoting.Mapping
-
Set the mechanism used by this mapping.
- setPattern(String) - Method in class org.apache.shale.remoting.impl.MappingImpl
-
Set the matching pattern used by this mapping.
- setPattern(String) - Method in interface org.apache.shale.remoting.Mapping
-
Set the matching pattern used by this mapping.
- setPatternIndex(int) - Method in class org.apache.shale.remoting.impl.MappingsImpl
-
Set the zero-relative index, into the array returned by
getPatterns()
, of the URL pattern to be used by default
when creating URLs for resources.
- setPatternIndex(int) - Method in interface org.apache.shale.remoting.Mappings
-
Set the zero-relative index, into the array returned by
getPatterns()
, of the URL pattern to be used by default
when creating URLs for resources.
- setPatterns(String[]) - Method in class org.apache.shale.remoting.impl.MappingsImpl
-
Set a list of URL patterns that this application has mapped to
FacesServlet
.
- setPatterns(String[]) - Method in interface org.apache.shale.remoting.Mappings
-
Set a list of URL patterns that this application has mapped to
FacesServlet
.
- setProcessor(Processor) - Method in class org.apache.shale.remoting.impl.MappingImpl
-
Set the
Processor
instance used by this mapping.
- setProcessor(Processor) - Method in interface org.apache.shale.remoting.Mapping
-
Set the
Processor
instance used by this mapping.
- startDocument() - Method in class org.apache.shale.remoting.faces.BasicResponseWriter
- startElement(String, UIComponent) - Method in class org.apache.shale.remoting.faces.BasicResponseWriter