javax.faces.context
Class FlashFactory
java.lang.Object
javax.faces.context.FlashFactory
- All Implemented Interfaces:
- FacesWrapper<FlashFactory>
public abstract class FlashFactory
- extends Object
- implements FacesWrapper<FlashFactory>
- Since:
- 2.2
Method Summary |
abstract Flash |
getFlash(boolean create)
|
FlashFactory |
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 |
FlashFactory
public FlashFactory()
getFlash
public abstract Flash getFlash(boolean create)
getWrapped
public FlashFactory getWrapped()
- Description copied from interface:
FacesWrapper
- A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interface FacesWrapper<FlashFactory>
- Returns:
- the instance of the class being wrapped
Copyright © 2014 The Apache Software Foundation. All rights reserved.