org.benow.web.dev
Class GenerationParams

java.lang.Object
  extended by org.benow.web.dev.GenerationParams

public class GenerationParams
extends java.lang.Object

Collection of attributes used for template generation

Author:
andy

Field Summary
 org.benow.java.spec.argument.ClassSpecification forSpec
           
 boolean iconAdd
           
 boolean iconDelete
           
 boolean iconEdit
           
 boolean iconOther
           
 java.lang.String page
           
 boolean selectorDelete
           
 boolean selectorOther
           
 java.lang.String template
           
 java.lang.String type
           
 
Constructor Summary
GenerationParams(java.lang.String page, java.lang.String destTemplate, org.benow.java.spec.ServiceSpecification svcSpec, org.benow.java.spec.argument.ClassSpecification forSpec)
           
 
Method Summary
 java.lang.String getGenerator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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
Method Detail

getGenerator

public java.lang.String getGenerator()