public class BaseTagWriter extends java.lang.Object implements IRender
Note that pages outside of the application namespace (provided by the framework itself, or in a library) are "virtually located" in the application root.
Constructor and Description |
---|
BaseTagWriter() |
Modifier and Type | Method and Description |
---|---|
void |
render(IMarkupWriter writer,
IRequestCycle cycle)
The principal rendering/rewinding method.
|
public BaseTagWriter()
public void render(IMarkupWriter writer, IRequestCycle cycle)
IRender
Renderring and rewinding are the exact same process. The same code that renders must be able to restore state by going through the exact same operations (even though the output is discarded).