Uses of Package
com.sapportals.portal.prt.util

Packages that use com.sapportals.portal.prt.util
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.pom   
com.sapportals.portal.prt.util   
com.sapportals.portal.prt.util.html   
 

Classes in com.sapportals.portal.prt.util used by com.sapportals.portal.prt.component
Guid
          Globally unique identifier.
Stringable
          Enables toString() method.
 

Classes in com.sapportals.portal.prt.util used by com.sapportals.portal.prt.pom
IReleasable
          IReleasable.java Created: Wed Jun 20 11:21:18 2001
Stringable
          Enables toString() method.
 

Classes in com.sapportals.portal.prt.util used by com.sapportals.portal.prt.util
AbstractPool
          Manages a pool of objects.
Guid
          Globally unique identifier.
MultiValuedMap
          Copyright (c) SAP Portals Europe GmbH 2001
RecyclableStringBuffer
          RecyclableStringBuffer.java Created: Wed Jun 27 11:00:43 2001
SharedString
          Class used by RecyclableStringBuffer to allow sharing the underlying char buffer, thus avoiding copying char[] along the call chain.
SmartBuffer
          Implements a character buffer that can be substituted with the StringBuffer.Note that this class is not thread safe.
The internal buffer is created by default with a size of 32 Charaters.
StringBufferPool
          StringBufferPool.java Created: Wed Jun 27 10:52:51 2001
 

Classes in com.sapportals.portal.prt.util used by com.sapportals.portal.prt.util.html
SharedString
          Class used by RecyclableStringBuffer to allow sharing the underlying char buffer, thus avoiding copying char[] along the call chain.