Class UrlRewriterTagAdapter
java.lang.Object
jodd.lagarto.TagAdapter
jodd.lagarto.adapter.UrlRewriterTagAdapter
- All Implemented Interfaces:
TagVisitor
URL Rewriter.
-
Field Summary
FieldsFields inherited from class TagAdapter
target -
Constructor Summary
ConstructorsConstructorDescriptionUrlRewriterTagAdapter(TagVisitor target, Function<CharSequence, CharSequence> rewriter) -
Method Summary
-
Field Details
-
rewriter
-
-
Constructor Details
-
UrlRewriterTagAdapter
-
-
Method Details
-
tag
Description copied from interface:TagVisitorInvoked ontag(open, close or empty).Warning: the passed tag instance should not be kept beyond this method as the parser reuse it!
- Specified by:
tagin interfaceTagVisitor- Overrides:
tagin classTagAdapter
-