org.enhydra.barracuda.contrib.sam.models
Class ReflectionModel
java.lang.Object
org.enhydra.barracuda.core.comp.AbstractTemplateModel
org.enhydra.barracuda.contrib.sam.models.ReflectionModel
- All Implemented Interfaces:
- Contextual, Model, TemplateModel
- public class ReflectionModel
- extends AbstractTemplateModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.apache.log4j.Logger logger
name
protected String name
obj
protected Object obj
ReflectionModel
public ReflectionModel(String name)
ReflectionModel
public ReflectionModel(String name,
Object obj)
setObject
public void setObject(Object obj)
getName
public String getName()
getItem
public Object getItem(String key)
- Description copied from class:
AbstractTemplateModel
- Convenience method to get an item based on the key name (extracted
from the TemplateDirective).
- Overrides:
getItem
in class AbstractTemplateModel
Copyright © 2003 BarracudaMVC.org All Rights Reserved.