org.primefaces.context
Class ApplicationContext

java.lang.Object
  extended by org.primefaces.context.ApplicationContext
Direct Known Subclasses:
DefaultApplicationContext

public abstract class ApplicationContext
extends Object

A ApplicationContext is a contextual store, similar to RequestContext. Only one ApplicationContext should be available in the application. It can be accessed via:

RequestContext.getCurrentInstance().getApplicationContext();


Constructor Summary
ApplicationContext()
           
 
Method Summary
abstract  ConfigContainer getConfig()
           
abstract  javax.validation.ValidatorFactory getValidatorFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContext

public ApplicationContext()
Method Detail

getConfig

public abstract ConfigContainer getConfig()

getValidatorFactory

public abstract javax.validation.ValidatorFactory getValidatorFactory()


Copyright © 2013. All rights reserved.