org.jasig.cas.web.flow
Class RedirectViewDescriptorCreator

java.lang.Object
  extended byorg.jasig.cas.web.flow.RedirectViewDescriptorCreator
All Implemented Interfaces:
org.springframework.webflow.ViewDescriptorCreator

public final class RedirectViewDescriptorCreator
extends java.lang.Object
implements org.springframework.webflow.ViewDescriptorCreator

Custom View Descriptor that allows the Web Flow to have an end state that allows for redirects based on a URL provided rather than just configured views.

Since:
3.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Constructor Summary
RedirectViewDescriptorCreator()
           
 
Method Summary
 org.springframework.webflow.ViewDescriptor createViewDescriptor(org.springframework.webflow.RequestContext requestContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectViewDescriptorCreator

public RedirectViewDescriptorCreator()
Method Detail

createViewDescriptor

public org.springframework.webflow.ViewDescriptor createViewDescriptor(org.springframework.webflow.RequestContext requestContext)
Specified by:
createViewDescriptor in interface org.springframework.webflow.ViewDescriptorCreator
Returns:
ViewDescriptor constructed from a ServiceUrl stored in the FlowScope as WebConstants.SERVICE and the model consisting of the ticket id stored in the flowscope.


Copyright © 2004-2005 Java Architectures Special Interest Group. All Rights Reserved.