public abstract class UrlRewriterTagAdapter extends TagAdapter
target| Constructor and Description |
|---|
UrlRewriterTagAdapter(TagVisitor target) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.CharSequence |
rewriteUrl(java.lang.CharSequence url)
Rewrites URLs.
|
void |
tag(Tag tag)
Invoked on
tag (open, close or empty). |
public UrlRewriterTagAdapter(TagVisitor target)
public void tag(Tag tag)
TagVisitortag (open, close or empty).
Warning: the passed tag instance should not be kept beyond this method as the parser reuse it!
tag in interface TagVisitortag in class TagAdapterprotected abstract java.lang.CharSequence rewriteUrl(java.lang.CharSequence url)
Copyright © 2003-present Jodd Team