|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Page interface is the central interface for the Page-pattern. As you might have guessed by the name. Basically the page-pattern is a way to get rid of render-events and provides a convenient way to encapsulate and inherit code for rendering a html page.
Method Summary | |
void |
createDefaultModels(ControlEventContext ctx)
The name of this method is somewhat misleading - |
void |
handOver(ControlEventContext ctx,
Page p)
Describe handOver method here. |
void |
render(ViewEventContext ctx)
Describe render method here. |
Method Detail |
public void createDefaultModels(ControlEventContext ctx)
ctx
- a ControlEventContext
valuepublic void render(ViewEventContext ctx) throws EventException, javax.servlet.ServletException, IOException
render
method here.
ctx
- a ViewEventContext
value
EventException
- if an error occurs
javax.servlet.ServletException
- if an error occurs
IOException
- if an error occurspublic void handOver(ControlEventContext ctx, Page p)
handOver
method here.
ctx
- a ControlEventContext
valuep
- a Page
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |