Package | Description |
---|---|
org.apache.shale.remoting |
This package contains interfaces and APIs to support access for remoting
(client side components that need to perform server side activities and/or
retrieve information on a background thread).
|
org.apache.shale.remoting.impl |
This package contains default implementations for the APIs specified
by Shale remoting support.
|
Modifier and Type | Method and Description |
---|---|
Processor |
Mapping.getProcessor()
Return the
Processor instance to be used to process
requests where the view identifier matches our pattern . |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.setProcessor(Processor processor)
Set the
Processor instance used by this mapping. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceProcessor
Convenience abstract base class for
Processor implementations
that serve up static resources. |
class |
ChainProcessor
Implementation of
Processor which maps a resource identifier
to the name of a Commons
Chain command or chain, in an appropriate catalog. |
class |
ClassResourceProcessor
Implementation of
Processor which serves resources from the
class path of the web application. |
class |
FilteringProcessor
Abstract base class for
Processor implementations that filter
requests based on matching the resource identifier against a set of
includes and excludes regular expressions. |
class |
MethodBindingProcessor
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. |
class |
WebResourceProcessor
Implementation of
Processor which serves resources from the
web application's static resources. |
Modifier and Type | Method and Description |
---|---|
Processor |
MappingImpl.getProcessor()
Return the
Processor instance to be used to process
requests where the view identifier matches our pattern . |
Modifier and Type | Method and Description |
---|---|
void |
MappingImpl.setProcessor(Processor processor)
Set the
Processor instance used by this mapping. |
Constructor and Description |
---|
MappingImpl(Mechanism mechanism,
String pattern,
Processor processor)
Construct a fully configured instance.
|
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.