org.ow2.jonas.cdi.weld.internal.jsp
Class ForwardingJspFactory

java.lang.Object
  extended by javax.servlet.jsp.JspFactory
      extended by org.ow2.jonas.cdi.weld.internal.jsp.ForwardingJspFactory
Direct Known Subclasses:
WeldJspFactory

public abstract class ForwardingJspFactory
extends JspFactory

A ForwardingJspFactory is ...

Author:
Guillaume Sauthier

Constructor Summary
ForwardingJspFactory()
           
 
Method Summary
protected abstract  JspFactory delegate()
           
 JspEngineInfo getEngineInfo()
           
 JspApplicationContext getJspApplicationContext(ServletContext servletContext)
           
 PageContext getPageContext(Servlet servlet, ServletRequest servletRequest, ServletResponse servletResponse, String s, boolean b, int i, boolean b1)
           
 void releasePageContext(PageContext pageContext)
           
 
Methods inherited from class javax.servlet.jsp.JspFactory
getDefaultFactory, setDefaultFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardingJspFactory

public ForwardingJspFactory()
Method Detail

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.