Package eu.planets_project.tb.api.services.tags

Examples of eu.planets_project.tb.api.services.tags.DefaultServiceTagHandler


     * Gets a list of all default Service Annotation Tags using the default tag reader class
     * Service Annotation Tags are used to restrict the list of rendered services
     * @return
     */
    public Collection<ServiceTag> getAllDefaultServiceAnnotationTags(){
      DefaultServiceTagHandler dth = DefaultServiceTagHandlerImpl.getInstance();
      return dth.getAllTags();
    }
View Full Code Here

TOP

Related Classes of eu.planets_project.tb.api.services.tags.DefaultServiceTagHandler

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.