|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.JspFragment
com.caucho.jsp.ELExprFragment
public class ELExprFragment
Abstract implementation for the fragment support.
Constructor Summary | |
---|---|
ELExprFragment(PageContextImpl pageContext,
Expr expr)
Creates the fragment. |
Method Summary | |
---|---|
JspContext |
getJspContext()
Returns the JSP context. |
void |
invoke(java.io.Writer out)
The public JspFragment interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ELExprFragment(PageContextImpl pageContext, Expr expr)
Method Detail |
---|
public JspContext getJspContext()
getJspContext
in class JspFragment
public void invoke(java.io.Writer out) throws JspException
invoke
in class JspFragment
out
- optional location for the outputvars
- optional map to replace the page context
JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |