Package | Description |
---|---|
org.apache.shale.remoting.impl |
This package contains default implementations for the APIs specified
by Shale remoting support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceProcessor
Convenience abstract base class for
Processor implementations
that serve up static resources. |
class |
ClassResourceProcessor
Implementation of
Processor which serves resources from the
class path of the web application. |
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. |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.