|
|||||||||
Home >> All >> javax >> servlet >> jsp >> [ tagext overview ] | PREV NEXT |
A
- AT_BEGIN - Static variable in class javax.servlet.jsp.tagext.VariableInfo
- Scope information that scripting variable is visible after start tag.
- AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
- Scope information that scripting variable is visible after end tag.
- attributeInfo - Variable in class javax.servlet.jsp.tagext.TagInfo
- attributes - Variable in class javax.servlet.jsp.tagext.TagData
B
- BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
- Static constant for getBodyContent() when it is empty.
- BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
- Static constant for getBodyContent() when it is JSP.
- BODY_CONTENT_SCRIPTLESS - Static variable in class javax.servlet.jsp.tagext.TagInfo
- Static constant for getBodyContent() when it is scriptless.
- BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
- Static constant for getBodyContent() when it is Tag dependent.
- BodyContent - class javax.servlet.jsp.tagext.BodyContent.
- An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
- BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
- Protected constructor.
- BodyTag - interface javax.servlet.jsp.tagext.BodyTag.
- The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
- BodyTagSupport - class javax.servlet.jsp.tagext.BodyTagSupport.
- A base class for defining tag handlers implementing BodyTag.
- BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
- Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
- bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
- The current BodyContent for this BodyTag.
- bodyContent - Variable in class javax.servlet.jsp.tagext.TagInfo
C
- canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Whether this attribute can hold a request-time value.
- className - Variable in class javax.servlet.jsp.tagext.TagVariableInfo
- className - Variable in class javax.servlet.jsp.tagext.VariableInfo
- clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
- Clear the body without throwing any exceptions.
D
- DynamicAttributes - interface javax.servlet.jsp.tagext.DynamicAttributes.
- For a tag to declare that it accepts dynamic attributes, it must implement this interface.
- declare - Variable in class javax.servlet.jsp.tagext.TagVariableInfo
- declare - Variable in class javax.servlet.jsp.tagext.VariableInfo
- displayName - Variable in class javax.servlet.jsp.tagext.TagInfo
- doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
- After the body evaluation: do not reevaluate and continue with the page.
- doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
- Process body (re)evaluation.
- doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing for a body.
- doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
- Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
- doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the end tag returning EVAL_PAGE.
- doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
- Process the end tag for this instance.
- doEndTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing of the end tag returning EVAL_PAGE.
- doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
- Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
- doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
- Prepare for evaluation of the body.
- doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Prepare for evaluation of the body just before the first body evaluation: no action.
- doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the start tag returning EVAL_BODY_BUFFERED.
- doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
- Process the start tag for this instance.
- doStartTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
- doTag() - Method in interface javax.servlet.jsp.tagext.SimpleTag
- Called by the container to invoke this tag.
- doTag() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Default processing of the tag does nothing.
- dynamicAttributes - Variable in class javax.servlet.jsp.tagext.TagInfo
E
- EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
- Request the reevaluation of some body.
- EVAL_BODY_BUFFERED - Static variable in interface javax.servlet.jsp.tagext.BodyTag
- Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
- EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
- Evaluate body into existing out stream.
- EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
- Deprecated. As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
- EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
- Continue evaluating the page.
- enclosingWriter - Variable in class javax.servlet.jsp.tagext.BodyContent
F
- FunctionInfo - class javax.servlet.jsp.tagext.FunctionInfo.
- Information for a function in a Tag Library.
- FunctionInfo(String, String, String) - Constructor for class javax.servlet.jsp.tagext.FunctionInfo
- Constructor for FunctionInfo.
- findAncestorWithClass(JspTag, Class) - Static method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Find the instance of a given class type that is closest to a given instance.
- findAncestorWithClass(Tag, Class) - Static method in class javax.servlet.jsp.tagext.TagSupport
- Find the instance of a given class type that is closest to a given instance.
- flush() - Method in class javax.servlet.jsp.tagext.BodyContent
- Redefined flush() so it is not legal.
- fragment - Variable in class javax.servlet.jsp.tagext.TagAttributeInfo
- functionClass - Variable in class javax.servlet.jsp.tagext.FunctionInfo
- functionSignature - Variable in class javax.servlet.jsp.tagext.FunctionInfo
- functions - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the functions that are defined in this tag library.
G
- getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
- Gets the tag that is being adapted to the Tag interface.
- getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
- The value of the attribute.
- getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
- Get the value for a given attribute.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
- Enumerates the attributes.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
- Attribute information (in the TLD) on this tag.
- getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Get current bodyContent.
- getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
- The bodycontent information for this tag.
- getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <variable-class> element.
- getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the type of this variable.
- getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <declare> element.
- getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns whether this is a new variable.
- getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
- Get the displayName.
- getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
- Get the enclosing JspWriter.
- getFunction(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
- getFunctionClass() - Method in class javax.servlet.jsp.tagext.FunctionInfo
- The class of the function.
- getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
- The signature of the function.
- getFunctions() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the functions that are defined in this tag library.
- getId() - Method in class javax.servlet.jsp.tagext.TagData
- The value of the tag's id attribute.
- getId() - Method in class javax.servlet.jsp.tagext.TagSupport
- The value of the id attribute of this tag; or null.
- getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
- Get the jsp:id.
- getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
- The information string for the tag.
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Information (documentation) for this TLD.
- getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Get the init parameters data as an immutable Map.
- getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
- Returns an input stream on the XML view of a JSP page.
- getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Returns the body passed in by the container via setJspBody.
- getJspContext() - Method in class javax.servlet.jsp.tagext.JspFragment
- Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Returns the page context passed in by the container via setJspContext.
- getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
- Get the path to the large icon.
- getMessage() - Method in class javax.servlet.jsp.tagext.ValidationMessage
- Get the localized validation message.
- getName() - Method in class javax.servlet.jsp.tagext.FunctionInfo
- The name of the function.
- getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- The name of this attribute.
- getName() - Method in class javax.servlet.jsp.tagext.TagFileInfo
- The unique action name of this tag.
- getNameFromAttribute() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <name-from-attribute> element.
- getNameGiven() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <name-given> element.
- getParent() - Method in interface javax.servlet.jsp.tagext.SimpleTag
- Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface javax.servlet.jsp.tagext.Tag
- Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class javax.servlet.jsp.tagext.TagAdapter
- Returns the parent of this tag, which is always getAdaptee().getParent().
- getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
- The Tag instance most closely enclosing this tag instance.
- getPath() - Method in class javax.servlet.jsp.tagext.TagFileInfo
- Where to find the .tag file implementing this action.
- getPrefixString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Get surrounding out JspWriter.
- getReader() - Method in class javax.servlet.jsp.tagext.BodyContent
- Return the value of this BodyContent as a Reader.
- getReliableURN() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The "reliable" URN indicated in the TLD (the uri element).
- getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- A string describing the required version of the JSP container.
- getScope() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <scope> element.
- getScope() - Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the lexical scope of the variable.
- getShortName() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The preferred short name (prefix) as indicated in the TLD.
- getSmallIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
- Get the path to the small icon.
- getString() - Method in class javax.servlet.jsp.tagext.BodyContent
- Return the value of the BodyContent as a String.
- getTag(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Get the TagInfo for a given tag name, looking through all the tags in this tag library.
- getTagClassName() - Method in class javax.servlet.jsp.tagext.TagInfo
- Name of the class that provides the handler for this tag.
- getTagExtraInfo() - Method in class javax.servlet.jsp.tagext.TagInfo
- The instance (if any) for extra tag information.
- getTagFile(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
- getTagFiles() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tag files that are defined in this tag library.
- getTagInfo() - Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Get the TagInfo for this class.
- getTagInfo() - Method in class javax.servlet.jsp.tagext.TagFileInfo
- Returns information about this tag, parsed from the directives in the tag file.
- getTagLibrary() - Method in class javax.servlet.jsp.tagext.TagInfo
- The instance of TabLibraryInfo we belong to.
- getTagName() - Method in class javax.servlet.jsp.tagext.TagInfo
- The name of the Tag.
- getTagVariableInfos() - Method in class javax.servlet.jsp.tagext.TagInfo
- Get TagVariableInfo objects associated with this TagInfo.
- getTags() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tags that are defined in this tag library.
- getTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- The type (as a String) of this attribute.
- getURI() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The value of the uri attribute from the taglib directive for this library.
- getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
- Get a the value associated with a key.
- getValues() - Method in class javax.servlet.jsp.tagext.TagSupport
- Enumerate the keys for the values kept by this tag handler.
- getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the name of the scripting variable.
- getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
- information on scripting variables defined by the tag associated with this TagExtraInfo instance.
- getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
- Information on the scripting objects created by this tag at runtime.
H
- hasDynamicAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
- Get dynamicAttributes associated with this TagInfo.
I
- ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
- "id" is wired in to be ID.
- IterationTag - interface javax.servlet.jsp.tagext.IterationTag.
- The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
- id - Variable in class javax.servlet.jsp.tagext.TagSupport
- The value of the id attribute of this tag; or null.
- id - Variable in class javax.servlet.jsp.tagext.ValidationMessage
- info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- Information (documentation) for this TLD.
- infoString - Variable in class javax.servlet.jsp.tagext.TagInfo
- initParameters - Variable in class javax.servlet.jsp.tagext.TagLibraryValidator
- invoke(Writer) - Method in class javax.servlet.jsp.tagext.JspFragment
- Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
- isFragment() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Whether this attribute is of type JspFragment.
- isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Whether this attribute is required.
- isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Translation-time validation of the attributes.
- isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
- Translation-time validation of the attributes.
J
- JspFragment - class javax.servlet.jsp.tagext.JspFragment.
- Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
- JspFragment() - Constructor for class javax.servlet.jsp.tagext.JspFragment
- JspTag - interface javax.servlet.jsp.tagext.JspTag.
- Serves as a base class for Tag and SimpleTag.
- javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
- Classes and interfaces for the Core JSP 2.0 API.
- jspBody - Variable in class javax.servlet.jsp.tagext.SimpleTagSupport
- The body of the tag.
- jspContext - Variable in class javax.servlet.jsp.tagext.SimpleTagSupport
- The JSP context for the upcoming tag invocation.
- jspversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The version of the JSP specification this tag library is written to.
L
M
- message - Variable in class javax.servlet.jsp.tagext.ValidationMessage
N
- NESTED - Static variable in class javax.servlet.jsp.tagext.VariableInfo
- Scope information that scripting variable is visible only within the start/end tags.
- name - Variable in class javax.servlet.jsp.tagext.FunctionInfo
- name - Variable in class javax.servlet.jsp.tagext.TagAttributeInfo
- name - Variable in class javax.servlet.jsp.tagext.TagFileInfo
- nameFromAttribute - Variable in class javax.servlet.jsp.tagext.TagVariableInfo
- nameGiven - Variable in class javax.servlet.jsp.tagext.TagVariableInfo
P
- PageData - class javax.servlet.jsp.tagext.PageData.
- Translation-time information on a JSP page.
- PageData() - Constructor for class javax.servlet.jsp.tagext.PageData
- Sole constructor.
- pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
- The PageContext.
- parent - Variable in class javax.servlet.jsp.tagext.TagAdapter
- The parent, of this tag, converted (if necessary) to be of type Tag.
- parent - Variable in class javax.servlet.jsp.tagext.TagSupport
- parentDetermined - Variable in class javax.servlet.jsp.tagext.TagAdapter
- parentTag - Variable in class javax.servlet.jsp.tagext.SimpleTagSupport
- Reference to the enclosing tag.
- path - Variable in class javax.servlet.jsp.tagext.TagFileInfo
- prefix - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The prefix assigned to this taglib from the taglib directive.
R
- REQUEST_TIME_VALUE - Static variable in class javax.servlet.jsp.tagext.TagData
- Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
- release() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Release state.
- release() - Method in interface javax.servlet.jsp.tagext.Tag
- Called on a Tag handler to release state.
- release() - Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- release() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Release any data kept by this instance for validation purposes.
- release() - Method in class javax.servlet.jsp.tagext.TagSupport
- Release state.
- removeValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
- Remove a value associated with a key.
- reqTime - Variable in class javax.servlet.jsp.tagext.TagAttributeInfo
- required - Variable in class javax.servlet.jsp.tagext.TagAttributeInfo
S
- SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
- Skip body evaluation.
- SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
- Skip the rest of the page.
- SimpleTag - interface javax.servlet.jsp.tagext.SimpleTag.
- Interface for defining Simple Tag Handlers.
- SimpleTagSupport - class javax.servlet.jsp.tagext.SimpleTagSupport.
- A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() - Constructor for class javax.servlet.jsp.tagext.SimpleTagSupport
- Sole constructor.
- scope - Variable in class javax.servlet.jsp.tagext.TagVariableInfo
- scope - Variable in class javax.servlet.jsp.tagext.VariableInfo
- setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
- Set the value of an attribute.
- setBodyContent(BodyContent) - Method in interface javax.servlet.jsp.tagext.BodyTag
- Set the bodyContent property.
- setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Prepare for evaluation of the body: stash the bodyContent away.
- setDynamicAttribute(String, String, Object) - Method in interface javax.servlet.jsp.tagext.DynamicAttributes
- Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag Library Descriptor.
- setId(String) - Method in class javax.servlet.jsp.tagext.TagSupport
- Set the id attribute for this tag.
- setInitParameters(Map) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Set the init data in the TLD for this validator.
- setJspBody(JspFragment) - Method in interface javax.servlet.jsp.tagext.SimpleTag
- Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
- setJspBody(JspFragment) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Stores the provided JspFragment.
- setJspContext(JspContext) - Method in interface javax.servlet.jsp.tagext.SimpleTag
- Called by the container to provide this tag handler with
the
JspContext
for this invocation. - setJspContext(JspContext) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Stores the provided JSP context in the private jspContext field.
- setPageContext(PageContext) - Method in interface javax.servlet.jsp.tagext.Tag
- Set the current page context.
- setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
- Set the page context.
- setParent(JspTag) - Method in interface javax.servlet.jsp.tagext.SimpleTag
- Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
- Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
- Set the nesting tag of this tag.
- setTagExtraInfo(TagExtraInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
- Set the instance for extra tag information.
- setTagInfo(TagInfo) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Set the TagInfo for this class.
- setTagLibrary(TagLibraryInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
- Set the TagLibraryInfo property.
- setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
- Associate a value with a String key.
- shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The preferred short name (prefix) as indicated in the TLD.
- simpleTagAdaptee - Variable in class javax.servlet.jsp.tagext.TagAdapter
- The simple tag that's being adapted.
- smallIcon - Variable in class javax.servlet.jsp.tagext.TagInfo
T
- Tag - interface javax.servlet.jsp.tagext.Tag.
- The interface of a classic tag handler that does not want to manipulate its body.
- TagAdapter - class javax.servlet.jsp.tagext.TagAdapter.
- Wraps any SimpleTag and exposes it using a Tag interface.
- TagAdapter(SimpleTag) - Constructor for class javax.servlet.jsp.tagext.TagAdapter
- Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
- TagAttributeInfo - class javax.servlet.jsp.tagext.TagAttributeInfo.
- Information on the attributes of a Tag, available at translation time.
- TagAttributeInfo(String, boolean, String, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
- Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
- JSP 2.0 Constructor for TagAttributeInfo.
- TagData - class javax.servlet.jsp.tagext.TagData.
- The (translation-time only) attribute/value information for a tag instance.
- TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
- Constructor for TagData.
- TagData(Hashtable) - Constructor for class javax.servlet.jsp.tagext.TagData
- Constructor for a TagData.
- TagExtraInfo - class javax.servlet.jsp.tagext.TagExtraInfo.
- Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
- TagExtraInfo() - Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
- Sole constructor.
- TagFileInfo - class javax.servlet.jsp.tagext.TagFileInfo.
- Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagFileInfo(String, String, TagInfo) - Constructor for class javax.servlet.jsp.tagext.TagFileInfo
- Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
- TagInfo - class javax.servlet.jsp.tagext.TagInfo.
- Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 1.1 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 1.2 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 2.0 format for TLD.
- TagLibraryInfo - class javax.servlet.jsp.tagext.TagLibraryInfo.
- Translation-time information associated with a taglib directive, and its underlying TLD file.
- TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
- Constructor.
- TagLibraryValidator - class javax.servlet.jsp.tagext.TagLibraryValidator.
- Translation-time validator class for a JSP page.
- TagLibraryValidator() - Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
- Sole constructor.
- TagSupport - class javax.servlet.jsp.tagext.TagSupport.
- A base class for defining new tag handlers implementing Tag.
- TagSupport() - Constructor for class javax.servlet.jsp.tagext.TagSupport
- Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
- TagVariableInfo - class javax.servlet.jsp.tagext.TagVariableInfo.
- Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagVariableInfo(String, String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.TagVariableInfo
- Constructor for TagVariableInfo.
- TryCatchFinally - interface javax.servlet.jsp.tagext.TryCatchFinally.
- The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
- tagClassName - Variable in class javax.servlet.jsp.tagext.TagInfo
- tagExtraInfo - Variable in class javax.servlet.jsp.tagext.TagInfo
- tagFiles - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tag files that are defined in this tag library.
- tagInfo - Variable in class javax.servlet.jsp.tagext.TagExtraInfo
- tagInfo - Variable in class javax.servlet.jsp.tagext.TagFileInfo
- tagLibrary - Variable in class javax.servlet.jsp.tagext.TagInfo
- tagName - Variable in class javax.servlet.jsp.tagext.TagInfo
- tagVariableInfo - Variable in class javax.servlet.jsp.tagext.TagInfo
- tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tags that are defined in this tag library.
- tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The version of the tag library.
- toString() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
- type - Variable in class javax.servlet.jsp.tagext.TagAttributeInfo
U
- uri - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The value of the uri attribute from the taglib directive for this library.
- urn - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The "reliable" URN indicated in the TLD.
V
- ValidationMessage - class javax.servlet.jsp.tagext.ValidationMessage.
- A validation message from either TagLibraryValidator or TagExtraInfo.
- ValidationMessage(String, String) - Constructor for class javax.servlet.jsp.tagext.ValidationMessage
- Create a ValidationMessage.
- VariableInfo - class javax.servlet.jsp.tagext.VariableInfo.
- Information on the scripting variables that are created/modified by a tag (at run-time).
- VariableInfo(String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.VariableInfo
- Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
- validate(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Translation-time validation of the attributes.
- validate(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
- Translation-time validation of the attributes.
- validate(String, String, PageData) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Validate a JSP page.
- values - Variable in class javax.servlet.jsp.tagext.TagSupport
- varName - Variable in class javax.servlet.jsp.tagext.VariableInfo
W
- writeOut(Writer) - Method in class javax.servlet.jsp.tagext.BodyContent
- Write the contents of this BodyContent into a Writer.
Z
- ZERO_VARIABLE_INFO - Static variable in class javax.servlet.jsp.tagext.TagExtraInfo
A B C D E F G H I J L M N P R S T U V W Z
|
|||||||||
Home >> All >> javax >> servlet >> jsp >> [ tagext overview ] | PREV NEXT |