org.apache.shale.remoting.faces
Class MappingsHelper

java.lang.Object
  extended by org.apache.shale.remoting.faces.MappingsHelper

public class MappingsHelper
extends Object

Helper bean for accessing the Mappings instance for this application, creating it the first time if necessary.

Since:
1.0.1

Constructor Summary
MappingsHelper()
           
 
Method Summary
 Mappings getMappings(javax.faces.context.FacesContext context)
          Return the Mappings instance for this web application, creating it if necessary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingsHelper

public MappingsHelper()
Method Detail

getMappings

public Mappings getMappings(javax.faces.context.FacesContext context)

Return the Mappings instance for this web application, creating it if necessary.

Parameters:
context - FacesContext for the current request


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