|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Clientlet
A clientlet processes a URL response and creates content renderable by a user agent.
ClientletSelector.select(ClientletRequest, ClientletResponse)| Method Summary | |
|---|---|
void |
process(ClientletContext context)
This method is invoked by a clientlet engine to process a URL response. |
| Method Detail |
|---|
void process(ClientletContext context)
throws ClientletException
ClientletContext.setResultingContent(ComponentContent)
or redirect navigation elsewhere.
context - An instance of ClientletContext which
represents the current request context.
ClientletException - This may be thrown by a clientlet
when there are document errors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||