Tabnine Logo
SharedUtils.evaluateExpressions
Code IndexAdd Tabnine to your IDE (free)

How to use
evaluateExpressions
method
in
javax.faces.application.SharedUtils

Best Java code snippets using javax.faces.application.SharedUtils.evaluateExpressions (Showing top 16 results out of 315)

origin: javax/javaee-web-api

static Map<String, List<String>> evaluateExpressions(FacesContext context, Map<String, List<String>> map) {
  if (map != null && !map.isEmpty()) {
    Map<String, List<String>> ret = new HashMap<String, List<String>>(map.size());
    for (Map.Entry<String, List<String>> entry : map.entrySet()) {
      ret.put(entry.getKey(), evaluateExpressions(context, entry.getValue()));
    }
    
    return ret;
  }
  
  return map;
}
 
origin: com.sun.faces/jsf-api

static Map<String, List<String>> evaluateExpressions(FacesContext context, Map<String, List<String>> map) {
  if (map != null && !map.isEmpty()) {
    Map<String, List<String>> ret = new HashMap<String, List<String>>(map.size());
    for (Map.Entry<String, List<String>> entry : map.entrySet()) {
      ret.put(entry.getKey(), evaluateExpressions(context, entry.getValue()));
    }
    
    return ret;
  }
  
  return map;
}
 
origin: org.glassfish/javax.faces

static Map<String, List<String>> evaluateExpressions(FacesContext context, Map<String, List<String>> map) {
  if (map != null && !map.isEmpty()) {
    Map<String, List<String>> ret = new HashMap<String, List<String>>(map.size());
    for (Map.Entry<String, List<String>> entry : map.entrySet()) {
      ret.put(entry.getKey(), evaluateExpressions(context, entry.getValue()));
    }
    
    return ret;
  }
  
  return map;
}
 
origin: javax.faces/javax.faces-api

static Map<String, List<String>> evaluateExpressions(FacesContext context, Map<String, List<String>> map) {
  if (map != null && !map.isEmpty()) {
    Map<String, List<String>> ret = new HashMap<String, List<String>>(map.size());
    for (Map.Entry<String, List<String>> entry : map.entrySet()) {
      ret.put(entry.getKey(), evaluateExpressions(context, entry.getValue()));
    }
    
    return ret;
  }
  
  return map;
}
 
origin: jboss/jboss-javaee-specs

static Map<String, List<String>> evaluateExpressions(FacesContext context, Map<String, List<String>> map) {
  if (map != null && !map.isEmpty()) {
    Map<String, List<String>> ret = new HashMap<String, List<String>>(map.size());
    for (Map.Entry<String, List<String>> entry : map.entrySet()) {
      ret.put(entry.getKey(), evaluateExpressions(context, entry.getValue()));
    }
    
    return ret;
  }
  
  return map;
}
 
origin: org.glassfish/jakarta.faces

static Map<String, List<String>> evaluateExpressions(FacesContext context, Map<String, List<String>> map) {
  if (map != null && !map.isEmpty()) {
    Map<String, List<String>> ret = new HashMap<String, List<String>>(map.size());
    for (Map.Entry<String, List<String>> entry : map.entrySet()) {
      ret.put(entry.getKey(), evaluateExpressions(context, entry.getValue()));
    }
    
    return ret;
  }
  
  return map;
}
 
origin: eclipse-ee4j/mojarra

static Map<String, List<String>> evaluateExpressions(FacesContext context, Map<String, List<String>> map) {
  if (map != null && !map.isEmpty()) {
    Map<String, List<String>> ret = new HashMap<String, List<String>>(map.size());
    for (Map.Entry<String, List<String>> entry : map.entrySet()) {
      ret.put(entry.getKey(), evaluateExpressions(context, entry.getValue()));
    }
    
    return ret;
  }
  
  return map;
}
 
origin: eclipse-ee4j/mojarra

