| Home >> All >> com >> opensymphony >> module >> sitemesh >> [ taglib Javadoc ] |
| | com.opensymphony.module.sitemesh.taglib.decorator.* (7) | | com.opensymphony.module.sitemesh.taglib.page.* (2) |
com.opensymphony.module.sitemesh.taglib: Javadoc index of package com.opensymphony.module.sitemesh.taglib.
Package Samples:
com.opensymphony.module.sitemesh.taglib.page
com.opensymphony.module.sitemesh.taglib.decorator
Classes:
ApplyDecoratorTag: This tag inserts an external resource as a panel into the current Page. The page attribute should point to the panel resource which should expose an entire page (e.g. another JSP file producing HTML). This attribute can be relative to the page it is being called from or an absolute path from the context-root. OR If the page attribute is not specified, the body content is parsed into the com.opensymphony.module.sitemesh.Page object and has the com.opensymphony.module.sitemesh.Decorator applied. The (optional) decorator attribute is the name of the com.opensymphony.module.sitemesh.Decorator to apply ...
UsePageTag: Expose the Page as a bean to the page which can then be accessed from scriptlets. Depending on the TEI used, the object will be com.opensymphony.module.sitemesh.Page or com.opensymphony.module.sitemesh.HTMLPage .
AbstractTag: Convenience implementation of Tag containing generice methods required by all (or most) taglibs.
ParamTag: Add a parameter to the inline Decorator, as if specified in the Page.
UseHTMLPageTEI: TagExtraInfo implementation to expose HTMLPage object as variable.
UsePageTEI: TagExtraInfo implementation to expose Page object as variable.
TitleTag: Write the Page <title> value to out.
HeadTag: Write original HTMLPage head to out.
BodyTag: Write original Page body to out.
PropertyTag: Write property of Page to out.
| Home | Contact Us | Privacy Policy | Terms of Service |