Uses of Package
org.apache.shale.remoting

Packages that use org.apache.shale.remoting
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.faces This package contains integration for the Shale remoting facilities with standard JavaServer Faces extension points. 
org.apache.shale.remoting.impl This package contains default implementations for the APIs specified by Shale remoting support. 
 

Classes in org.apache.shale.remoting used by org.apache.shale.remoting
Mapping
          Configuration element describing the mapping between a view identifier URL pattern to a corresponding processor class.
Mappings
          Configuration object used to manage the Mapping instances for a particular web application.
Mechanism
          Typesafe enumeration of the legal values that may be specified for the mechanism property of a Mapping.
Processor
          Interface describing business logic responsible for processing an incoming remoting request, and creating the corresponding response.
 

Classes in org.apache.shale.remoting used by org.apache.shale.remoting.faces
Mappings
          Configuration object used to manage the Mapping instances for a particular web application.
 

Classes in org.apache.shale.remoting used by org.apache.shale.remoting.impl
Mapping
          Configuration element describing the mapping between a view identifier URL pattern to a corresponding processor class.
Mappings
          Configuration object used to manage the Mapping instances for a particular web application.
Mechanism
          Typesafe enumeration of the legal values that may be specified for the mechanism property of a Mapping.
Processor
          Interface describing business logic responsible for processing an incoming remoting request, and creating the corresponding response.
 



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