Package com.newmediaworks.taglib.payment
Class CustomerIdTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.aoapps.encoding.taglib.EncodingBufferedTag
-
- com.newmediaworks.taglib.payment.CustomerIdTag
-
public class CustomerIdTag extends EncodingBufferedTag
Provides an application-specific customer identifier to either aStoreCreditCardTag
orCreditCardTag
.- Author:
- New Media Works
- See Also:
CreditCard.setCustomerId(java.lang.String)
-
-
Constructor Summary
Constructors Constructor Description CustomerIdTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doTag(BufferResult capturedBody, Writer out)
MediaType
getContentType()
MediaType
getOutputType()
protected void
invoke(JspFragment body, MediaValidator captureValidator)
void
setValue(String value)
-
Methods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
-
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
-
-
-
Field Detail
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContentType
public MediaType getContentType()
- Specified by:
getContentType
in classEncodingBufferedTag
-
getOutputType
public MediaType getOutputType()
- Specified by:
getOutputType
in classEncodingBufferedTag
-
setValue
public void setValue(String value)
-
invoke
protected void invoke(JspFragment body, MediaValidator captureValidator) throws JspException, IOException
- Overrides:
invoke
in classEncodingBufferedTag
- Throws:
JspException
IOException
-
doTag
protected void doTag(BufferResult capturedBody, Writer out) throws JspException, IOException
- Overrides:
doTag
in classEncodingBufferedTag
- Throws:
JspException
IOException
-
-