org.apache.wicket.extensions.markup.html.basic
Interface ILinkParser

All Known Implementing Classes:
DefaultLinkParser, LinkParser

public interface ILinkParser

ILinkParser parses an input text and performs modifications according to its render strategies.

Author:
Gerolf Seitz

Method Summary
 java.lang.String parse(java.lang.String text)
          Parses the text and changes it according to the provided ILinkRenderStrategy implementations.
 

Method Detail

parse

java.lang.String parse(java.lang.String text)
Parses the text and changes it according to the provided ILinkRenderStrategy implementations.

Parameters:
text - the input text which should be modified.
Returns:
the modified input text.


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.