|
||||||||||
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.StaticJspFragmentSupport
public class StaticJspFragmentSupport
Abstract implementation for the fragment support.
Constructor Summary | |
---|---|
StaticJspFragmentSupport()
|
Method Summary | |
---|---|
static StaticJspFragmentSupport |
create(StaticJspFragmentSupport frag,
PageContext pageContext,
java.lang.String value)
|
JspContext |
getJspContext()
Returns the JSP context. |
java.lang.String |
getValue()
Returns the fragment value. |
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 StaticJspFragmentSupport()
Method Detail |
---|
public static StaticJspFragmentSupport create(StaticJspFragmentSupport frag, PageContext pageContext, java.lang.String value)
public JspContext getJspContext()
getJspContext
in class JspFragment
public java.lang.String getValue()
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 |