Uses of Class
com.mockrunner.mock.web.WebMockObjectFactory

Packages that use WebMockObjectFactory
com.mockrunner.base   
com.mockrunner.mock.web   
com.mockrunner.servlet   
com.mockrunner.struts   
com.mockrunner.tag   
 

Uses of WebMockObjectFactory in com.mockrunner.base
 

Methods in com.mockrunner.base that return WebMockObjectFactory
protected  WebMockObjectFactory BaseTestCase.createWebMockObjectFactory()
          Creates a WebMockObjectFactory.
protected  WebMockObjectFactory BaseTestCase.createWebMockObjectFactory(WebMockObjectFactory otherFactory)
          Same as createWebMockObjectFactory(otherFactory, true)
protected  WebMockObjectFactory BaseTestCase.createWebMockObjectFactory(WebMockObjectFactory otherFactory, boolean createNewSession)
          Creates a WebMockObjectFactory based on another one.
protected  WebMockObjectFactory BaseTestCase.getWebMockObjectFactory()
          Gets the current WebMockObjectFactory.
 

Methods in com.mockrunner.base with parameters of type WebMockObjectFactory
protected  ActionMockObjectFactory BaseTestCase.createActionMockObjectFactory(WebMockObjectFactory otherFactory)
          Same as createActionMockObjectFactory(otherFactory, true)
protected  ActionMockObjectFactory BaseTestCase.createActionMockObjectFactory(WebMockObjectFactory otherFactory, boolean createNewSession)
          Creates a ActionMockObjectFactory based on another WebMockObjectFactory.
protected  ServletTestModule BaseTestCase.createServletTestModule(WebMockObjectFactory mockFactory)
          Creates a ServletTestModule with the specified WebMockObjectFactory.
protected  TagTestModule BaseTestCase.createTagTestModule(WebMockObjectFactory mockFactory)
          Creates a TagTestModule with the specified WebMockObjectFactory.
protected  WebMockObjectFactory BaseTestCase.createWebMockObjectFactory(WebMockObjectFactory otherFactory)
          Same as createWebMockObjectFactory(otherFactory, true)
protected  WebMockObjectFactory BaseTestCase.createWebMockObjectFactory(WebMockObjectFactory otherFactory, boolean createNewSession)
          Creates a WebMockObjectFactory based on another one.
protected  void BaseTestCase.setWebMockObjectFactory(WebMockObjectFactory mockFactory)
          Sets the current WebMockObjectFactory.
 

Constructors in com.mockrunner.base with parameters of type WebMockObjectFactory
GenericHTMLOutputModule(WebMockObjectFactory factory)
           
HTMLOutputModule(WebMockObjectFactory mockFactory)
           
WebTestModule(WebMockObjectFactory mockFactory)
           
 

Uses of WebMockObjectFactory in com.mockrunner.mock.web
 

Subclasses of WebMockObjectFactory in com.mockrunner.mock.web
 class ActionMockObjectFactory
          Used to create all types of struts mock objects.
 

Methods in com.mockrunner.mock.web with parameters of type WebMockObjectFactory
 JasperJspFactory JasperJspFactory.configure(WebMockObjectFactory mockFactory)
          Configures this implementation for EL support.
 

Constructors in com.mockrunner.mock.web with parameters of type WebMockObjectFactory
ActionMockObjectFactory(WebMockObjectFactory factory)
          Creates a set of mock objects based on another one.
ActionMockObjectFactory(WebMockObjectFactory factory, boolean createNewSession)
          Creates a set of mock objects based on another one.
WebMockObjectFactory(WebMockObjectFactory factory)
          Creates a set of mock objects based on another one.
WebMockObjectFactory(WebMockObjectFactory factory, boolean createNewSession)
          Creates a set of mock objects based on another one.
 

Uses of WebMockObjectFactory in com.mockrunner.servlet
 

Methods in com.mockrunner.servlet that return WebMockObjectFactory
protected  WebMockObjectFactory BasicServletTestCaseAdapter.createWebMockObjectFactory()
          Creates a WebMockObjectFactory.
