org.benow.web.extension
Class ExtensionServiceImpl

java.lang.Object
  extended by org.benow.web.extension.ExtensionServiceImpl
All Implemented Interfaces:
org.benow.java.spec.Markup, org.benow.service.Service, ExtensionService

public class ExtensionServiceImpl
extends java.lang.Object
implements ExtensionService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.benow.web.extension.ExtensionService
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
 
Constructor Summary
ExtensionServiceImpl()
           
 
Method Summary
 java.util.List<ExtensionService.NamespaceSpecifications> getAllExtensions()
           
 java.util.List<ExtensionMethodSpecification> getExtensions(java.lang.String namespace)
           
 java.util.List<java.lang.String> getNamespaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionServiceImpl

public ExtensionServiceImpl()
Method Detail

getNamespaces

public java.util.List<java.lang.String> getNamespaces()
Specified by:
getNamespaces in interface ExtensionService

getAllExtensions

public java.util.List<ExtensionService.NamespaceSpecifications> getAllExtensions()
Specified by:
getAllExtensions in interface ExtensionService

getExtensions

public java.util.List<ExtensionMethodSpecification> getExtensions(java.lang.String namespace)
Specified by:
getExtensions in interface ExtensionService