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

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

Uses of Mappings in org.apache.shale.remoting
 

Methods in org.apache.shale.remoting that return Mappings
 Mappings Mapping.getMappings()
          Return the Mappings instance this Mapping instance is associated with.
 

Methods in org.apache.shale.remoting with parameters of type Mappings
 void Mapping.setMappings(Mappings mappings)
          Set the Mappings instance this Mapping instance is associated with.
 

Uses of Mappings in org.apache.shale.remoting.faces
 

Methods in org.apache.shale.remoting.faces that return Mappings
 Mappings MappingsHelper.getMappings(javax.faces.context.FacesContext context)
          Return the Mappings instance for this web application, creating it if necessary.
 

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

Classes in org.apache.shale.remoting.impl that implement Mappings
 class MappingsImpl
          Default implementation of Mappings.
 

Methods in org.apache.shale.remoting.impl that return Mappings
 Mappings MappingImpl.getMappings()
          

Return the Mappings instance this Mapping instance is associated with.

 

Methods in org.apache.shale.remoting.impl with parameters of type Mappings
 void MappingImpl.setMappings(Mappings mappings)
          

Set the Mappings instance this Mapping instance is associated with.

 



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