|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.nav2.utils.NoEscapeStringifier
public class NoEscapeStringifier
INTERNAL: Stringifier that stringifies occurrences to their internal string value and all other objects using obj.toString(). Contents are output without being HTML-escaped.
| Constructor Summary | |
|---|---|
NoEscapeStringifier()
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString(java.lang.Object object)
Returns a stringified version of the object, i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoEscapeStringifier()
| Method Detail |
|---|
public java.lang.String toString(java.lang.Object object)
StringifierIF
toString in interface StringifierIFobject - the object that is to be made a string
representation of.
object
argument.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||