public class URLProperty286Tag
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Class and Description |
|---|---|
class |
URLProperty286Tag.Property |
| Constructor and Description |
|---|
URLProperty286Tag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag()
Include the property in the surround tag properties
|
int |
doStartTag()
No body to process
|
String |
getName()
The name of the property to add to the URL.
|
String |
getValue()
The value of the property to add to the URL.
|
void |
setName(String name) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
name - The name to set.public String getValue()
public void setValue(String value)
value - The value to set.public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionTag.doStartTag()public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionTag.doEndTag()Copyright © 2003-2018 GateIn. All Rights Reserved.