Examples of ValuesParam


Examples of org.exoplatform.container.xml.ValuesParam

    * @return the list of enclosed "classpath" resource bundles
    */
   @SuppressWarnings("unchecked")
   public List<String> getClasspathResources()
   {
      ValuesParam vParam = params.getValuesParam("classpath.resources");
      return vParam == null ? null : vParam.getValues();
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.