public class JavaBeanTemplate extends Object implements BlueprintTemplate
| Constructor and Description |
|---|
JavaBeanTemplate() |
public <T> T construct(Class<T> modelClass) throws BlueprintTemplateException
construct in interface BlueprintTemplateBlueprintTemplateExceptionpublic <T> T set(T model,
String property,
Object value)
throws BlueprintTemplateException
BlueprintTemplateset in interface BlueprintTemplatemodel - TBlueprintTemplateExceptionpublic Object get(Object model, String property) throws BlueprintTemplateException
BlueprintTemplateget in interface BlueprintTemplatemodel - ObjectBlueprintTemplateExceptionCopyright © 2012. All Rights Reserved.