|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.sitenode.SiteNodePresentationManager
PageTransformer
in conjunction with LegacyStylesheetResolver
.
Class for managing and obtaining Stylesheets.
Field Summary | |
static String |
versionId
Deprecated. |
Constructor Summary | |
SiteNodePresentationManager()
Deprecated. |
Method Summary | |
protected Stylesheet |
getComposedStylesheet(SiteNode sn,
Locale l,
String outputType)
Deprecated. Returns a Stylesheet composed of rules from the XSL stylesheet from this site node, all of its parent site nodes, and the default stylesheets for the packages mounted on this site node and the parent site nodes. |
protected Stylesheet |
getComposedStylesheet(SiteNodeRequestContext rctx)
Deprecated. Returns a Stylesheet composed of rules from the XSL stylesheet from this site node, all of its parent site nodes, and the default stylesheets for the packages mounted on this site node and the parent site nodes. |
static PresentationManager |
getInstance()
Deprecated. |
void |
invalidateStylesheet(SiteNode sn)
Deprecated. Invalidates the stylesheet associated with this site node; will cause the composed stylesheet and the transformer to be rebuilt. |
void |
servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated. Uses servePage(Document, HttpServletRequest,
HttpServletResponse, Map) to implement the
PresentationManager interface. |
void |
servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Map params)
Deprecated. Serves an XML Document, getting and applying the appropriate XSLT. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
Constructor Detail |
public SiteNodePresentationManager()
Method Detail |
public static PresentationManager getInstance()
protected Stylesheet getComposedStylesheet(SiteNodeRequestContext rctx)
protected Stylesheet getComposedStylesheet(SiteNode sn, Locale l, String outputType)
public void invalidateStylesheet(SiteNode sn)
public void servePage(Document doc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
servePage(Document, HttpServletRequest,
HttpServletResponse, Map)
to implement the
PresentationManager
interface.
servePage
in interface PresentationManager
doc
- the XML document whose content is to be displayed
to the outputreq
- the servlet requestresp
- the servlet responsepublic void servePage(Document doc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map params)
doc
- the Bebop page to servereq
- the servlet requestresp
- the servlet responseparams
- XSLT parameters (ignored by this implementation)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |