wicket.markup
Interface IMarkupParserFactory

All Known Implementing Classes:
MarkupParserFactory

public interface IMarkupParserFactory

Factory used to generate MarkupParser objects

Author:
Igor Vaynberg (ivaynberg)

Method Summary
 MarkupParser newMarkupParser()
           
 

Method Detail

newMarkupParser

MarkupParser newMarkupParser()
Returns:
new instance of MarkupParser


Copyright © 2004-2007 Wicket developers. All Rights Reserved.