protected  WebMockObjectFactory BasicServletTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory)
          Same as createWebMockObjectFactory(otherFactory, true).
protected  WebMockObjectFactory BasicServletTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory, boolean createNewSession)
          Creates a WebMockObjectFactory based on another WebMockObjectFactory.
protected  WebMockObjectFactory BasicServletTestCaseAdapter.getWebMockObjectFactory()
          Gets the WebMockObjectFactory.
 

Methods in com.mockrunner.servlet with parameters of type WebMockObjectFactory
protected  ServletTestModule BasicServletTestCaseAdapter.createServletTestModule(WebMockObjectFactory mockFactory)
          Creates a ServletTestModule with the specified WebMockObjectFactory.
protected  WebMockObjectFactory BasicServletTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory)
          Same as createWebMockObjectFactory(otherFactory, true).
protected  WebMockObjectFactory BasicServletTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory, boolean createNewSession)
          Creates a WebMockObjectFactory based on another WebMockObjectFactory.
protected  void BasicServletTestCaseAdapter.setWebMockObjectFactory(WebMockObjectFactory webMockObjectFactory)
          Sets the WebMockObjectFactory.
 

Constructors in com.mockrunner.servlet with parameters of type WebMockObjectFactory
ServletTestModule(WebMockObjectFactory mockFactory)
           
 

Uses of WebMockObjectFactory in com.mockrunner.struts
 

Methods in com.mockrunner.struts with parameters of type WebMockObjectFactory
protected  ActionMockObjectFactory BasicActionTestCaseAdapter.createActionMockObjectFactory(WebMockObjectFactory otherFactory)
          Same as createActionMockObjectFactory(otherFactory, true).
protected  ActionMockObjectFactory BasicActionTestCaseAdapter.createActionMockObjectFactory(WebMockObjectFactory otherFactory, boolean createNewSession)
          Creates a ActionMockObjectFactory based on another WebMockObjectFactory.
 

Uses of WebMockObjectFactory in com.mockrunner.tag
 

Methods in com.mockrunner.tag that return WebMockObjectFactory
protected  WebMockObjectFactory BasicTagTestCaseAdapter.createWebMockObjectFactory()
          Creates a WebMockObjectFactory.
protected  WebMockObjectFactory BasicTagTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory)
          Same as createWebMockObjectFactory(otherFactory, true).
protected  WebMockObjectFactory BasicTagTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory, boolean createNewSession)
          Creates a WebMockObjectFactory based on another WebMockObjectFactory.
 WebMockObjectFactory AbstractDynamicChild.getWebMockObjectFactory()
          Get the WebMockObjectFactory passed in the constructor.
 WebMockObjectFactory AbstractRuntimeAttribute.getWebMockObjectFactory()
          Get the WebMockObjectFactory passed in the constructor.
protected  WebMockObjectFactory BasicTagTestCaseAdapter.getWebMockObjectFactory()
          Gets the WebMockObjectFactory.
 

Methods in com.mockrunner.tag with parameters of type WebMockObjectFactory
protected  TagTestModule BasicTagTestCaseAdapter.createTagTestModule(WebMockObjectFactory mockFactory)
          Creates a TagTestModule with the specified WebMockObjectFactory.
protected  WebMockObjectFactory BasicTagTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory)
          Same as createWebMockObjectFactory(otherFactory, true).
protected  WebMockObjectFactory BasicTagTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory, boolean createNewSession)
          Creates a WebMockObjectFactory based on another WebMockObjectFactory.
protected  void BasicTagTestCaseAdapter.setWebMockObjectFactory(WebMockObjectFactory webMockObjectFactory)
          Sets the WebMockObjectFactory.
 

Constructors in com.mockrunner.tag with parameters of type WebMockObjectFactory
AbstractDynamicChild(WebMockObjectFactory factory)
           
AbstractRuntimeAttribute(WebMockObjectFactory factory)
           
TagTestModule(WebMockObjectFactory mockFactory)