public class SitemeshPreprocessor extends Object
Adds GSP Sitemesh integration directly to compiled GSP. head, meta, title, body and content tags are replaced with <sitemesh:capture*>...</sitemesh:capture*> taglibs The taglib is used to capture the content of each tag. This prevents the need to parse the content output like Sitemesh normally does.
Modifiers | Name | Description |
---|---|---|
static String |
XML_CLOSING_FOR_EMPTY_TAG_ATTRIBUTE_NAME |