Class ImgAttributesRule
- java.lang.Object
-
- com.opensymphony.module.sitemesh.html.BasicRule
-
- org.codehaus.xsite.extractors.sitemesh.rules.ImgAttributesRule
-
- All Implemented Interfaces:
com.opensymphony.module.sitemesh.html.TagRule
public class ImgAttributesRule extends com.opensymphony.module.sitemesh.html.BasicRuleConvert attributes appended to the image src into real attributes. The additional attributes are separated with a '#' character, the attribute name is separated by '=' or '+=' from its value. The former will replace an existing attribute, the latter will add the value.- Author:
- Jörg Schaible
-
-
Constructor Summary
Constructors Constructor Description ImgAttributesRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(com.opensymphony.module.sitemesh.html.Tag tag)
-