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 privateCharBufferThreadLocalPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JspWriterImpl.CharBufferallocate(int size)voidrelease(JspWriterImpl.CharBuffer buffer)intremaining()
-
-
-
Method Detail
-
allocate
public JspWriterImpl.CharBuffer allocate(int size)
-
release
public void release(JspWriterImpl.CharBuffer buffer)
-
remaining
public int remaining()
-
-