Public Instance Methods : EsString

* sstHtmlEncode
	"ACTION
		Encode the receiver such that characters with special
		significance to HTML (such as $<) are specially encoded.
		Answer the result.

	RETURN VALUE
		<String>"
Categories
	SST-API Developer
* sstHtmlEncodeOn: stream
	"ACTION
		Encode the receiver on @stream such that characters with special
		significance to HTML (such as $<) are specially encoded.

	PARAMETERS
		stream : <writeableStream>"
Categories
	SST-API Developer
* sstHttpType
	"ACTION
		Answer the string which defines the HTML type of the receiver.
		For example, typical HTML text is defined as 'text/html'.

	RETURN VALUE
		<String>"
Categories
	SST-API Developer
* sstHttpString
	"ACTION
		Answer an http string representation of the receiver.

	RETURN VALUE
		<String>"
Categories
	SST-API User
* sstHttpStringOn: stream
	"ACTION
		Write the http representation of the receiver on @stream

	PARAMETERS
		stream : <writeableStream>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]