org.openmuc.framework.webui.spi
Interface WebUiPluginService

All Superinterfaces:
org.osgi.service.http.HttpContext

public interface WebUiPluginService
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 getAlias()
           
 PluginCategory getCategory()
           
 View getContentView(javax.servlet.http.HttpServletRequest request, PluginContext context)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.util.Hashtable<java.lang.String,java.lang.String> getResources()
           
 
Methods inherited from interface org.osgi.service.http.HttpContext
getMimeType, getResource, handleSecurity
 

Method Detail

getName

java.lang.String getName()

getAlias

java.lang.String getAlias()

getDescription

java.lang.String getDescription()

getCategory

PluginCategory getCategory()

getContentView

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

getResources

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