Package com.webmethods.caf.faces.servlet
Class HTMLBean
java.lang.Object
com.webmethods.caf.faces.servlet.HTMLBean
Helper for CAFFacesServlet head and foot templates.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
findMetaTags
(UIComponent component, List<IMetaTag> metaTags) Add the meta-tags in the specified component tree to the metaTags list.List ofIMetaTag
s.Portlet stylesheet url.CAF custom stylesheet url.getTitle()
Page title.void
Set response headers.
-
Field Details
-
PATH_PORTLET_CSS
- See Also:
-
PATH_SKIN_CSS
- See Also:
-
CONTENT_TYPE
- See Also:
-
CHARACTER_ENCODING
- See Also:
-
m_metaTags
-
-
Constructor Details
-
HTMLBean
public HTMLBean()
-
-
Method Details
-
setHeaders
public void setHeaders()Set response headers. -
getTitle
Page title. -
getPortletStylesheet
Portlet stylesheet url. -
getSkinStylesheet
CAF custom stylesheet url. -
getMetaTags
List ofIMetaTag
s. -
findMetaTags
Add the meta-tags in the specified component tree to the metaTags list.- Parameters:
component
- Component tree root.metaTags
- Meta-tags list.
-