java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.pragmatickm.contact.taglib.AddressTag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoTag()voidsetAddress1(ValueExpression address1) voidsetAddress2(ValueExpression address2) voidsetCity(ValueExpression city) voidsetComment(ValueExpression comment) voidsetCountry(ValueExpression country) voidsetStateProv(ValueExpression stateProv) voidsetType(ValueExpression type) voidsetZipPostal(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:
doTagin interfaceSimpleTag- Overrides:
doTagin classSimpleTagSupport- Throws:
JspExceptionIOException
-
