|
|||||||||
| Home >> All >> juju >> reattore >> server >> intercept >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
juju.reattore.server.intercept.impl
Class StatInterceptor

java.lang.Objectjuju.reattore.server.intercept.impl.VelocityInterceptor
juju.reattore.server.intercept.impl.StatInterceptor
- All Implemented Interfaces:
- juju.reattore.server.intercept.Interceptor
- public class StatInterceptor
- extends VelocityInterceptor
Very simple statistics servlet. Adds 'stat' to the velocty context, which is a list of Stat objects.
| Field Summary |
| Fields inherited from class juju.reattore.server.intercept.impl.VelocityInterceptor |
|
| Constructor Summary | |
StatInterceptor()
|
|
| Method Summary | |
protected boolean |
populateContext(org.apache.velocity.VelocityContext ctx,
juju.reattore.protocol.http.HttpRequest req,
juju.reattore.protocol.http.HttpResponse resp)
Hook to allow a derrived class to add extra items to the context. |
| Methods inherited from class juju.reattore.server.intercept.impl.VelocityInterceptor |
process, setLockedPath |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
StatInterceptor
public StatInterceptor()
| Method Detail |
populateContext
protected boolean populateContext(org.apache.velocity.VelocityContext ctx, juju.reattore.protocol.http.HttpRequest req, juju.reattore.protocol.http.HttpResponse resp)
- Description copied from class:
VelocityInterceptor - Hook to allow a derrived class to add extra items to the
context.
- Overrides:
populateContextin classVelocityInterceptor
|
|||||||||
| Home >> All >> juju >> reattore >> server >> intercept >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC