java.lang.Object | |||
↳ | javax.servlet.GenericServlet | ||
↳ | javax.servlet.http.HttpServlet | ||
↳ | webwork.dispatcher.ClientServletDispatcher |
Dispatcher servlet that can be invoked by remote clients, such as applets.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
log |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Initialize dispatcher servlet
| |||||||||||
Service a request
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create an object input stream that wraps the URL connection stream.
| |||||||||||
Create an object input stream that wraps the URL connection stream.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Initialize dispatcher servlet
ServletException |
---|
Service a request
ServletException |
---|
Create an object input stream that wraps the URL connection stream.
This method can be overriden in order to create custom streams.in | the underlying stream. It is buffered |
---|
IOException |
---|
Create an object input stream that wraps the URL connection stream.
This method can be overriden in order to create custom streams.out | The OutputStream to wrap |
---|
IOException |
---|