Package | Description |
---|---|
com.dpslink.flash.servlet.demo |
DPS Flash specific servlets for handling demo site functions.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
DemoIndustryEdit.getConfigIndustry(DemoIndustryEdit.Context ctx)
Returns the currently configured industry as defined in Shop.html.
|
private java.lang.StringBuilder |
DemoIndustryEdit.getTemplateContent(DemoIndustryEdit.Context ctx,
java.lang.String filename)
Returns the content for a template file.
|
private java.io.File |
DemoIndustryEdit.getTemplateFile(DemoIndustryEdit.Context ctx,
java.lang.String filename)
Returns the file object for a template file.
|
private boolean |
DemoIndustryEdit.updateTemplate(DemoIndustryEdit.Context ctx,
java.lang.String filename)
Updates and saves the content for a template file with the selected demo
industry.
|