|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.service.generator.AbstractGenerator
fr.paris.lutece.plugins.pluginwizard.service.generator.AbstractFileGenerator
fr.paris.lutece.plugins.pluginwizard.service.generator.PluginXmlGenerator
public class PluginXmlGenerator
Class produces the xml file describing the generated plugin
Constructor Summary | |
---|---|
PluginXmlGenerator()
|
Method Summary | |
---|---|
Map |
generate(PluginModel pm)
Visiting parts of the file tree structure |
protected String |
getCode(PluginModel pm)
Produces the code |
protected String |
getFilename(PluginModel pm)
Get the filename |
String |
getPath()
Returns the Path |
static void |
setJspName(PluginModel pm)
|
Methods inherited from class fr.paris.lutece.plugins.pluginwizard.service.generator.AbstractFileGenerator |
---|
generateFile, getFilePath, setPath |
Methods inherited from class fr.paris.lutece.plugins.pluginwizard.service.generator.AbstractGenerator |
---|
build, build, build, build, getFilePath, getFirstCaps, getModel, getTemplate, setTemplate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginXmlGenerator()
Method Detail |
---|
public Map generate(PluginModel pm)
pm
- The plugin model
protected String getCode(PluginModel pm)
getCode
in class AbstractFileGenerator
pm
- the plugin model
public static void setJspName(PluginModel pm)
protected String getFilename(PluginModel pm)
getFilename
in class AbstractFileGenerator
pm
- The plugin model
public String getPath()
getPath
in class AbstractFileGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |