se.unlogic.standardutils.string
Class BeanTagSource<T>
java.lang.Object
se.unlogic.standardutils.string.BeanTagSource<T>
- All Implemented Interfaces:
- TagSource
public class BeanTagSource<T>
- extends Object
- implements TagSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanTagSource
public BeanTagSource(T bean,
HashMap<String,Method> tagMethodMap,
HashMap<String,Field> tagFieldMap,
Set<String> tagSet)
getTagValue
public String getTagValue(String tag)
- Specified by:
getTagValue in interface TagSource
getTags
public Set<String> getTags()
- Specified by:
getTags in interface TagSource
Copyright © 2011. All Rights Reserved.