public class SetSupport
extends javax.servlet.jsp.tagext.BodyTagSupport
Support for handlers of the <set> tag.
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
property |
protected java.lang.Object |
target |
protected java.lang.Object |
value |
protected boolean |
valueSpecified |
| Constructor and Description |
|---|
SetSupport()
Constructs a new handler.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(java.lang.String scope) |
void |
setVar(java.lang.String var) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected java.lang.Object value
protected boolean valueSpecified
protected java.lang.Object target
protected java.lang.String property
public SetSupport()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportpublic 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 setVar(java.lang.String var)
public void setScope(java.lang.String scope)
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.