org.jasig.cas.web.flow
Class DynamicRedirectViewSelector

java.lang.Object
  extended by org.jasig.cas.web.flow.DynamicRedirectViewSelector
All Implemented Interfaces:
org.springframework.webflow.engine.ViewSelector

public final class DynamicRedirectViewSelector
extends java.lang.Object
implements org.springframework.webflow.engine.ViewSelector

ViewSelector that grabs the redirect URL from the proper ArgumentExtractor.

Since:
3.1
Version:
$Revision: 42063 $ $Date: 2007-06-11 15:52:26 -0400 (Mon, 11 Jun 2007) $
Author:
Scott Battaglia

Constructor Summary
DynamicRedirectViewSelector()
           
 
Method Summary
 boolean isEntrySelectionRenderable(org.springframework.webflow.execution.RequestContext request)
           
 org.springframework.webflow.execution.ViewSelection makeEntrySelection(org.springframework.webflow.execution.RequestContext request)
           
 org.springframework.webflow.execution.ViewSelection makeRefreshSelection(org.springframework.webflow.execution.RequestContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicRedirectViewSelector

public DynamicRedirectViewSelector()
Method Detail

makeRefreshSelection

public org.springframework.webflow.execution.ViewSelection makeRefreshSelection(org.springframework.webflow.execution.RequestContext context)
Specified by:
makeRefreshSelection in interface org.springframework.webflow.engine.ViewSelector

isEntrySelectionRenderable

public boolean isEntrySelectionRenderable(org.springframework.webflow.execution.RequestContext request)
Specified by:
isEntrySelectionRenderable in interface org.springframework.webflow.engine.ViewSelector

makeEntrySelection

public org.springframework.webflow.execution.ViewSelection makeEntrySelection(org.springframework.webflow.execution.RequestContext request)
Specified by:
makeEntrySelection in interface org.springframework.webflow.engine.ViewSelector


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