public class LocalizedStringRender extends java.lang.Object implements IRender
TextToken
.Constructor and Description |
---|
LocalizedStringRender(IComponent component,
LocalizationToken token) |
Modifier and Type | Method and Description |
---|---|
void |
render(IMarkupWriter writer,
IRequestCycle cycle)
The principal rendering/rewinding method.
|
java.lang.String |
toString() |
public LocalizedStringRender(IComponent component, LocalizationToken token)
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).
public java.lang.String toString()
toString
in class java.lang.Object