Package com.liferay.httpservice.internal.definition

Examples of com.liferay.httpservice.internal.definition.WebXMLDefinitionLoader


    super(bundleContext, HttpService.class, null);

    _bundleContext = bundleContext;
    _bundle = bundle;

    _webXMLDefinitionLoader = new WebXMLDefinitionLoader();
  }
View Full Code Here

TOP

Related Classes of com.liferay.httpservice.internal.definition.WebXMLDefinitionLoader

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.