|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PresentationManager | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.bebop.page | |
com.arsdigita.sitenode | Deprecated. Use the com.arsdigita.web package instead. |
com.arsdigita.templating | System for styling and rendering XML documents using XSLT. |
Uses of PresentationManager in com.arsdigita.bebop |
Methods in com.arsdigita.bebop that return PresentationManager | |
PresentationManager |
BebopConfig.getPresentationManager()
Gets the configured PresentationManger . |
Constructors in com.arsdigita.bebop with parameters of type PresentationManager | |
PageDispatcher(Page p,
PresentationManager pm)
Deprecated. Creates a new page dispatcher for a page object and a PresentationManager. |
Uses of PresentationManager in com.arsdigita.bebop.page |
Classes in com.arsdigita.bebop.page that implement PresentationManager | |
class |
PageTransformer
A class for managing and obtaining a Stylesheet based on the current request's location in the site map. |
Methods in com.arsdigita.bebop.page that return PresentationManager | |
PresentationManager |
BebopMapDispatcher.getPresentationManager()
|
Methods in com.arsdigita.bebop.page with parameters of type PresentationManager | |
void |
BebopMapDispatcher.setPresentationManager(PresentationManager pm)
Sets the presentation manager used by this dispatcher. |
Constructors in com.arsdigita.bebop.page with parameters of type PresentationManager | |
PageDispatcher(Page page,
PresentationManager pres)
Creates a new page dispatcher for a page object and a PresentationManager. |
Uses of PresentationManager in com.arsdigita.sitenode |
Classes in com.arsdigita.sitenode that implement PresentationManager | |
class |
BasePresentationManager
Deprecated. Use SimplePresentationManager instead. |
class |
SiteNodePresentationManager
Deprecated. Use PageTransformer in conjunction with LegacyStylesheetResolver . |
Methods in com.arsdigita.sitenode that return PresentationManager | |
static PresentationManager |
SiteNodePresentationManager.getInstance()
Deprecated. |
static PresentationManager |
BasePresentationManager.getInstance()
Deprecated. |
Uses of PresentationManager in com.arsdigita.templating |
Classes in com.arsdigita.templating that implement PresentationManager | |
class |
SimplePresentationManager
Deprecated. Use PageTransformer
instead |
Methods in com.arsdigita.templating that return PresentationManager | |
static PresentationManager |
Templating.getPresentationManager()
Deprecated. Use BebopConfig.getPresentationManager()
instead. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |