org.benow.web.dev
Class GenerationParams
java.lang.Object
org.benow.web.dev.GenerationParams
public class GenerationParams
- extends java.lang.Object
Collection of attributes used for template generation
- Author:
- andy
|
Constructor Summary |
GenerationParams(java.lang.String page,
java.lang.String destTemplate,
org.benow.java.spec.ServiceSpecification svcSpec,
org.benow.java.spec.argument.ClassSpecification forSpec)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
page
public java.lang.String page
template
public java.lang.String template
type
public java.lang.String type
iconEdit
public boolean iconEdit
iconDelete
public boolean iconDelete
iconOther
public boolean iconOther
iconAdd
public boolean iconAdd
selectorDelete
public boolean selectorDelete
selectorOther
public boolean selectorOther
forSpec
public org.benow.java.spec.argument.ClassSpecification forSpec
GenerationParams
public GenerationParams(java.lang.String page,
java.lang.String destTemplate,
org.benow.java.spec.ServiceSpecification svcSpec,
org.benow.java.spec.argument.ClassSpecification forSpec)
throws WebException,
org.benow.java.spec.SpecificationException
- Throws:
WebException
org.benow.java.spec.SpecificationException
getGenerator
public java.lang.String getGenerator()