Uses of Interface
org.apache.shale.remoting.Processor

Packages that use Processor
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. 
 

Uses of Processor in org.apache.shale.remoting
 

Methods in org.apache.shale.remoting that return Processor
 Processor Mapping.getProcessor()
          Return the Processor instance to be used to process requests where the view identifier matches our pattern.
 

Methods in org.apache.shale.remoting with parameters of type Processor
 void Mapping.setProcessor(Processor processor)
          Set the Processor instance used by this mapping.
 

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

Classes in org.apache.shale.remoting.impl that implement Processor
 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.
 

Methods in org.apache.shale.remoting.impl that return Processor
 Processor MappingImpl.getProcessor()
          

Return the Processor instance to be used to process requests where the view identifier matches our pattern.

 

Methods in org.apache.shale.remoting.impl with parameters of type Processor
 void MappingImpl.setProcessor(Processor processor)
          

Set the Processor instance used by this mapping.

 

Constructors in org.apache.shale.remoting.impl with parameters of type Processor
MappingImpl(Mechanism mechanism, String pattern, Processor processor)
          Construct a fully configured instance.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.