Uses of Class
org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter

Packages that use FrameworkAdapter
org.apache.myfaces.orchestra.frameworkAdapter   
org.apache.myfaces.orchestra.frameworkAdapter.basic   
org.apache.myfaces.orchestra.frameworkAdapter.jsf   
org.apache.myfaces.orchestra.frameworkAdapter.local   
org.apache.myfaces.orchestra.frameworkAdapter.springBasic   
 

Uses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter
 

Methods in org.apache.myfaces.orchestra.frameworkAdapter that return FrameworkAdapter
static FrameworkAdapter FrameworkAdapter.getCurrentInstance()
          Return an object that implements the non-static methods of this abstract class in a manner appropriate for whatever UI framework is handling the current request.
 

Methods in org.apache.myfaces.orchestra.frameworkAdapter with parameters of type FrameworkAdapter
static void FrameworkAdapter.setCurrentInstance(FrameworkAdapter frameworkAdapter)
          Expected to be called only by a servlet filter at the start and end of each request.
 

Uses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter.basic
 

Subclasses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter.basic
 class BasicFrameworkAdapter
          An implementation of the FrameworkAdapter for plain servlet environments.
 

Uses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter.jsf
 

Subclasses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter.jsf
 class JsfFrameworkAdapter
          An implementation of the FrameworkAdapter for JSF environments.
 

Uses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter.local
 

Subclasses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter.local
 class LocalFrameworkAdapter
          A FrameworkAdapter which uses local maps to simulate a servlet environment.
 

Uses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter.springBasic
 

Subclasses of FrameworkAdapter in org.apache.myfaces.orchestra.frameworkAdapter.springBasic
 class SpringBasicFrameworkAdapter
          Same as BasicFrameworkAdapter but lookup the bean using the Spring framework.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.