|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.ui.jsp.JspWrapper
public class JspWrapper
This class provides an implementation of IHTTPOutput, which provides output services to connector UI interfaces.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected javax.servlet.jsp.JspWriter |
writer
|
| Constructor Summary | |
|---|---|
JspWrapper(javax.servlet.jsp.JspWriter writer)
Constructor. |
|
| Method Summary | |
|---|---|
void |
flush()
Flush the stream |
void |
newLine()
Write a newline |
void |
print(boolean b)
Write a boolean |
void |
print(char c)
Write a char |
void |
print(char[] c)
Write an array of chars |
void |
print(double d)
Write a double |
void |
print(float f)
Write a float |
void |
print(int i)
Write an int |
void |
print(long l)
Write a long |
void |
print(java.lang.Object o)
Write an object |
void |
print(java.lang.String s)
Write a string |
void |
println(boolean b)
Write a boolean |
void |
println(char c)
Write a char |
void |
println(char[] c)
Write an array of chars |
void |
println(double d)
Write a double |
void |
println(float f)
Write a float |
void |
println(int i)
Write an int |
void |
println(long l)
Write a long |
void |
println(java.lang.Object o)
Write an object |
void |
println(java.lang.String s)
Write a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
protected javax.servlet.jsp.JspWriter writer
| Constructor Detail |
|---|
public JspWrapper(javax.servlet.jsp.JspWriter writer)
| Method Detail |
|---|
public void flush()
throws java.io.IOException
flush in interface IHTTPOutputjava.io.IOException
public void newLine()
throws java.io.IOException
newLine in interface IHTTPOutputjava.io.IOException
public void print(boolean b)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void print(char c)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void print(char[] c)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void print(double d)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void print(float f)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void print(int i)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void print(long l)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void print(java.lang.Object o)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void print(java.lang.String s)
throws java.io.IOException
print in interface IHTTPOutputjava.io.IOException
public void println(boolean b)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
public void println(char c)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
public void println(char[] c)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
public void println(double d)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
public void println(float f)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
public void println(int i)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
public void println(long l)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
public void println(java.lang.Object o)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
public void println(java.lang.String s)
throws java.io.IOException
println in interface IHTTPOutputjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||