| java.lang.Object weblogic.servlet.internal.ServletResponseImpl weblogic.servlet.internal.TerracottaServletResponseImpl
TerracottaServletResponseImpl | final public class TerracottaServletResponseImpl extends ServletResponseImpl implements TerracottaResponse(Code) | | The whole point of this class is to remain type compatible with weblogic's internal response types. There are places
in their container where the concrete type of the response needs to be instanceof compatible with their type. This
class also must reside in the weblogic package such that it can override and delegate package private methods. This
class is instrumented at runtime to override all non-private methods of ServletResponseImpl and delegate the
nativeResponse instance
|
addDateHeader | public void addDateHeader(String arg0, long arg1)(Code) | | |
addIntHeader | public void addIntHeader(String arg0, int arg1)(Code) | | |
containsHeader | public boolean containsHeader(String arg0)(Code) | | |
getBufferSize | public int getBufferSize()(Code) | | |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | |
isCommitted | public boolean isCommitted()(Code) | | |
reset | public void reset()(Code) | | |
resetBuffer | public void resetBuffer()(Code) | | |
setBufferSize | public void setBufferSize(int arg0)(Code) | | |
setCharacterEncoding | public void setCharacterEncoding(String arg0)(Code) | | |
setContentLength | public void setContentLength(int arg0)(Code) | | |
setDateHeader | public void setDateHeader(String arg0, long arg1)(Code) | | |
setIntHeader | public void setIntHeader(String arg0, int arg1)(Code) | | |
setStatus | public void setStatus(int arg0)(Code) | | |
|
|