| |
|
| java.lang.Object org.directwebremoting.create.AbstractCreator org.directwebremoting.beehive.PageFlowCreator
PageFlowCreator | public class PageFlowCreator extends AbstractCreator implements Creator(Code) | | Page Flow Creator
The name Creator is a little misleading in that implies that a PageFlow is
being created. This class merely returns the current PageFlowController from
the Request
author: Kevin Conaway author: Joe Walker [joe at getahead dot ltd dot uk] |
Constructor Summary | |
public | PageFlowCreator() Test to see what implementations of PageFlow are available. |
getType | public Class> getType()(Code) | | The PageFlowController that we are using (Beehive/Weblogic) |
setForceWebLogic | public void setForceWebLogic(boolean forceWebLogic)(Code) | | What do we do if both Weblogic and Beehive are available.
The default is to use Beehive, but this allows us to alter that.
Parameters: forceWebLogic - Do we use Weblogic if both are available. |
|
|
|