|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.markup.parser.AbstractMarkupFilter
wicket.markup.parser.filter.BodyOnLoadHandler
This is a markup inline filter. It detects &t;body> tags with onload attribute. The onload attribute must be copied from the component's markup to the Page's markup. In case onload loads and runs a javascript, it must either be referenced by file or included in <wicket:head>.
| Field Summary | |
static java.lang.String |
BODY_ID
The automatically assigned wicket:id to >body< tag |
| Constructor Summary | |
BodyOnLoadHandler(IMarkupFilter parent)
Construct. |
|
| Method Summary | |
MarkupElement |
nextTag()
Get the next tag from the next MarkupFilter in the chain and search for Wicket specific tags. |
| Methods inherited from class wicket.markup.parser.AbstractMarkupFilter |
getParent, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String BODY_ID
| Constructor Detail |
public BodyOnLoadHandler(IMarkupFilter parent)
parent - The next MarkupFilter in the chain| Method Detail |
public MarkupElement nextTag()
throws java.text.ParseException
java.text.ParseExceptionIMarkupFilter.nextTag()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||