public class HtmlStaplerTagAdapter
extends jodd.lagarto.TagAdapter
| Modifier and Type | Field and Description |
|---|---|
protected HtmlStaplerBundlesManager |
bundlesManager |
protected BundleAction |
cssBundleAction |
protected boolean |
insideConditionalComment |
protected BundleAction |
jsBundleAction |
| Constructor and Description |
|---|
HtmlStaplerTagAdapter(HtmlStaplerBundlesManager bundlesManager,
java.lang.String servletPath,
jodd.lagarto.TagVisitor target) |
| Modifier and Type | Method and Description |
|---|---|
void |
condComment(java.lang.CharSequence expression,
boolean isStartingTag,
boolean isHidden,
java.lang.CharSequence comment) |
void |
end() |
char[] |
postProcess(char[] content)
Post process final content.
|
void |
script(jodd.lagarto.Tag tag,
java.lang.CharSequence body) |
void |
tag(jodd.lagarto.Tag tag) |
protected final HtmlStaplerBundlesManager bundlesManager
protected final BundleAction jsBundleAction
protected final BundleAction cssBundleAction
protected boolean insideConditionalComment
public HtmlStaplerTagAdapter(HtmlStaplerBundlesManager bundlesManager, java.lang.String servletPath, jodd.lagarto.TagVisitor target)
public void script(jodd.lagarto.Tag tag,
java.lang.CharSequence body)
script in interface jodd.lagarto.TagVisitorscript in class jodd.lagarto.TagAdapterpublic void tag(jodd.lagarto.Tag tag)
tag in interface jodd.lagarto.TagVisitortag in class jodd.lagarto.TagAdapterpublic void condComment(java.lang.CharSequence expression,
boolean isStartingTag,
boolean isHidden,
java.lang.CharSequence comment)
condComment in interface jodd.lagarto.TagVisitorcondComment in class jodd.lagarto.TagAdapterpublic void end()
end in interface jodd.lagarto.TagVisitorend in class jodd.lagarto.TagAdapterpublic char[] postProcess(char[] content)
RESOURCE_ONLY strategy.Copyright © 2003-2013 Jodd Team