| java.lang.Object javax.servlet.jsp.JspFactory com.mockrunner.mock.web.JasperJspFactory
JasperJspFactory | public class JasperJspFactory extends JspFactory (Code) | | This implementation of JspFactory
provides full support of the Unified Expression Language
API. Expression evaluation is available only for the Unified
Expression Language API, not for the pre JSP 2.1
javax.servlet.jsp.el Expression Language API.
|
JasperJspFactory | public JasperJspFactory()(Code) | | |
configure | public JasperJspFactory configure(WebMockObjectFactory mockFactory)(Code) | | Configures this implementation for EL support.
Use
getWebMockObjectFactory().setDefaultJspFactory(new JasperJspFactory().configure(getWebMockObjectFactory()));
to set this implementation as the default factory.
this instance for convenience |
getJspApplicationContext | public JspApplicationContext getJspApplicationContext(ServletContext context)(Code) | | |
|
|