| java.lang.Object uk.org.ponder.rsf.components.UIComponent uk.org.ponder.rsf.components.UIVerbatim
All known Subclasses: uk.org.ponder.rsf.components.UIInitBlock,
UIVerbatim | public class UIVerbatim extends UIComponent (Code) | | A component which allows raw markup to be inserted into the rendered
output. Any users of this class should be flayed alive and then burnt over
hot coals. You have been warned - you have stepped outside the bounds of
RSF and the portability and coherence of your app cannot be guaranteed!
author: Martin G. Bananas (antranig@caret.cam.ac.uk) |
Field Summary | |
public Object | markup An Object holding the raw markup to be rendered. |
markup | public Object markup(Code) | | An Object holding the raw markup to be rendered. Either a String,
UIBoundString, InputStream (assumed UTF-8) or Reader, else toString()
will be called to get character data. May also be an ELReference
from which one of the previously mentioned types can be read.
|
|
|