org.jboss.portal.server.impl
Class ServerInvocationContextImpl.Buffer

java.lang.Object
  extended by org.jboss.portal.common.text.CharBuffer
      extended by org.jboss.portal.server.impl.ServerInvocationContextImpl.Buffer
All Implemented Interfaces:
CharWriter
Enclosing class:
ServerInvocationContextImpl

public class ServerInvocationContextImpl.Buffer
extends CharBuffer


Field Summary
 
Fields inherited from class org.jboss.portal.common.text.CharBuffer
buffer, length
 
Constructor Summary
ServerInvocationContextImpl.Buffer(javax.servlet.http.HttpServletResponse resp, URLContext context, URLFormat format)
           
 
Method Summary
 java.lang.String toString(ServerURL url)
           
 
Methods inherited from class org.jboss.portal.common.text.CharBuffer
append, append, append, append, append, appendNoCheck, appendNoCheck, asString, asString, ensureCapacity, getCapacity, getLength, reset, setLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInvocationContextImpl.Buffer

public ServerInvocationContextImpl.Buffer(javax.servlet.http.HttpServletResponse resp,
                                          URLContext context,
                                          URLFormat format)
Method Detail

toString

public java.lang.String toString(ServerURL url)