static Map<String, List<String>> evaluateExpressions(FacesContext context, Map<String, List<String>> map) {
  if (map != null && !map.isEmpty()) {
    Map<String, List<String>> ret = new HashMap<String, List<String>>(map.size());
    for (Map.Entry<String, List<String>> entry : map.entrySet()) {
      ret.put(entry.getKey(), evaluateExpressions(context, entry.getValue()));
    }
    
    return ret;
  }
  
  return map;
}
 
origin: javax/javaee-web-api

/**
 * <p class="changed_added_2_0">Construct an absolute URL suitable for a
 * "redirect" to this <code>NavigationCase</code> instance using {@link
 * javax.faces.application.ViewHandler#getRedirectURL} on the path
 * portion of the url.</p>
 *
 * @param context the {@link FacesContext} for the current request
 * @return the redirect URL.
 * @throws MalformedURLException if the process of constructing the
 * URL causes this exception to be thrown.
 */
public URL getRedirectURL(FacesContext context) throws MalformedURLException {
  ExternalContext extContext = context.getExternalContext();
  return new URL(extContext.getRequestScheme(),
      extContext.getRequestServerName(),
      extContext.getRequestServerPort(),
      context.getApplication().getViewHandler().getRedirectURL(context,
                                   getToViewId(context),
                                   SharedUtils.evaluateExpressions(context, getParameters()),
                                   isIncludeViewParams()));
}
origin: javax.faces/javax.faces-api

/**
 * <p class="changed_added_2_0">Construct an absolute URL suitable for a
 * "redirect" to this <code>NavigationCase</code> instance using {@link
 * javax.faces.application.ViewHandler#getRedirectURL} on the path
 * portion of the url.</p>
 *
 * @param context the {@link FacesContext} for the current request
 * @return the redirect URL.
 * @throws MalformedURLException if the process of constructing the
 * URL causes this exception to be thrown.
 */
public URL getRedirectURL(FacesContext context) throws MalformedURLException {
  ExternalContext extContext = context.getExternalContext();
  return new URL(extContext.getRequestScheme(),
      extContext.getRequestServerName(),
      extContext.getRequestServerPort(),
      context.getApplication().getViewHandler().getRedirectURL(context,
                                   getToViewId(context),
                                   SharedUtils.evaluateExpressions(context, getParameters()),
                                   isIncludeViewParams()));
}
origin: org.glassfish/javax.faces

/**
 * <p class="changed_added_2_0">
 * Construct an absolute URL suitable for a "redirect" to this <code>NavigationCase</code>
 * instance using {@link javax.faces.application.ViewHandler#getRedirectURL} on the path portion
 * of the url.
 * </p>
 *
 * @param context the {@link FacesContext} for the current request
 * @return the redirect URL.
 * @throws MalformedURLException if the process of constructing the URL causes this exception to
 *             be thrown.
 */
public URL getRedirectURL(FacesContext context) throws MalformedURLException {
  ExternalContext extContext = context.getExternalContext();
  return new URL(
    extContext.getRequestScheme(), 
    extContext.getRequestServerName(), 
    extContext.getRequestServerPort(),
    context.getApplication().getViewHandler().getRedirectURL(
      context, getToViewId(context), evaluateExpressions(context, getParameters()), isIncludeViewParams()));
}
origin: com.sun.faces/jsf-api

/**
 * <p class="changed_added_2_0">Construct an absolute URL suitable for a
 * "redirect" to this <code>NavigationCase</code> instance using {@link
 * javax.faces.application.ViewHandler#getRedirectURL} on the path
 * portion of the url.</p>
 *
 * @param context the {@link FacesContext} for the current request
 *
 * @throws MalformedURLException if the process of constructing the
 * URL causes this exception to be thrown.
 */
public URL getRedirectURL(FacesContext context) throws MalformedURLException {
  ExternalContext extContext = context.getExternalContext();
  return new URL(extContext.getRequestScheme(),
      extContext.getRequestServerName(),
      extContext.getRequestServerPort(),
      context.getApplication().getViewHandler().getRedirectURL(context,
                                   getToViewId(context),
                                   SharedUtils.evaluateExpressions(context, getParameters()),
                                   isIncludeViewParams()));
}
origin: org.glassfish/jakarta.faces

