|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.servletspy.handler.base.AbstractHandler
net.sourceforge.servletspy.handler.container.BeanTransformer
| Constructor Summary | |
BeanTransformer()
|
|
| Method Summary | |
void |
handle(IContext context)
The handle method of the IContextHandler is
called by the engine each time a subject object should be serialized. |
| Methods inherited from class net.sourceforge.servletspy.handler.base.AbstractHandler |
destroy, init |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BeanTransformer()
| Method Detail |
public void handle(IContext context)
throws java.lang.Exception
IContextHandlerhandle method of the IContextHandler is
called by the engine each time a subject object should be serialized.
The IContextHandler may do the serialization itself using
the operations provided by the IContext or pass the
serialization task to the next IContextHandler by calling
the proceed method on the IContext object.
handle in interface IContextHandlerhandle in class AbstractHandlerjava.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||