- setAttr(String, String, String, String) - Method in class pl.matsuo.maven.skins.msb3.HtmlTool
 
- 
Sets attribute to the given value on elements in HTML.
 
- setKey(String) - Method in class pl.matsuo.maven.skins.msb3.SkinConfigTool
 
- 
Sets the key under which this tool has been configured.
 
- SKIN_KEY - Static variable in class pl.matsuo.maven.skins.msb3.SkinConfigTool
 
- 
By default use Msb3 skin configuration tag
 
- SkinConfigTool - Class in pl.matsuo.maven.skins.msb3
 
- 
An Apache Velocity tool that simplifies retrieval of custom configuration values for a
 Maven Site.
 
- SkinConfigTool() - Constructor for class pl.matsuo.maven.skins.msb3.SkinConfigTool
 
-  
 
- slug(String, String) - Static method in class pl.matsuo.maven.skins.msb3.HtmlTool
 
- 
Creates a slug (latin text with no whitespace or other symbols) for a longer text (i.e. to
 use in URLs).
 
- slug(String) - Static method in class pl.matsuo.maven.skins.msb3.HtmlTool
 
- 
Creates a slug (latin text with no whitespace or other symbols) for a longer text (i.e. to
 use in URLs).
 
- split(String, String) - Method in class pl.matsuo.maven.skins.msb3.HtmlTool
 
- 
Splits the given HTML content into partitions based on the given separator selector.
 
- split(String, String, String) - Method in class pl.matsuo.maven.skins.msb3.HtmlTool
 
- 
Splits the given HTML content into partitions based on the given separator selector.
 
- split(String, String, HtmlTool.JoinSeparator) - Method in class pl.matsuo.maven.skins.msb3.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 pl.matsuo.maven.skins.msb3.HtmlTool
 
- 
Splits the given HTML content into partitions based on the given separator selector.