Uses of Class
org.apache.shale.remoting.impl.FilteringProcessor

Packages that use FilteringProcessor
org.apache.shale.remoting.impl This package contains default implementations for the APIs specified by Shale remoting support. 
 

Uses of FilteringProcessor in org.apache.shale.remoting.impl
 

Subclasses of FilteringProcessor in org.apache.shale.remoting.impl
 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-2007 Apache Software Foundation. All Rights Reserved.