Interface CasWebflowExceptionHandler<T extends java.lang.Exception>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UNKNOWN
      Unknown event id, principal or action.
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.webflow.execution.Event handle​(T exception, org.springframework.webflow.execution.RequestContext requestContext)
      Handle event.
      boolean supports​(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)
      Supports exception.
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Field Detail

      • UNKNOWN

        static final java.lang.String UNKNOWN
        Unknown event id, principal or action.
        See Also:
        Constant Field Values
    • Method Detail

      • handle

        org.springframework.webflow.execution.Event handle​(T exception,
                                                           org.springframework.webflow.execution.RequestContext requestContext)
        Handle event.
        Parameters:
        exception - the exception
        requestContext - the request context
        Returns:
        the event
      • supports

        boolean supports​(java.lang.Exception exception,
                         org.springframework.webflow.execution.RequestContext requestContext)
        Supports exception.
        Parameters:
        exception - the exception
        requestContext - the request context
        Returns:
        true/false