|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.khubla.pragmatach.plugin.jsp.plugin.PluginImpl
public class PluginImpl
Constructor Summary | |
---|---|
PluginImpl()
|
Method Summary | |
---|---|
I8NProvider |
getI8NProvider()
if this plugin exposes an I8NProvider, return it here, otherwise return null |
String |
getName()
name of the plugin |
PluginContext |
getPluginContext()
|
Map<String,Object> |
getTemplateVariables()
get template variables |
void |
setPluginContext(PluginContext pluginContext)
this sets the PluginContext, so that the plugin can access framework-provided services, such as the ResourceLoader |
void |
startup()
startup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginImpl()
Method Detail |
---|
public I8NProvider getI8NProvider()
Plugin
getI8NProvider
in interface Plugin
public String getName()
Plugin
getName
in interface Plugin
public PluginContext getPluginContext()
public Map<String,Object> getTemplateVariables()
Plugin
getTemplateVariables
in interface Plugin
public void setPluginContext(PluginContext pluginContext)
Plugin
setPluginContext
in interface Plugin
public void startup() throws PragmatachException
Plugin
startup
in interface Plugin
PragmatachException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |