|
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.JspWriterImpl
public class JspWriterImpl
This class emulates some of the functionality found in the java.io.BufferedWriter and java.io.PrintWriter classes, however it differs in that it throws java.io.IOException from the print methods with PrintWriter does not.
| Field Summary |
|---|
| 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 | |
|---|---|
JspWriterImpl(JSPResponse response)
Deprecated. Construnct new JspWriterImpl |
|
JspWriterImpl(JSPResponse response,
int i,
boolean flag)
Deprecated. Construnct new JspWriterImpl |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. Clear buffer of the writer |
void |
clearBuffer()
Deprecated. Clear buffer of the writer |
void |
close()
Deprecated. Flush buffer and close writer |
void |
flush()
Deprecated. Flush buffer to output sream |
protected void |
flushBuffer()
Deprecated. Flush buffer to output sream |
int |
getBufferSize()
Deprecated. Return buffer size |
int |
getRemaining()
Deprecated. Return free buffer space |
void |
init(JSPResponse response,
int i,
boolean flag)
Deprecated. Init writer |
boolean |
isAutoFlush()
Deprecated. Check if autoflush |
void |
newLine()
Deprecated. Write a new line |
void |
print(boolean flag)
Deprecated. Print boolean |
void |
print(char c)
Deprecated. Print char |
void |
print(char[] ac)
Deprecated. Print char [] |
void |
print(double d)
Deprecated. Print double |
void |
print(float f)
Deprecated. Print float |
void |
print(int i)
Deprecated. Print int |
void |
print(long l)
Deprecated. Print long |
void |
print(Object obj)
Deprecated. Print Object |
void |
print(String s)
Deprecated. Print String |
void |
println()
Deprecated. Print new line |
void |
println(boolean flag)
Deprecated. Print boolean and new line |
void |
println(char c)
Deprecated. Print char and new line |
void |
println(char[] ac)
Deprecated. Print char [] and new line |
void |
println(double d)
Deprecated. Print double and new line |
void |
println(float f)
Deprecated. Print float and new line |
void |
println(int i)
Deprecated. Print int and new line |
void |
println(long l)
Deprecated. Print long and new line |
void |
println(Object obj)
Deprecated. Print Object and new line |
void |
println(String s)
Deprecated. Print String and new line |
void |
write(char[] ac)
Deprecated. Write array of char |
void |
write(char[] ac,
int i,
int j)
Deprecated. Write array of char |
void |
write(int i)
Deprecated. Write int |
void |
write(String s)
Deprecated. Write String |
void |
write(String s,
int i,
int j)
Deprecated. Write part of String |
| Methods inherited from class java.io.Writer |
|---|
append, append, append |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JspWriterImpl(JSPResponse response)
response - servlet response
public JspWriterImpl(JSPResponse response,
int i,
boolean flag)
response - responsei - buffer of writerflag - outoflush| Method Detail |
|---|
public final void init(JSPResponse response,
int i,
boolean flag)
throws IOException
IOException - throws it
protected final void flushBuffer()
throws IOException
IOException
public final void clear()
throws IOException
clear in class JspWriterIOException - throws it
public void flush()
throws IOException
flush in interface Flushableflush in class JspWriterIOException - throws it
public void close()
throws IOException
close in interface Closeableclose in class JspWriterIOException - throws itpublic int getBufferSize()
getBufferSize in class JspWriterpublic int getRemaining()
getRemaining in class JspWriterpublic boolean isAutoFlush()
isAutoFlush in class JspWriter
public void write(int i)
throws IOException
write in class Writeri - int to be writen
IOException
public void write(char[] ac,
int i,
int j)
throws IOException
write in class Writerac - array of chari - start index of arrayj - end index of array
IOException - throws it
public void write(char[] ac)
throws IOException
write in class Writerac - array of char
IOException - throws it
public void write(String s,
int i,
int j)
throws IOException
write in class Writers - String to be writeni - start index of Stringj - end index of String
IOException - throws it
public void write(String s)
throws IOException
write in class Writers - String to be writen
IOException - throws it
public void newLine()
throws IOException
newLine in class JspWriterIOException - throws it
public void print(boolean flag)
throws IOException
print in class JspWriterflag - boolean value
IOException - throws it
public void print(char c)
throws IOException
print in class JspWriterc - char value
IOException - throws it
public void print(int i)
throws IOException
print in class JspWriteri - int value
IOException - throws it
public void print(long l)
throws IOException
print in class JspWriterl - long value
IOException - throws it
public void print(float f)
throws IOException
print in class JspWriterf - float value
IOException - throws it
public void print(double d)
throws IOException
print in class JspWriterd - double value
IOException - throws it
public void print(char[] ac)
throws IOException
print in class JspWriterac - char [] value
IOException - throws it
public void print(String s)
throws IOException
print in class JspWriters - String value
IOException - throws it
public void print(Object obj)
throws IOException
print in class JspWriterobj - Objrct value
IOException - throws it
public void println()
throws IOException
println in class JspWriterIOException - throws it
public void println(boolean flag)
throws IOException
println in class JspWriterflag - boolean value
IOException - throws it
public void println(char c)
throws IOException
println in class JspWriterc - char value
IOException - throws it
public void println(int i)
throws IOException
println in class JspWriteri - int value
IOException - throws it
public void println(long l)
throws IOException
println in class JspWriterl - long value
IOException - throws it
public void println(float f)
throws IOException
println in class JspWriterf - float value
IOException - throws it
public void println(double d)
throws IOException
println in class JspWriterd - double value
IOException - throws it
public void println(char[] ac)
throws IOException
println in class JspWriterac - char [] value
IOException - throws it
public void println(String s)
throws IOException
println in class JspWriters - String value
IOException - throws it
public void println(Object obj)
throws IOException
println in class JspWriterobj - Object value
IOException - throws it
public void clearBuffer()
throws IOException
clearBuffer 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 | |||||||||