| |
|
| java.lang.Object de.schlund.pfixcore.workflow.DirectOutputPageMap
DirectOutputPageMap | public class DirectOutputPageMap implements ConfigurableObject(Code) | | DirectOutputPageMap holds a mapping of PageRequests to DirectOutputStates. It
implements the PropertyObject interface and is created and initialized by a PropertyObjectManager. This
ensures that the the DirectOutputPageMap will be recreated every time the properties change.
author: Jens Lautenbacher |
getDirectOutputState | public DirectOutputState getDirectOutputState(PageRequest page)(Code) | | The getDirectOutputState method returns the DirectOutputState that is
associated with the page parameter
Parameters: page - a PageRequest value a DirectOutputState value |
|
|
|