Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » html » rules » [javadoc | source]
com.opensymphony.module.sitemesh.html.rules
public interface: PageBuilder [javadoc | source] Allows a TagRule to add information to a Page object. The standard HTML processing rules bundled with SiteMesh use this interface instead of direct coupling to the HTMLPage class, allowing the rules to be used for HTML processing in applications outside of SiteMesh.
Method from com.opensymphony.module.sitemesh.html.rules.PageBuilder Summary:
addProperty
Method from com.opensymphony.module.sitemesh.html.rules.PageBuilder Detail:
 public  void addProperty(String key,
    String value)