org.apache.myfaces.shared_tomahawk.application
Class NavigationUtils

java.lang.Object
  extended by org.apache.myfaces.shared_tomahawk.application.NavigationUtils

public class NavigationUtils
extends Object

Author:
Leonardo Uribe

Constructor Summary
NavigationUtils()
           
 
Method Summary
static Map<String,List<String>> getEvaluatedNavigationParameters(javax.faces.context.FacesContext facesContext, Map<String,List<String>> parameters)
          Evaluate all EL expressions found as parameters and return a map that can be used for redirect or render bookmark links
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationUtils

public NavigationUtils()
Method Detail

getEvaluatedNavigationParameters

public static Map<String,List<String>> getEvaluatedNavigationParameters(javax.faces.context.FacesContext facesContext,
                                                                        Map<String,List<String>> parameters)
Evaluate all EL expressions found as parameters and return a map that can be used for redirect or render bookmark links

Parameters:
parameters - parameter map retrieved from NavigationCase.getParameters()
Returns:


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.