- setAttr(String, String, String, String) - Method in class lt.velykis.maven.skins.reflow.HtmlTool
-
Sets attribute to the given value on elements in HTML.
- setKey(String) - Method in class lt.velykis.maven.skins.reflow.SkinConfigTool
-
Sets the key under which this tool has been configured.
- SKIN_KEY - Static variable in class lt.velykis.maven.skins.reflow.SkinConfigTool
-
By default use Reflow skin configuration tag
- SkinConfigTool - Class in lt.velykis.maven.skins.reflow
-
An Apache Velocity tool that simplifies retrieval of custom configuration values for a
Maven Site.
- SkinConfigTool() - Constructor for class lt.velykis.maven.skins.reflow.SkinConfigTool
-
- slug(String, String) - Static method in class lt.velykis.maven.skins.reflow.HtmlTool
-
Creates a slug (latin text with no whitespace or other symbols) for a longer text (i.e.
- slug(String) - Static method in class lt.velykis.maven.skins.reflow.HtmlTool
-
Creates a slug (latin text with no whitespace or other symbols) for a longer text (i.e.
- split(String, String) - Method in class lt.velykis.maven.skins.reflow.HtmlTool
-
Splits the given HTML content into partitions based on the given separator selector.
- split(String, String, String) - Method in class lt.velykis.maven.skins.reflow.HtmlTool
-
Splits the given HTML content into partitions based on the given separator selector.
- split(String, String, HtmlTool.JoinSeparator) - Method in class lt.velykis.maven.skins.reflow.HtmlTool
-
Splits the given HTML content into partitions based on the given separator selector.The
separators are either dropped or joined with before/after depending on the indicated
separator strategy.
- splitOnStarts(String, String) - Method in class lt.velykis.maven.skins.reflow.HtmlTool
-
Splits the given HTML content into partitions based on the given separator selector.