|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response.Writer | |
|---|---|
| php.java.bridge | Internal VM Bridge core classes and interfaces. |
| Uses of Response.Writer in php.java.bridge |
|---|
| Subclasses of Response.Writer in php.java.bridge | |
|---|---|
protected class |
Response.ArrayValueWriter
|
protected class |
Response.AsyncVoidWriter
Writer used by the async protocol. |
protected class |
Response.AsyncWriter
Writer used by the async protocol. |
protected class |
Response.ClassicWriter
|
protected class |
Response.CoerceWriter
|
protected class |
Response.DefaultObjectWriter
Writer used by the async protocol. |
protected class |
Response.DefaultWriter
|
protected class |
Response.IncompleteArrayValueWriter
|
protected class |
Response.IncompleteClassicWriter
|
protected class |
Response.ObjectWriter
Writer used by the async protocol (begin/end document). |
protected class |
Response.WriterWithDelegate
|
| Methods in php.java.bridge that return Response.Writer | |
|---|---|
(package private) Response.Writer |
Response.setArrayValuesWriter()
|
protected Response.Writer |
Response.setArrayValueWriter()
Selects a specialized writer which writes objects as an array. |
Response.Writer |
Response.setAsyncVoidWriter()
Selects a specialized writer which does not write anything and does not generate a result proxy Used by async. protocol. |
Response.Writer |
Response.setAsyncWriter()
Selects a specialized writer which does not write anything. |
(package private) Response.Writer |
Response.setCoerceWriter()
|
Response.Writer |
Response.setDefaultWriter()
Selects the default writer |
Response.Writer |
Response.setObjectWriter()
Selects a specialized writer which always writes |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||