org.openfaces.application
Class ViewExpiredExceptionHandler

java.lang.Object
  extended by javax.faces.context.ExceptionHandler
      extended by javax.faces.context.ExceptionHandlerWrapper
          extended by org.openfaces.application.ViewExpiredExceptionHandler
All Implemented Interfaces:
java.util.EventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListener, javax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>

public class ViewExpiredExceptionHandler
extends javax.faces.context.ExceptionHandlerWrapper


Constructor Summary
ViewExpiredExceptionHandler(javax.faces.context.ExceptionHandler wrapped)
           
 
Method Summary
 javax.faces.context.ExceptionHandler getWrapped()
           
 void handle()
           
static boolean isExpiredView(javax.faces.context.FacesContext context)
           
 
Methods inherited from class javax.faces.context.ExceptionHandlerWrapper
getHandledExceptionQueuedEvent, getHandledExceptionQueuedEvents, getRootCause, getUnhandledExceptionQueuedEvents, isListenerForSource, processEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewExpiredExceptionHandler

public ViewExpiredExceptionHandler(javax.faces.context.ExceptionHandler wrapped)
Method Detail

getWrapped

public javax.faces.context.ExceptionHandler getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>
Overrides:
getWrapped in class javax.faces.context.ExceptionHandlerWrapper

handle

public void handle()
            throws javax.faces.FacesException
Overrides:
handle in class javax.faces.context.ExceptionHandlerWrapper
Throws:
javax.faces.FacesException

isExpiredView

public static boolean isExpiredView(javax.faces.context.FacesContext context)


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.