|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface implemented by services that may be cached for a period of time
by the client browser. If a service desires to be cacheable for the entire
browser session, it should always return a constant value from its
getVersion()
method.
Method Summary | |
int |
getVersion()
Returns the version of the service to be retrieved. |
Methods inherited from interface nextapp.echoservlet.Service |
getId, service |
Method Detail |
public int getVersion()
getVersion()
should return distinct values whenever the
service's content may have changed.
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |