org.apache.shale.remoting.faces
Class MappingsHelper
java.lang.Object
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
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 |
MappingsHelper
public MappingsHelper()
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.