|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceHandler | |
com.arsdigita.cms.dispatcher | Provides a set of classes that serves requests to the Content Management System. |
com.arsdigita.cms.ui | Provides a set of UI components and tools for the Content Management System. |
com.arsdigita.cms.ui.formbuilder |
Uses of ResourceHandler in com.arsdigita.cms.dispatcher |
Classes in com.arsdigita.cms.dispatcher that implement ResourceHandler | |
(package private) class |
com.arsdigita.cms.dispatcher.BaseAsset
|
class |
CMSPage
A CMSPage is a Bebop Page
implementation of the ResourceHandler
interface. |
class |
DownloadAsset
A servlet used for downloading DPAssets. |
class |
ItemXML
XMLPage Designed to allow you to output straight XML directly from the ContentItem that implements XMLGenerator, with none of the surrounding headers, footers, etc |
class |
MasterPage
A CMSPage used for serving
content items. |
class |
ResourceHandlerImpl
An interface for resources that can be served. |
class |
StreamAsset
A resource handler which streams out a blob from the database. |
class |
StreamImage
A resource handler which streams out a blob from the database. |
Methods in com.arsdigita.cms.dispatcher that return ResourceHandler | |
ResourceHandler |
SimplePageResolver.getPage(String url)
Fetch the page associated with the request URL. |
protected ResourceHandler |
ServiceDispatcher.getResource(String url)
Fetch a page based on the URL stub. |
protected ResourceHandler |
ContentCenterDispatcher.getResource(String url)
Fetch a page based on the URL stub. |
protected ResourceHandler |
CMSDispatcher.getResource(ContentSection section,
String url)
Fetch a resource based on the URL stub. |
ResourceHandler |
PageResolver.getPage(String url)
Fetch the page associated with the request URL. |
Methods in com.arsdigita.cms.dispatcher with parameters of type ResourceHandler | |
void |
SimplePageResolver.registerPage(ResourceHandler page,
String url)
Register a page to the content section. |
void |
SimplePageResolver.unregisterPage(ResourceHandler page,
String url)
Register a page to the content section. |
abstract void |
PageResolver.registerPage(ResourceHandler page,
String url)
Register a page to the content section. |
abstract void |
PageResolver.unregisterPage(ResourceHandler page,
String url)
Register a page to the content section. |
void |
PageResolver.loadPage(String url,
ResourceHandler page)
Loads a page into the page resolver cache. |
Uses of ResourceHandler in com.arsdigita.cms.ui |
Classes in com.arsdigita.cms.ui that implement ResourceHandler | |
class |
AccessDenied
Access Denied page |
class |
ContentItemPage
Page for administering a content item. |
class |
ContentSectionPage
Contains the entire admin UI for a content section. |
class |
ItemSearchPage
The Item Search page. |
class |
Logout
A page that logs the current user out |
class |
SearchResultRedirector
Page for redirecting results of Search to the item to be displayed. |
class |
SectionConfigurationPage
Contains the entire admin UI for a content section. |
class |
WorkspacePage
The Content Center page. |
Uses of ResourceHandler in com.arsdigita.cms.ui.formbuilder |
Classes in com.arsdigita.cms.ui.formbuilder that implement ResourceHandler | |
class |
FormsUserPage
Deprecated. use PageFactory |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |