| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.khubla.pragmatach.plugin.jasper.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 Pluginpublic String getName()
Plugin
getName in interface Pluginpublic PluginContext getPluginContext()
public void setPluginContext(PluginContext pluginContext)
Plugin
setPluginContext in interface Plugin
public void startup()
             throws PragmatachException
Plugin
startup in interface PluginPragmatachExceptionpublic Map<String,Object> getTemplateVariables()
Plugin
getTemplateVariables in interface Plugin
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||