Uses of Class
com.sapportals.portal.prt.util.SharedString

Packages that use SharedString
com.sapportals.portal.prt.util   
com.sapportals.portal.prt.util.html   
 

Uses of SharedString in com.sapportals.portal.prt.util
 

Methods in com.sapportals.portal.prt.util that return SharedString
 SharedString SmartStringWriter.getSharedString()
           
static SharedString StringUtils.urlEncodeShared(java.lang.String s, char[] forceEncode)
          This is an extended version of the URLEncoder.encode method.
 SharedString RecyclableStringBuffer.getSharedString()
          Obtains a SharedString Object that shares the same underlying buffer.
 

Uses of SharedString in com.sapportals.portal.prt.util.html
 

Constructors in com.sapportals.portal.prt.util.html with parameters of type SharedString
HtmlSharedString(SharedString sString)