|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@DataObject public interface StringDataObject
DataObject wrapping a String providing getters for url encoded and xml escaped variants.
String should not be used directly during the rendering stage.
Hence getString has the annontation @AccessDisallow({VIEW_CONSTRUCTION}).
| Method Summary | |
|---|---|
String |
getIso88591UrlEncoded()
The ISO-88591 url encoded variant of the string. |
String |
getString()
The plain value of the string. |
String |
getUtf8UrlEncoded()
The UTF8 url encoded variant of the string. |
String |
getXmlEscaped()
The xml escaped variant of the string. |
| Method Detail |
|---|
@AccessDisallow(value=VIEW_CONSTRUCTION) String getString()
String getUtf8UrlEncoded()
String getIso88591UrlEncoded()
String getXmlEscaped()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||