org.ow2.jonas.cdi.weld.internal.jsp
Class ForwardingJspFactory
java.lang.Object
javax.servlet.jsp.JspFactory
org.ow2.jonas.cdi.weld.internal.jsp.ForwardingJspFactory
- Direct Known Subclasses:
- WeldJspFactory
public abstract class ForwardingJspFactory
- extends JspFactory
A ForwardingJspFactory
is ...
- Author:
- Guillaume Sauthier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwardingJspFactory
public ForwardingJspFactory()
delegate
protected abstract JspFactory delegate()
getPageContext
public PageContext getPageContext(Servlet servlet,
ServletRequest servletRequest,
ServletResponse servletResponse,
String s,
boolean b,
int i,
boolean b1)
- Specified by:
getPageContext
in class JspFactory
releasePageContext
public void releasePageContext(PageContext pageContext)
- Specified by:
releasePageContext
in class JspFactory
getEngineInfo
public JspEngineInfo getEngineInfo()
- Specified by:
getEngineInfo
in class JspFactory
getJspApplicationContext
public JspApplicationContext getJspApplicationContext(ServletContext servletContext)
- Specified by:
getJspApplicationContext
in class JspFactory
Copyright © 2012 OW2 Consortium. All Rights Reserved.