|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for resources that can be served.
| Field Summary | |
static String |
versionId
|
| Method Summary | |
ContentItem |
getContentItem(javax.servlet.http.HttpServletRequest request)
Fetches the content item context for this resource. |
ContentSection |
getContentSection(javax.servlet.http.HttpServletRequest request)
Fetches the content section context for this resource. |
void |
init()
This method is called by the Dispatcher
that initializes this page. |
| Methods inherited from interface com.arsdigita.dispatcher.Dispatcher |
dispatch |
| Field Detail |
public static final String versionId
| Method Detail |
public void init()
throws javax.servlet.ServletException
Dispatcher
that initializes this page.
javax.servlet.ServletExceptionpublic ContentSection getContentSection(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public ContentItem getContentItem(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||