|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Renderer
An object that can render a path, depending on the request passed as a parameter.
| Method Summary | |
|---|---|
boolean |
isRenderable(String path,
Request request)
Checks if this renderer can render a path. |
void |
render(String path,
Request request)
Renders a path. |
| Method Detail |
|---|
void render(String path,
Request request)
throws IOException
path - The path to render.request - The Tiles request context.
IOException - If something goes wrong during rendition.
boolean isRenderable(String path,
Request request)
path - The path to be rendered.request - The request context.
true if this renderer can render the attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||