public class JspCompletionProvider extends HtmlCompletionProvider
| Constructor and Description |
|---|
JspCompletionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AttributeCompletion> |
getAttributeCompletionsForTag(java.lang.String tagName)
Overridden to handle JSP tags on top of standard HTML tags.
|
protected java.util.List<Completion> |
getTagCompletions()
Overridden to include JSP-specific tags in addition to the standard
HTML tags.
|
protected void |
initCompletions()
Overridden to load
jsp:* tags also. |
protected boolean |
isValidChar(char ch) |
defaultGetAlreadyEnteredText, getAlreadyEnteredText, getCompletionsImpl, isAutoActivateOkayprotected java.util.List<AttributeCompletion> getAttributeCompletionsForTag(java.lang.String tagName)
getAttributeCompletionsForTag in class HtmlCompletionProvidertagName - The tag whose attributes are being code-completed.null if the tag is not
recognized.protected java.util.List<Completion> getTagCompletions()
getTagCompletions in class HtmlCompletionProviderprotected void initCompletions()
jsp:* tags also.initCompletions in class HtmlCompletionProviderprotected boolean isValidChar(char ch)