Module org.apache.wicket.extensions
Interface ILinkParser
- All Known Implementing Classes:
DefaultLinkParser
,LinkParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
ILinkParser
parses an input text and performs modifications according to its render
strategies.- Author:
- Gerolf Seitz
-
Method Summary
-
Method Details
-
parse
Parses thetext
and changes it according to the providedILinkRenderStrategy
implementations.- Parameters:
text
- the input text which should be modified.- Returns:
- the modified input text.
-