|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Writer
javax.servlet.jsp.JspWriter
com.sapportals.portal.prt.servlets_jsp.server.page.JspWriterFastImpl
public class JspWriterFastImpl
| Field Summary | |
|---|---|
static int |
DEFAULT_BUFFER_SIZE
Deprecated. |
static int |
K
Deprecated. |
| Fields inherited from class javax.servlet.jsp.JspWriter |
|---|
autoFlush, bufferSize, DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER |
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
JspWriterFastImpl(JSPResponse response,
int buffersize,
boolean autoflush)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. Clear the contents of the buffer. |
void |
clearBuffer()
Deprecated. Clears the current contents of the buffer. |
void |
close()
Deprecated. Close the stream, flushing it first. |
protected void |
finalize()
Deprecated. |
void |
flush()
Deprecated. |
Reader |
getReader()
Deprecated. Returns the value of this BodyJspWriter as a Reader. |
int |
getRemaining()
Deprecated. Returns the number of bytes unused in the buffer. |
String |
getString()
Deprecated. Return the value of the BodyJspWriter as a String. |
void |
newLine()
Deprecated. Write a line separator. |
void |
print(boolean b)
Deprecated. Print a boolean value. |
void |
print(char c)
Deprecated. Print a character. |
void |
print(char[] s)
Deprecated. Print an array of characters. |
void |
print(double d)
Deprecated. Print a double-precision floating-point number. |
void |
print(float f)
Deprecated. Print a floating-point number. |
void |
print(int i)
Deprecated. Print an integer. |
void |
print(long l)
Deprecated. Print a long integer. |
void |
print(Object obj)
Deprecated. Print an object. |
void |
print(String s)
Deprecated. Print a string. |
void |
println()
Deprecated. Terminate the current line by writing the line separator string. |
void |
println(boolean x)
Deprecated. Print a boolean value and then terminate the line. |
void |
println(char x)
Deprecated. Print a character and then terminate the line. |
void |
println(char[] x)
Deprecated. Print an array of characters and then terminate the line. |
void |
println(double x)
Deprecated. Print a double-precision floating-point number and then terminate the line. |
void |
println(float x)
Deprecated. Print a floating-point number and then terminate the line. |
void |
println(int x)
Deprecated. Print an integer and then terminate the line. |
void |
println(long x)
Deprecated. Print a long integer and then terminate the line. |
void |
println(Object x)
Deprecated. Print an Object and then terminate the line. |
void |
println(String x)
Deprecated. Print a String and then terminate the line. |
void |
releaseBuffer()
Deprecated. |
void |
write(char[] buf)
Deprecated. Write an array of characters. |
void |
write(char[] cbuf,
int off,
int len)
Deprecated. Write a portion of an array of characters. |
void |
write(int c)
Deprecated. Writes a single character. |
void |
write(String s)
Deprecated. Write a string. |
void |
write(String s,
int off,
int len)
Deprecated. Write a portion of a String. |
| Methods inherited from class javax.servlet.jsp.JspWriter |
|---|
getBufferSize, isAutoFlush |
| Methods inherited from class java.io.Writer |
|---|
append, append, append |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int K
public static final int DEFAULT_BUFFER_SIZE
| Constructor Detail |
|---|
public JspWriterFastImpl(JSPResponse response,
int buffersize,
boolean autoflush)
| Method Detail |
|---|
public void write(int c)
throws IOException
write in class Writerc - a char that will be written represented by its integer value
IOException
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class Writercbuf - A character arrayoff - Offset from which to start reading characterslen - Number of characters to write
IOException
public void write(char[] buf)
throws IOException
write in class Writerbuf - A character array
IOException
public void write(String s,
int off,
int len)
throws IOException
write in class Writers - String to be writtenoff - Offset from which to start reading characterslen - Number of characters to be written
IOException
public void write(String s)
throws IOException
write in class Writers - String to be written
IOException
public void newLine()
throws IOException
newLine in class JspWriterIOException - If an I/O error occurs
public void print(boolean b)
throws IOException
print in class JspWriterb - The boolean to be printed
IOException
public void print(char c)
throws IOException
print in class JspWriterc - The char to be printed
IOException
public void print(int i)
throws IOException
print in class JspWriteri - The int to be printed
IOExceptiontoString(int)
public void print(long l)
throws IOException
print in class JspWriterl - The long to be printed
IOExceptionLong.toString(long)
public void print(float f)
throws IOException
print in class JspWriterf - The float to be printed
IOExceptiontoString(float)
public void print(double d)
throws IOException
print in class JspWriterd - The double to be printed
IOExceptiontoString(double)
public void print(char[] s)
throws IOException
print in class JspWriters - The array of chars to be printed
NullPointerException - If s is null
IOException
public void print(String s)
throws IOException
print in class JspWriters - The String to be printed
IOException
public void print(Object obj)
throws IOException
print in class JspWriterobj - The Object to be printed
IOException
public void println()
throws IOException
println in class JspWriterIOException
public void println(boolean x)
throws IOException
println in class JspWriterx - The boolean to be printed
IOException
public void println(char x)
throws IOException
println in class JspWriterx - The char to be printed
IOException
public void println(int x)
throws IOException
println in class JspWriterx - The int to be printed
IOException
public void println(long x)
throws IOException
println in class JspWriterx - The long to be printed
IOException
public void println(float x)
throws IOException
println in class JspWriterx - The float to be printed
IOException
public void println(double x)
throws IOException
println in class JspWriterx - The double to be printed
IOException
public void println(char[] x)
throws IOException
println in class JspWriterx - The char array to be printed
IOException
public void println(String x)
throws IOException
println in class JspWriterx - The String to be printed
IOException
public void println(Object x)
throws IOException
println in class JspWriterx - the object that will be printed
IOException
public void clear()
throws IOException
clear in class JspWriterIOException - If an I/O error occurs
public void clearBuffer()
throws IOException
clearBuffer in class JspWriterIOException - If an I/O error occurs
public void close()
throws IOException
close in interface Closeableclose in class JspWriterIOException - If an I/O error occurspublic int getRemaining()
getRemaining in class JspWriterpublic Reader getReader()
public String getString()
protected void finalize()
throws Throwable
finalize in class ObjectThrowablepublic void releaseBuffer()
public void flush()
throws IOException
flush in interface Flushableflush in class JspWriterIOException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||