|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echoservlet.UnknownIdService
A service which is rendered in response to a request for a service that cannot be found.
| Field Summary | |
(package private) static Service |
SERVICE_UNKNOWN_ID
|
| Constructor Summary | |
private |
UnknownIdService()
Creates a new UnknownIdService. |
| Method Summary | |
Id |
getId()
Returns a unique identifier for this service. |
void |
service(Connection conn)
Services an HTTP request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static final Service SERVICE_UNKNOWN_ID
| Constructor Detail |
private UnknownIdService()
UnknownIdService.
| Method Detail |
public Id getId()
Service
getId in interface ServiceService.getId()public void service(Connection conn)
Service
service in interface Serviceconn - A Connection object which wraps
HttpServletRequest and
HttpServletResponse objects and provides
access to the facilities of the Echo application container.Service.service(nextapp.echoservlet.Connection)
|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||