Class URLProperty286Tag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.gatein.pc.portlet.impl.jsr286.taglib.URLProperty286Tag
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class URLProperty286Tag extends javax.servlet.jsp.tagext.TagSupport- Version:
- : 0.1 $
- Author:
- Boleslaw Dawidowicz
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classURLProperty286Tag.Property
-
Constructor Summary
Constructors Constructor Description URLProperty286Tag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()Include the property in the surround tag propertiesintdoStartTag()No body to processStringgetName()The name of the property to add to the URL.StringgetValue()The value of the property to add to the URL.voidsetName(String name)voidsetValue(String value)
-
-
-
Method Detail
-
getName
public String getName()
The name of the property to add to the URL. If null or empty, no action is performed.- Returns:
- Returns the name.
-
setName
public void setName(String name)
- Parameters:
name- The name to set.
-
getValue
public String getValue()
The value of the property to add to the URL. If null, it is processed as an empty value.- Returns:
- Returns the value.
-
setValue
public void setValue(String value)
- Parameters:
value- The value to set.
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspExceptionNo body to process- Specified by:
doStartTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
javax.servlet.jsp.JspException- See Also:
Tag.doStartTag()
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspExceptionInclude the property in the surround tag properties- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
javax.servlet.jsp.JspException- See Also:
Tag.doEndTag()
-
-