Package org.jivesoftware.admin
Class ASN1DERTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.jivesoftware.admin.ASN1DERTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class ASN1DERTag extends javax.servlet.jsp.tagext.BodyTagSupport
Creates a table that represents an ASN.1 encoded DER value. This tag creates a HTML table, that consists of one or two columns and an unspecified number of rows. Each cell can contain a nested table (of similar format).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASN1DERTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
byte[]
getValue()
void
setValue(byte[] value)
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
getValue
public byte[] getValue()
-
setValue
public void setValue(byte[] value)
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in classjavax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
-
-