org.jboss.portal.server.aspects.server
Class SessionInvalidatorInterceptor.InvalidationCommand

java.lang.Object
  extended by org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.InvalidationCommand
All Implemented Interfaces:
ServletCommand
Enclosing class:
SessionInvalidatorInterceptor

public static class SessionInvalidatorInterceptor.InvalidationCommand
extends java.lang.Object
implements ServletCommand


Constructor Summary
SessionInvalidatorInterceptor.InvalidationCommand()
           
 
Method Summary
 void execute(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionInvalidatorInterceptor.InvalidationCommand

public SessionInvalidatorInterceptor.InvalidationCommand()
Method Detail

execute

public void execute(HttpServletRequest req,
                    HttpServletResponse resp)
             throws ServletException,
                    java.io.IOException
Specified by:
execute in interface ServletCommand
Throws:
ServletException
java.io.IOException