|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Logger
implementations.Processor
implementations
that serve up static resources.true
if we should accept a request for the
specified resource identifier, based upon our configured includes
and excludes patterns (if any).
Add the specified Mapping
to the set of mappings for which
remoting services are supplied.
Mapping
to the set of mappings for which
remoting services are supplied.
javax.faces.context.ResponseWriter
for use when a content type other than text/html
is desired
(such as text/xml
).Context
suitable for use with commands
or chains executed via Shale Remoting.ChainContext
instance wrapping the
specified FacesContext
instance.
Processor
which maps a resource identifier
to the name of a Commons
Chain command or chain, in an appropriate catalog.Mechanism
indicating that the processor should serve a static
resource from the classpath of this web application.
/foo/*
or *.foo
) and the fully qualified
class name of a Processor
class to use for handling requests that
match the specified pattern.
Processor
which serves resources from the
class path of the web application.Logger
that interacts with the Apache Jakarta
Commons Logging APIs.Context
instance to be
passed to the command or chain that is executed.
ResponseStream
that writes to the servlet
or portlet response stream for the current request.
ResponseWriter
that writes to the servlet
or portlet response writer for the current request.
Log a message at debug severity.
Log a message at debug severity.
Log a message at debug severity.
Logger
implementation that delegates to Apache Commons
Logging (if present), or JDK java.util.Logging
(if present),
or simply writes to System.out
.Logger
implementation, if any, we should delegate to.
Mechanism
indicating that the processor should dynamically
calculate the content type, and contents, of the response to be
created.
/foo/*
or *.foo
) and the fully qualified
class name of a Processor
class to use for handling requests that
match the specified pattern.
Mapping
s are equal if they have the same pattern.
Log a message at error severity.
Log a message at error severity.
Log a message at error severity.
servlet-mapping
, for the specified or default
FacesServlet
servlet name, to use when generating
URLs for resources.
Log a message at fatal severity.
Log a message at fatal severity.
Log a message at fatal severity.
Processor
implementations that filter
requests based on matching the resource identifier against a set of
includes
and excludes
regular expressions.null
.
Return the extension that will replace the FacesServlet
extension pattern, if FacesServlet
is extension mapped.
FacesServlet
extension pattern, if FacesServlet
is extension mapped.
FacesContext
instance that is wrapped by this
Context
instance.
null
.
Last-Modified
header of all resources served by this processor.
Return the Mapping
, if any, for the specified matching
pattern
.
Mapping
, if any, for the specified matching
pattern
.
Mappings
instance for this web application,
creating it if necessary.
Return the Mappings
instance this Mapping
instance
is associated with.
Return a List
of all the currently defined Mapping
s
for this application.
Mappings
instance this Mapping
instance
is associated with.
List
of all the currently defined Mapping
s
for this application.
Return a description of the mechanism used to return the response from this processor.
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.
Mapping
for processing the current request or not.
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()
, of the URL pattern to be used by default
when creating URLs for resources.
Return a list of URL patterns that this application has mapped to
FacesServlet
.
FacesServlet
.
Return the Processor
instance to be used to process
requests where the view identifier matches our pattern
.
Processor
instance to be used to process
requests where the view identifier matches our pattern
.
Convert the specified resource identifier into a URL, if the resource actually exists.
Convert the specified resource identifier into a URL, if the resource actually exists.
ResponseStream
for the current
request, creating and installing a new one if necessary.
ResponseWriter
for the current
request, creating and installing a new one if necessary.
java.util.Date
object)
in the format required by the HTTP/1.1 Specification (RFC 2616),
Section 3.3.1.
If-Modified-Since
header
included on this request, as a number of milliseconds since the
epoch.
Log a message at info severity.
Log a message at info severity.
Log a message at info severity.
InputStream
derived from the specified URL,
which will point to the static resource to be served.
Is debug level debugging enabled on the specified logger?
Is debug level debugging enabled on the specified logger?
Is debug level debugging enabled on the specified logger?
Is error level debugging enabled on the specified logger?
Is error level debugging enabled on the specified logger?
Is error level debugging enabled on the specified logger?
Is fatal level debugging enabled on the specified logger?
Is fatal level debugging enabled on the specified logger?
Is fatal level debugging enabled on the specified logger?
Is info level debugging enabled on the specified logger?
Is info level debugging enabled on the specified logger?
Is info level debugging enabled on the specified logger?
Is trace level debugging enabled on the specified logger?
Is trace level debugging enabled on the specified logger?
Is trace level debugging enabled on the specified logger?
Is warning level debugging enabled on the specified logger?
Is warning level debugging enabled on the specified logger?
Is warning level debugging enabled on the specified logger?
Logger
that interacts with the standard
java.util.logging
APIs.true
if the specified resource identifier has
already been linked in the current request, and should therefore not
be linked again.
Logger
instance we should delegate to (if any).
Catalog
from which the command or chain instance will be
acquired.
Command
or Chain
, which will be acquired from
a mapped Catalog
.
Mapping
implementation class to use.
Mapping
.Mapping
instances for
a particular web application.Mappings
instance
for this web application will be stored.
Mappings
implementation class to use.
Mappings
instance for this
application, creating it the first time if necessary.Mappings
.Map the specified resource identifier to a complete URL that may be used to request this resource from the server.
MethodBinding
which identifies the method which will be
called to produce this response.
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
.
Mapping
, return the corresponding resource identifier
that should be passed on to our Processor
.
mechanism
property of a Mapping
.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.Map
of MIME types, keyed by file extension.
Mechanism
indicating that an unspecified mechanism will be
used to provide the content for the response.
/foo/*
or *.foo
) and the fully qualified
class name of a Processor
class to use for handling requests that
match the specified pattern.
OutputStream
to which our static
resource is to be served.
PhaseListener
that provides support for
intercepting some incoming requests, and processing them separately from the
standard Request Processing Lifecycle, without requiring explicit
configuration (for example, of a Servlet or a Filter).Remove the specified Mapping
from the set of mappings for which
remoting services are supplied, if it is currently included.
Mapping
from the set of mappings for which
remoting services are supplied, if it is currently included.
RenderKit
to construct response
stream or writer instances for this request.
ResponseStream
or
ResponseWriter
instances that may be used to produce output
response content that is independent of whether we are running in a servlet
or portlet environment.Last-Modified
header to the specified timestamp.
true
if we are processing a servlet request (as
opposed to a portlet request).
true
if we are processing a servlet request (as
opposed to a portlet request).
null
for no
restrictions.
Set the extension that will replace the FacesServlet
extension pattern, if FacesServlet
is extension mapped.
FacesServlet
extension pattern, if FacesServlet
is extension mapped.
null
for no
restrictions.
Last-Modified
header of all resources served by this processor.
Set the Mappings
instance this Mapping
instance
is associated with.
Mappings
instance this Mapping
instance
is associated with.
Set the mechanism used by this mapping.
Set the matching pattern used by this mapping.
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.
getPatterns()
, of the URL pattern to be used by default
when creating URLs for resources.
Set a list of URL patterns that this application has mapped to
FacesServlet
.
FacesServlet
.
Set the Processor
instance used by this mapping.
Processor
instance used by this mapping.
Log a message at trace severity.
Log a message at trace severity.
Log a message at trace severity.
Log a message at warning severity.
Log a message at warning severity.
Log a message at warning severity.
Mechanism
indicating that the processor should serve a static
resource from the web application archive of this web application.
/foo/*
or *.foo
) and the fully qualified
class name of a Processor
class to use for handling requests that
match the specified pattern.
Processor
which serves resources from the
web application's static resources.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |