All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.commerce.tld Maven / Gradle / Ivy





  1.0
  1.2
  gc
  http://www.groupbyinc.com/jsp/jstl
  GroupBy Utils
  Functions for interacting with the bridge

  
    results
    
      com.groupbyinc.api.tags.ResultsTag
    
    empty
    Fetch Results from the Server
    
      var
      true
      true
      The name of the el variable to create in the page scope
    
    
      searchString
      true
      true
      The query to search with
    
    
      sort
      false
      true
      Sort Direction|desc or asc
    
    
      fields
      false
      true
      Tilde ~ separated list of fields to bring back with each
        record. If this is not set, no fields will be returned. If * is
        specified all fields will be returned
      
    
    
      refinements
      false
      true
      refinements to apply to the data set
    
    
      customUrlParams
      false
      true
      Other parameters for the server
    
    
      bridgeHost
      false
      true
      The host of the bridge service
    
    
      bridgePort
      false
      true
      The port of the bridge service
    
    
      clientKey
      false
      true
      the key to use for queries to the bridge
    
    
      collection
      false
      true
      the collection, example, FAQs
    
    
      area
      false
      true
      The area to bring back
    
  

  
    
      MD5 a string
    
    md5
    com.groupbyinc.api.tags.Functions
    java.lang.String md5(java.lang.String)
  
  
    
      regex replace
    
    replaceAll
    com.groupbyinc.api.tags.Functions
    java.lang.String replaceAll(java.lang.String,
      java.lang.String, java.lang.String)
    
  
  
    
      JavaScript Escape function
    
    escapeJs
    com.groupbyinc.api.tags.Functions
    java.lang.String escapeJs(java.lang.String)
  
  
    
      Collection contains method
    
    contains
    com.groupbyinc.api.tags.Functions
    boolean contains(java.util.Collection,java.lang.Object)
  
  
    
      camelCase 2 Camel Case
    
    uncamel
    com.groupbyinc.api.tags.Functions
    java.lang.String uncamel(java.lang.String)
  
  
    
      Reverse a list
    
    reverse
    com.groupbyinc.api.tags.Functions
    java.util.List reverse(java.util.List)
  
  
    
      Convert epoch long to ISO date
    
    epochToIso
    com.groupbyinc.api.tags.Functions
    java.lang.String epochToIso(java.lang.String)
  
  
    
      Check if refinement value is selected
    
    isRefinementSelected
    com.groupbyinc.api.tags.Functions
    boolean isRefinementSelected(com.groupbyinc.api.model.AbstractResults, java.lang.String, java.lang.String)
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy