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 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 |
setScope(String scope) |
void |
setVar(String var) |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected Object xml
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 addParameter(String name, Object value)
public void setVar(String var)
public void setScope(String scope)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.