org.benow.web.extension
Interface ExtensionService

All Superinterfaces:
org.benow.java.spec.Markup, org.benow.service.Service
All Known Implementing Classes:
ExtensionServiceImpl

public interface ExtensionService
extends org.benow.service.Service


Nested Class Summary
static class ExtensionService.NamespaceSpecifications
           
 
Nested classes/interfaces inherited from interface org.benow.java.spec.Markup
org.benow.java.spec.Markup.ParamName, org.benow.java.spec.Markup.ReturnDescription
 
Method Summary
 java.util.List<ExtensionService.NamespaceSpecifications> getAllExtensions()
           
 java.util.List<ExtensionMethodSpecification> getExtensions(java.lang.String namespace)
           
 java.util.List<java.lang.String> getNamespaces()
           
 

Method Detail

getNamespaces

java.util.List<java.lang.String> getNamespaces()

getAllExtensions

java.util.List<ExtensionService.NamespaceSpecifications> getAllExtensions()

getExtensions

java.util.List<ExtensionMethodSpecification> getExtensions(java.lang.String namespace)