|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.TagTypeHandler
public final class TagTypeHandler
This is a markup inline filter. It identifies tags which are allowed open-close in the markup, but which for Wicket to be processed correctly must be open-body-close.
| Constructor Summary | |
|---|---|
TagTypeHandler()
Construct. |
|
| Method Summary | |
|---|---|
MarkupElement |
nextTag()
Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met. |
static boolean |
requiresOpenBodyCloseTag(java.lang.String name)
Gets whether this tag does not require open-body-close tags. |
| Methods inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter |
|---|
getParent, nextComponentTag, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagTypeHandler()
| Method Detail |
|---|
public MarkupElement nextTag()
throws java.text.ParseException
java.text.ParseExceptionIMarkupFilter.nextTag()public static boolean requiresOpenBodyCloseTag(java.lang.String name)
name - The tag's name, e.g. a, br, div, etc.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||