org.openmuc.framework.webui.spi
public interface PluginContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationAlias()
Get the plugin alias path.
|
java.lang.String |
getApplicationPath()
Get the path of plugin application including the application alias.
|
java.lang.String |
getLocalPath()
Get the plugin applications local path.
|
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
java.lang.String getApplicationPath()
java.lang.String getLocalPath()
java.lang.String getApplicationAlias()
javax.servlet.http.HttpServletResponse getResponse()
javax.servlet.http.HttpServletRequest getRequest()