|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo2.webcontainer.WindowHtmlService
public class WindowHtmlService
Completely re-renders a browser window. This is the default service invoked when the user visits an application.
Field Summary | |
---|---|
static WindowHtmlService |
INSTANCE
|
static java.lang.String |
ROOT_ID
Root element identifier. |
Fields inherited from interface nextapp.echo2.webrender.Service |
---|
DO_NOT_CACHE |
Constructor Summary | |
---|---|
WindowHtmlService()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the unique identifier of this service. |
int |
getVersion()
Returns the version of the service to be retrieved. |
void |
service(nextapp.echo2.webrender.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 |
---|
public static final WindowHtmlService INSTANCE
public static final java.lang.String ROOT_ID
Constructor Detail |
---|
public WindowHtmlService()
Method Detail |
---|
public java.lang.String getId()
nextapp.echo2.webrender.Service
getId
in interface nextapp.echo2.webrender.Service
Service.getId()
public int getVersion()
nextapp.echo2.webrender.Service
getVersion()
should return distinct values whenever the
service's content may have changed.
getVersion
in interface nextapp.echo2.webrender.Service
Service.getVersion()
public void service(nextapp.echo2.webrender.Connection conn) throws java.io.IOException
nextapp.echo2.webrender.Service
service
in interface nextapp.echo2.webrender.Service
conn
- A Connection
object which wraps
HttpServletRequest
and
HttpServletResponse
objects and provides
access to the facilities of the Echo application container.
java.io.IOException
- in the event of errors related to processing the
HTTP request or producing a response.Service.service(nextapp.echo2.webrender.Connection)
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |