org.apache.beehive.netui.pageflow
Class Factory

Object
  extended by Factory
Direct Known Subclasses:
FlowControllerFactory

public abstract class Factory
extends Object

Base class for ServletContext-scoped factories.


Constructor Summary
protected Factory(ServletContext servletContext)
           
 
Method Summary
protected  ServletContext getServletContext()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Factory

protected Factory(ServletContext servletContext)
Method Detail

getServletContext

protected ServletContext getServletContext()