Package railo.cli.util

Examples of railo.cli.util.EnumerationWrapper


  /**
   * @see javax.servlet.ServletContext#getAttributeNames()
   */
  public Enumeration getAttributeNames() {
    return new EnumerationWrapper(attributes);
  }
View Full Code Here


  /**
   * @see javax.servlet.ServletContext#getInitParameterNames()
   */
  public Enumeration getInitParameterNames() {
    return new EnumerationWrapper(parameters);
  }
View Full Code Here

TOP

Related Classes of railo.cli.util.EnumerationWrapper

Copyright © 2018 www.massapicom. 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.