|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.context.PartialViewContextFactory
public abstract class PartialViewContextFactory
PartialViewContextFactory is a
factory object that creates (if needed) and returns new PartialViewContext
instances.
There must be one PartialViewContextFactory
instance per web
application that is utilizing JavaServer Faces. This instance can be
acquired, in a portable manner, by calling:
PartialViewContextFactory factory = (PartialViewContextFactory) FactoryFinder.getFactory(FactoryFinder.PARTIAL_VIEW_CONTEXT_FACTORY);
Constructor Summary | |
---|---|
PartialViewContextFactory()
|
Method Summary | |
---|---|
abstract PartialViewContext |
getPartialViewContext(FacesContext context)
Create (if needed) and return a PartialViewContext instance that is initialized
using the current FacesContext instance. |
PartialViewContextFactory |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartialViewContextFactory()
Method Detail |
---|
public PartialViewContextFactory getWrapped()
FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.
getWrapped
in interface FacesWrapper<PartialViewContextFactory>
FacesWrapper.getWrapped()
public abstract PartialViewContext getPartialViewContext(FacesContext context)
Create (if needed)
and return a PartialViewContext
instance that is initialized
using the current FacesContext
instance.
context
- the FacesContext
for the current request.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |