Class GenericCasWebflowExceptionHandler

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.binding.message.MessageResolver buildErrorMessageResolver​(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)
      Build error message resolver.
      org.springframework.webflow.execution.Event handle​(java.lang.Exception 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 class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Constructor Detail

      • GenericCasWebflowExceptionHandler

        public GenericCasWebflowExceptionHandler()
    • Method Detail

      • handle

        public org.springframework.webflow.execution.Event handle​(java.lang.Exception exception,
                                                                  org.springframework.webflow.execution.RequestContext requestContext)
        Description copied from interface: CasWebflowExceptionHandler
        Handle event.
        Specified by:
        handle in interface CasWebflowExceptionHandler<java.lang.Exception>
        Parameters:
        exception - the exception
        requestContext - the request context
        Returns:
        the event
      • buildErrorMessageResolver

        protected org.springframework.binding.message.MessageResolver buildErrorMessageResolver​(java.lang.Exception exception,
                                                                                                org.springframework.webflow.execution.RequestContext requestContext)
        Build error message resolver.
        Parameters:
        exception - the exception
        requestContext - the request context
        Returns:
        the message resolver
      • supports

        public boolean supports​(java.lang.Exception exception,
                                org.springframework.webflow.execution.RequestContext requestContext)
        Description copied from interface: CasWebflowExceptionHandler
        Supports exception.
        Specified by:
        supports in interface CasWebflowExceptionHandler<java.lang.Exception>
        Parameters:
        exception - the exception
        requestContext - the request context
        Returns:
        true/false