org.openmuc.webinterface
Interface WebInterfacePlugin

All Superinterfaces:
org.osgi.service.http.HttpContext
All Known Implementing Classes:
EHZWebToolPlugin, MBusWebToolPlugin, MeasureToolPlugin, PlotWebToolPlugin, SunnyWebToolPlugin, WagoWebToolPlugin, WebconfiguratorPlugin, WebConfiguratorPlugin, WebExportToolPlugin

public interface WebInterfacePlugin
extends org.osgi.service.http.HttpContext


Field Summary
 
Fields inherited from interface org.osgi.service.http.HttpContext
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USER
 
Method Summary
 java.lang.String getApplicationAlias()
           
 java.lang.String getApplicationDescription()
           
 java.lang.String getApplicationName()
           
 PluginCategory getCategory()
           
 View getContentView(javax.servlet.http.HttpServletRequest request, PluginContext context)
           
 java.util.Hashtable<java.lang.String,java.lang.String> getResources()
           
 
Methods inherited from interface org.osgi.service.http.HttpContext
getMimeType, getResource, handleSecurity
 

Method Detail

getApplicationName

java.lang.String getApplicationName()

getApplicationAlias

java.lang.String getApplicationAlias()

getApplicationDescription

java.lang.String getApplicationDescription()

getCategory

PluginCategory getCategory()

getContentView

View getContentView(javax.servlet.http.HttpServletRequest request,
                    PluginContext context)

getResources

java.util.Hashtable<java.lang.String,java.lang.String> getResources()