Package org.apache.jasper.runtime
Class JspWriterImpl.CharBufferThreadLocalPool
- java.lang.Object
-
- org.apache.jasper.runtime.JspWriterImpl.CharBufferThreadLocalPool
-
- Enclosing class:
- JspWriterImpl
private static class JspWriterImpl.CharBufferThreadLocalPool extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CharBufferThreadLocalPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JspWriterImpl.CharBuffer
allocate(int size)
void
release(JspWriterImpl.CharBuffer buffer)
int
remaining()
-
-
-
Method Detail
-
allocate
public JspWriterImpl.CharBuffer allocate(int size)
-
release
public void release(JspWriterImpl.CharBuffer buffer)
-
remaining
public int remaining()
-
-