- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
barcode generator visual basic 6 source code Constructors in Java
Constructors Quick Response Code Printer In Java Using Barcode generator for Java Control to generate, create QR image in Java applications. QR Code ISO/IEC18004 Scanner In Java Using Barcode scanner for Java Control to read, scan read, scan image in Java applications. TagExtraInfo
Make Barcode In Java Using Barcode printer for Java Control to generate, create barcode image in Java applications. Bar Code Recognizer In Java Using Barcode scanner for Java Control to read, scan read, scan image in Java applications. L B-112 Generating QR Code 2d Barcode In Visual C#.NET Using Barcode creation for Visual Studio .NET Control to generate, create QR Code JIS X 0510 image in .NET applications. Creating Denso QR Bar Code In Visual Studio .NET Using Barcode drawer for ASP.NET Control to generate, create QR Code 2d barcode image in ASP.NET applications. public TagExtraInfo() Creating QR Code 2d Barcode In .NET Framework Using Barcode printer for .NET Control to generate, create QR image in .NET framework applications. Print Quick Response Code In Visual Basic .NET Using Barcode printer for VS .NET Control to generate, create Denso QR Bar Code image in Visual Studio .NET applications. Creates a new TagExtraInfo object
Generating EAN 13 In Java Using Barcode drawer for Java Control to generate, create GS1 - 13 image in Java applications. ANSI/AIM Code 39 Drawer In Java Using Barcode printer for Java Control to generate, create Code-39 image in Java applications. Methods
Linear 1D Barcode Maker In Java Using Barcode generator for Java Control to generate, create 1D image in Java applications. EAN 128 Maker In Java Using Barcode generation for Java Control to generate, create USS-128 image in Java applications. getTagInfo
Create USS ITF 2/5 In Java Using Barcode creation for Java Control to generate, create ANSI/AIM ITF 25 image in Java applications. Print UPCA In Java Using Barcode drawer for BIRT Control to generate, create UPC Symbol image in BIRT applications. L B-113 Recognizing UPC - 13 In .NET Using Barcode recognizer for .NET Control to read, scan read, scan image in .NET applications. UCC-128 Creator In None Using Barcode creation for Software Control to generate, create EAN128 image in Software applications. public final TagInfo getTagInfo() Data Matrix ECC200 Generator In None Using Barcode encoder for Office Excel Control to generate, create DataMatrix image in Microsoft Excel applications. Printing Code 39 Full ASCII In .NET Using Barcode creation for Visual Studio .NET Control to generate, create ANSI/AIM Code 39 image in Visual Studio .NET applications. Returns the TagInfo for this class
Painting EAN / UCC - 14 In None Using Barcode creator for Font Control to generate, create UCC.EAN - 128 image in Font applications. Printing EAN / UCC - 14 In None Using Barcode generator for Excel Control to generate, create EAN / UCC - 13 image in Office Excel applications. getVariableInfo
L B-114 public VariableInfo getVariableInfo(TagData data) Based on the list of attribute names and values in the data parameter, constructs an array of VariableInfo objects that describe the name, type, existence, and scope of each scripting variable to create isValid
L B-115 public boolean isValid(TagData data) Returns true if the attributes referred to in the TagData parameter are valid
Appendix B: JSP API Version 12
setTagInfo
L B-116 public final void setTagInfo(TagInfo tagInfo) Sets the TagInfo for this class
TagInfo
Full Name: Type: javaxservletjsptagextTagInfo Class
An object representation of a Tag element in the tag library descriptor
Constructors
TagInfo
L B-117 public TagInfo( String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo attributeInfo) Creates a new TagInfo object from a tag library descriptor in JSP 11 format
TagInfo
L B-118 public TagInfo( String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo attributeInfo, APPENDIXES
JSP: The Complete Reference
String displayName, String smallIcon, String largeIcon, TagVariableInfo tvi) Creates a new TagInfo object from a tag library descriptor in JSP 12 format
Methods
getAttributes
L B-119 public TagAttributeInfo[] getAttributes() Returns an array describing the attributes of this tag, or null if there are no attributes
getBodyContent
L B-120 public String getBodyContent() Returns the bodycontent attribute of this tag as specified in the tag library descriptor
getDisplayName
L B-121 public String getDisplayName() Returns the displayName attribute of this tag as specified in the tag library descriptor
getInfoString
L B-122 public String getInfoString() Returns the info element for this tag as specified in the tag library descriptor
getLargeIcon
L B-123 public String getLargeIcon() Returns the path to the large icon for this tag as specified in the tag library descriptor
Appendix B: JSP API Version 12
getSmallIcon
L B-124 public String getSmallIcon() Returns the path to the small icon for this tag as specified in the tag library descriptor
getTagClassName
L B-125 public String getTagClassName() Returns the name of the tag handler class
getTagExtraInfo
L B-126 public TagExtraInfo getTagExtraInfo() Returns the name of the tag extra information class
getTagLibrary
L B-127 public TagLibraryInfo getTagLibrary() Returns a reference to the TagLibraryInfo object for this tag
getTagName
L B-128 public String getTagName() Returns the tag name
getTagVariableInfos
L B-129 public TagVariableInfo getTagVariableInfos() APPENDIXES
Returns the TagVariableInfo objects associated with this TagInfo
getVariableInfo
L B-130 public VariableInfo getVariableInfo(TagData data) Returns a reference to the VariableInfo object for this tag
JSP: The Complete Reference
isValid
L B-131 public boolean isValid(TagData data) Returns the results of evaluating the isValid() method of the associated TagExtraInfo class
setTagExtraInfo
L B-132 public void setTagExtraInfo(TagExtraInfo tei) Stores a reference to the TagExtraInfo for this tag
setTagLibrary
L B-133 public void setTagLibrary(TagLibraryInfo tl) Sets the TagLibraryInfo property
toString
L B-134 public String toString() Returns the object as a string for debugging purposes
TagLibraryInfo
Full Name: Type: javaxservletjsptagextTagLibraryInfo Abstract class
A class that encapsulates information associated with a taglib directive and its underlying tag library descriptor (TLD) Methods
getInfoString
L B-135 public String getInfoString() Returns the info property from the TLD
Appendix B: JSP API Version 12
getPrefixString
L B-136 public String getPrefixString() Returns the prefix assigned in the taglib directive
getReliableURN
L B-137 public String getReliableURN() Returns the reliableURL property from the TLD
getRequiredVersion
L B-138 public String getRequiredVersion() Returns the required version of the JSP container
getShortName
L B-139 public String getShortName() Returns the short name property from the TLD
getTag
L B-140 public TagInfo getTag(String shortname) Returns the TagInfo object associated with a given tag name
getTags
L B-141 public TagInfo[] getTags() APPENDIXES
Returns an array of TagInfo objects for all tags defined in this tag library
getURI
L B-142 public String getURI() Returns the value of the uri attribute from the taglib directive
JSP: The Complete Reference
TagLibraryValidator
Full Name: Type: javaxservletjsptagextTagLibraryValidator Abstract class
A validator class that can be associated with a JSP page in the TLD The validator operates on the XML document representation of the JSP page Constructors
TagLibraryValidator
L B-143 public TagLibraryValidator() Creates a new TagLibraryValidator
Methods
getInitParameters
L B-144 public Map getInitParameters() Returns the initialization parameters
release
L B-145 public void release() Releases validation data used by this validator
setInitParameters
L B-146 public void setInitParameters(Map map) Provides initialization key/value parameters to the validator
validate
L B-147 public String validate (String prefix, String uri, PageData page) Validates the JSP page Returns null if the page is valid
Appendix B: JSP API Version 12
TagSupport
Full Name: Type: Implements: javaxservletjsptagextTagSupport Class javaxservletjsptagextIterationTag javaioSerializable A concrete implementation of the Tag interface Tag handlers can extend this class and implement only those methods that need to be changed Constructors
TagSupport
L B-148 public TagSupport() Creates a new TagSupport object
Methods
doAfterBody
L B-149 public int doAfterBody() throws JspException
Invoked after the tag body is evaluated
doEndTag
L B-150 public int doEndTag() throws JspException
Called when the end tag has been encountered The return code indicates whether the JSP implementation servlet should continue with the rest of the page (EVAL_PAGE) or not (SKIP_PAGE) The method can throw a JspException to indicate a fatal error The TagSupport implementation returns EVAL_PAGE APPENDIXES
doStartTag
public int doStartTag() throws JspException
Called after the page context, parent, and any attributes coded on the start tag have been set The return code indicates whether the JSP implementation servlet should evaluate the tag body (EVAL_BODY_INCLUDE or BodyTagEVAL_BODY_BUFFERED) or not (SKIP_BODY) The method can throw a JspException to indicate a fatal error JSP: The Complete Reference
BodyTagEVAL_BODY_BUFFERED is valid only if the tag handler implements BodyTag The TagSupport implementation returns SKIP_BODY findAncestorWithClass
L B-151 public static final Tag findAncestorWithClass (Tag from, Class klass) Searches the stack of parent tags for the nearest tag handler of the specified class This enables an "inner" tag to access information in its enclosing tags getId
L B-152 public String getId() Returns the value of the id attribute of this tag
getParent
L B-153 public Tag getParent() Returns the immediate parent tag of this tag handler instance
getValue
L B-154 public Object getValue(String k) Returns the object stored in this tag handler under the given name
getValues
L B-155 public Enumeration getValues() Returns an enumeration of the names of the values stored in this tag handler
release
L B-156 public void release() Guaranteed to be called before page exit Enables the tag handler to release any resources it holds and reset its state so it can be reused, if necessary Appendix B: JSP API Version 12
removeValue
L B-157 public void removeValue(String k) Removes the value stored in this tag handler under the specified name, if any
setId
L B-158 public void setId(String id) Sets the id attribute for this tag
setPageContext
L B-159 public void setPageContext(PageContext pageContext) The generated servlet calls this method first before requiring the handler to do anything else The implementing class should save the context variable so it's available at any point in the tag lifecycle From the page context, the tag handler can access all the JSP implicit objects and can get and set attributes in any scope
|
|