se.unlogic.standardutils.string
Interface TagSourceFactory<T>

All Known Implementing Classes:
AnnotatedBeanTagSourceFactory, BeanTagSourceFactory, SingleTagSourceFactory

public interface TagSourceFactory<T>


Method Summary
 String getAvailableTags()
           
<X extends T>
TagSource
getTagSource(X bean)
           
 Set<String> getTagsSet()
           
 

Method Detail

getTagSource

<X extends T> TagSource getTagSource(X bean)

getTagsSet

Set<String> getTagsSet()

getAvailableTags

String getAvailableTags()
Returns:
a comma separated String of all available tags


Copyright © 2011. All Rights Reserved.