/**
 * <p class="changed_added_2_0">
 * Construct an absolute URL suitable for a "redirect" to this <code>NavigationCase</code>
 * instance using {@link javax.faces.application.ViewHandler#getRedirectURL} on the path portion
 * of the url.
 * </p>
 *
 * @param context the {@link FacesContext} for the current request
 * @return the redirect URL.
 * @throws MalformedURLException if the process of constructing the URL causes this exception to
 *             be thrown.
 */
public URL getRedirectURL(FacesContext context) throws MalformedURLException {
  ExternalContext extContext = context.getExternalContext();
  return new URL(
    extContext.getRequestScheme(), 
    extContext.getRequestServerName(), 
    extContext.getRequestServerPort(),
    context.getApplication().getViewHandler().getRedirectURL(
      context, getToViewId(context), evaluateExpressions(context, getParameters()), isIncludeViewParams()));
}
origin: jboss/jboss-javaee-specs

/**
 * <p class="changed_added_2_0">Construct an absolute URL suitable for a
 * "redirect" to this <code>NavigationCase</code> instance using {@link
 * javax.faces.application.ViewHandler#getRedirectURL} on the path
 * portion of the url.</p>
 *
 * @param context the {@link FacesContext} for the current request
 * @return the redirect URL.
 * @throws MalformedURLException if the process of constructing the
 * URL causes this exception to be thrown.
 */
public URL getRedirectURL(FacesContext context) throws MalformedURLException {
  ExternalContext extContext = context.getExternalContext();
  return new URL(extContext.getRequestScheme(),
      extContext.getRequestServerName(),
      extContext.getRequestServerPort(),
      context.getApplication().getViewHandler().getRedirectURL(context,
                                   getToViewId(context),
                                   SharedUtils.evaluateExpressions(context, getParameters()),
                                   isIncludeViewParams()));
}
origin: eclipse-ee4j/mojarra

/**
 * <p class="changed_added_2_0">
 * Construct an absolute URL suitable for a "redirect" to this <code>NavigationCase</code>
 * instance using {@link javax.faces.application.ViewHandler#getRedirectURL} on the path portion
 * of the url.
 * </p>
 *
 * @param context the {@link FacesContext} for the current request
 * @return the redirect URL.
 * @throws MalformedURLException if the process of constructing the URL causes this exception to
 *             be thrown.
 */
public URL getRedirectURL(FacesContext context) throws MalformedURLException {
  ExternalContext extContext = context.getExternalContext();
  return new URL(
    extContext.getRequestScheme(), 
    extContext.getRequestServerName(), 
    extContext.getRequestServerPort(),
    context.getApplication().getViewHandler().getRedirectURL(
      context, getToViewId(context), evaluateExpressions(context, getParameters()), isIncludeViewParams()));
}
origin: eclipse-ee4j/mojarra

/**
 * <p class="changed_added_2_0">
 * Construct an absolute URL suitable for a "redirect" to this <code>NavigationCase</code>
 * instance using {@link javax.faces.application.ViewHandler#getRedirectURL} on the path portion
 * of the url.
 * </p>
 *
 * @param context the {@link FacesContext} for the current request
 * @return the redirect URL.
 * @throws MalformedURLException if the process of constructing the URL causes this exception to
 *             be thrown.
 */
public URL getRedirectURL(FacesContext context) throws MalformedURLException {
  ExternalContext extContext = context.getExternalContext();
  return new URL(
    extContext.getRequestScheme(), 
    extContext.getRequestServerName(), 
    extContext.getRequestServerPort(),
    context.getApplication().getViewHandler().getRedirectURL(
      context, getToViewId(context), evaluateExpressions(context, getParameters()), isIncludeViewParams()));
}
javax.faces.applicationSharedUtilsevaluateExpressions

Popular methods of SharedUtils

  • isExpression

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • putExtra (Intent)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Collectors (java.util.stream)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now