|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPortalRenderingPipeline
Describes the entry point into the uPortal rendering pipeline. TODO move statistics methods into this interface
| Method Summary | |
|---|---|
void |
clearSystemCharacterCache()
Clear the system character cache. |
void |
renderState(HttpServletRequest req,
HttpServletResponse res,
IUserInstance userInstance)
renderState method orchestrates the rendering pipeline which includes worker dispatching, and the
rendering process from layout access, to channel rendering, to writing content to the browser. |
| Method Detail |
|---|
void renderState(HttpServletRequest req,
HttpServletResponse res,
IUserInstance userInstance)
throws PortalException
renderState method orchestrates the rendering pipeline which includes worker dispatching, and the
rendering process from layout access, to channel rendering, to writing content to the browser.
req - the HttpServletRequestres - the HttpServletResponseuserInstance - The data object containing all information needed to rendering content for the current user
PortalException - if an error occursvoid clearSystemCharacterCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||