|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.datamodel.generic.StringDataObjectSupport
@DataObject public class StringDataObjectSupport
This helper class provides a utility implementation of the no.sesat.search.datamodel.StringDataObject interface.
Since this class directly implements the StringDataObject interface, the class can, and is intended to be used either by subclassing this implementation, or via ad-hoc delegation of an instance of this class from another.
| Constructor Summary | |
|---|---|
StringDataObjectSupport(String string)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringDataObjectSupport(String string)
string - | Method Detail |
|---|
public String getString()
StringDataObject
getString in interface StringDataObjectpublic String getUtf8UrlEncoded()
StringDataObject
getUtf8UrlEncoded in interface StringDataObjectpublic String getIso88591UrlEncoded()
StringDataObject
getIso88591UrlEncoded in interface StringDataObjectpublic String getXmlEscaped()
StringDataObject
getXmlEscaped in interface StringDataObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||