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

Packages that use StringBufferPool
com.sapportals.portal.prt.util   
 

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

Fields in com.sapportals.portal.prt.util declared as StringBufferPool
protected static StringBufferPool StringUtils.BUFFER_POOL_URLS
           
protected static StringBufferPool StringBufferPool.m_corePoolFactory
           
 

Methods in com.sapportals.portal.prt.util that return StringBufferPool
protected  StringBufferPool SmartStringWriter.getStringBufferPool()
          This method can be overridden by subclasses to use a specific pool of StringBuffers.
static StringBufferPool StringBufferPool.getInstance()
          Gets the StringBufferPool instance.
static StringBufferPool StringBufferPool.getInstance(java.lang.String poolName)
          Gets a StringBufferPool specified by the poolName argument.
static StringBufferPool StringBufferPool.createInstance(java.lang.String poolName, int intialCapacity)
          Creates a pool and bind to the name specified by the poolName argument.
static StringBufferPool StringBufferPool.createInstance(java.lang.String poolName, int intialCapacity, int initialNbInstances)
          Creates a pool and bind to the name specified by the poolName argument.
static StringBufferPool StringBufferPool.createInstance(java.lang.String poolName, int intialCapacity, int initialNbInstances, int maxPoolSize)
          Creates a pool and bind to the name specified by the poolName argument.
protected  StringBufferPool StringBufferPool.createInstanceInternal(java.lang.String poolName, int intialCapacity)
          Creates a pool and bind to the name specified by the poolName argument.
protected  StringBufferPool StringBufferPool.createInstanceInternal(java.lang.String poolName, int intialCapacity, int initialNbInstances)
          Creates a pool and bind to the name specified by the poolName argument.
protected  StringBufferPool StringBufferPool.createInstanceInternal(java.lang.String poolName, int intialCapacity, int initialNbInstances, int maxPoolSize)
          Creates a pool and bind to the name specified by the poolName argument.
protected  StringBufferPool StringBufferPool.getInstanceInternal()
          Gets the StringBufferPool instance.
protected  StringBufferPool StringBufferPool.getInstanceInternal(java.lang.String poolName)
          Gets a StringBufferPool specified by the poolName argument.
 

Constructors in com.sapportals.portal.prt.util with parameters of type StringBufferPool
RecyclableStringBuffer(StringBufferPool pool)