java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.pragmatickm.contact.taglib.AddressTag
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
void
setAddress1
(ValueExpression address1) void
setAddress2
(ValueExpression address2) void
setCity
(ValueExpression city) void
setComment
(ValueExpression comment) void
setCountry
(ValueExpression country) void
setStateProv
(ValueExpression stateProv) void
setType
(ValueExpression type) void
setZipPostal
(ValueExpression zipPostal) Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
AddressTag
public AddressTag()
-
-
Method Details
-
setType
-
setAddress1
-
setAddress2
-
setCity
-
setStateProv
-
setZipPostal
-
setCountry
-
setComment
-
doTag
- Specified by:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-