public interface GrailsTagLibClass extends InjectableGrailsClass
Represents a Grails tab library class.
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.Object |
getDefaultEncodeAs() |
|
public java.lang.Object |
getEncodeAsForTag(java.lang.String tagName) |
|
public java.lang.String |
getNamespace()
|
|
public java.util.Set<java.lang.String> |
getTagNames()
|
|
public java.util.Set<java.lang.String> |
getTagNamesThatReturnObject() |
|
public boolean |
hasTag(java.lang.String tagName)
|
Methods inherited from class | Name |
---|---|
interface InjectableGrailsClass |
byName, byType, getAvailable |
interface GrailsClass |
getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPluginName, getPropertyName, getPropertyValue, getPropertyValue, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance |
interface GrailsApplicationAware |
setGrailsApplication |
tagName
- The name of the tag