|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.parser.AbstractMarkupFilter
public abstract class AbstractMarkupFilter
Base class for markup filters
MarkupParser| Constructor Summary | |
|---|---|
AbstractMarkupFilter()
Construct. |
|
AbstractMarkupFilter(IMarkupFilter parent)
Construct. |
|
| Method Summary | |
|---|---|
IMarkupFilter |
getParent()
IMarkupFilters are usually chained with the last filter being an XML parser. |
protected ComponentTag |
nextComponentTag()
A convenience function to retrieve the next tag (same as nextTag()), however assuming that it is a ComponentTag. |
void |
setParent(IMarkupFilter parent)
Set new parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.wicket.markup.parser.IMarkupFilter |
|---|
nextTag |
| Constructor Detail |
|---|
public AbstractMarkupFilter()
public AbstractMarkupFilter(IMarkupFilter parent)
parent - The parent of this component The next element in the chain.| Method Detail |
|---|
public final IMarkupFilter getParent()
IMarkupFilter
getParent in interface IMarkupFilterpublic final void setParent(IMarkupFilter parent)
setParent in interface IMarkupFilterparent - The parent of this component The next element in the chain
protected final ComponentTag nextComponentTag()
throws java.text.ParseException
java.text.ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||