B C G O R V W

B

buildFileChanged(File, File) - Method in class org.sandev.generator.WebShellGeneratorBase
Return true if the buildfile for the given project directory is newer than the given source file.

C

cleanup(SandDecl[], File, boolean, String) - Method in class org.sandev.generator.WebAppShellGenerator
SandGenerator interface implementation, see the class comments for details on what this does.
cleanup(SandDecl[], File, boolean, String) - Method in class org.sandev.generator.WebServiceShellGenerator
See the SandGenerator interface description and class comments for details.
clientName - Static variable in class org.sandev.generator.WebServiceShellGenerator
The name of the client source file.
clientPackage - Static variable in class org.sandev.generator.WebServiceShellGenerator
The name of the client source package.

G

generate(SandDecl[], File, boolean, Collection, String) - Method in class org.sandev.generator.WebAppShellGenerator
SandGenerator interface implementation, see the class comments for details on what this does.
generate(SandDecl[], File, boolean, Collection, String) - Method in class org.sandev.generator.WebServiceShellGenerator
See the SandGenerator interface description and class comments for details.
getWebSvcDeployment(SandProject) - Method in class org.sandev.generator.WebServiceShellGenerator
Return the web service SandUIDeployment or null if not found.
getWebappDeployment(SandProject) - Method in class org.sandev.generator.WebAppShellGenerator
Return the webapp SandUIDeployment or null if not found.

O

org.sandev.generator - package org.sandev.generator
 

R

removeSandUIDirAndFile(File) - Method in class org.sandev.generator.WebAppShellGenerator
Remove the sandui directory and the SandUI XML file that was copied into it.
removeServiceClient(File, String) - Method in class org.sandev.generator.WebServiceShellGenerator
Remove the generated client source files.
removeWebInf(SandUIDeployment, File, String) - Method in class org.sandev.generator.WebShellGeneratorBase
Remove the web.xml file from the WEB-INF directory.
removeWebShellSrc(SandUIDeployment, File, String) - Method in class org.sandev.generator.WebShellGeneratorBase
Remove the generated shell servlet.

V

verifyLinkImages(File) - Method in class org.sandev.generator.WebAppShellGenerator
Verify that the images subdirectory off the webapp dir exists, and that it contains the link images needed for form navigation.
verifySandUIDirAndFile(File) - Method in class org.sandev.generator.WebAppShellGenerator
Make sure the sandui directory exists and copy the SandUI XML file into it.
verifySubProjectDir(File, String) - Method in class org.sandev.generator.WebShellGeneratorBase
Verify that the webapp subdir exists for this project.
verifyWebInf(SandUIDeployment, File, String, boolean) - Method in class org.sandev.generator.WebShellGeneratorBase
Make sure the WEB-INF directory exists and write the web.xml
verifyWebShellSrc(SandUIDeployment, File, String, boolean) - Method in class org.sandev.generator.WebShellGeneratorBase
Make sure we have a src directory, and write the source for the shell servlet if it is older than the defining build file.

W

WebAppShellGenerator - class org.sandev.generator.WebAppShellGenerator.
Create the webapp shell servlet that bridges to the SandUIAdaptor implementation.
WebAppShellGenerator() - Constructor for class org.sandev.generator.WebAppShellGenerator
 
WebServiceShellGenerator - class org.sandev.generator.WebServiceShellGenerator.
Create the web services shell servlet that bridges to the main servlet processing.
WebServiceShellGenerator() - Constructor for class org.sandev.generator.WebServiceShellGenerator
 
WebShellGeneratorBase - class org.sandev.generator.WebShellGeneratorBase.
Common methods used for all web shell generators.
WebShellGeneratorBase() - Constructor for class org.sandev.generator.WebShellGeneratorBase
 
writeServiceClient(File, String, boolean, String) - Method in class org.sandev.generator.WebServiceShellGenerator
Make sure we have the specified directory, and write the source for the webservice test client.

B C G O R V W