|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plugin
Base API for system plugins.
| Method Summary | |
|---|---|
java.lang.String[] |
getMessageResourceNames()
Get a list of message resource names to register. |
java.lang.Class<? extends Plugin> |
getPluginType()
Return the type of plugin this plugin represents. |
void |
initialize(org.springframework.context.ApplicationContext application)
Initialize the plugin. |
| Method Detail |
|---|
java.lang.Class<? extends Plugin> getPluginType()
void initialize(org.springframework.context.ApplicationContext application)
application - the Spring application contextjava.lang.String[] getMessageResourceNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||