org.jboss.portal.server.aspects.server
Class SignOutInterceptor.Invalidation

java.lang.Object
  extended by org.jboss.portal.server.aspects.server.SignOutInterceptor.Invalidation
All Implemented Interfaces:
org.jboss.portal.web.RequestDispatchCallback
Enclosing class:
SignOutInterceptor

public static class SignOutInterceptor.Invalidation
extends java.lang.Object
implements org.jboss.portal.web.RequestDispatchCallback


Constructor Summary
SignOutInterceptor.Invalidation()
           
 
Method Summary
 java.lang.Object doCallback(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.lang.Object handback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignOutInterceptor.Invalidation

public SignOutInterceptor.Invalidation()
Method Detail

doCallback

public java.lang.Object doCallback(javax.servlet.ServletContext servletContext,
                                   javax.servlet.http.HttpServletRequest req,
                                   javax.servlet.http.HttpServletResponse resp,
                                   java.lang.Object handback)
                            throws javax.servlet.ServletException,
                                   java.io.IOException
Specified by:
doCallback in interface org.jboss.portal.web.RequestDispatchCallback
Throws:
javax.servlet.ServletException
java.io.IOException