public abstract class TransformSupport
extends javax.servlet.jsp.tagext.BodyTagSupport
Support for tag handlers for <transform>, the XML transformation tag.
| Modifier and Type | Field and Description |
|---|---|
protected Result |
result |
protected Object |
xml |
protected boolean |
xmlSpecified |
protected String |
xmlSystemId |
protected Object |
xslt |
protected String |
xsltSystemId |
| Constructor and Description |
|---|
TransformSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
Object value)
Sets (adds) a transformation parameter on our transformer.
|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setScope(String scope) |
void |
setVar(String var) |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValueprotected Object xml
protected boolean xmlSpecified
protected String xmlSystemId
protected Object xslt
protected String xsltSystemId
protected Result result
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportpublic void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class javax.servlet.jsp.tagext.TagSupportpublic void addParameter(String name, Object value)
public void setVar(String var)
public void setScope(String scope)
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.