public class BeanTagInfo extends Object
| Constructor and Description |
|---|
BeanTagInfo()
Constructor initalizing global values
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass()
Retrieves the class represented by the tag.
|
String |
getParent()
Retrieves the bean parent stored for the represented tag.
|
String |
getTag() |
boolean |
isDefaultTag() |
void |
setBeanClass(Class<?> beanClass)
Sets the class represented by the defined tag.
|
void |
setDefaultTag(boolean defaultTag) |
void |
setParent(String parent)
Sets the default parent for the associated tag.
|
void |
setTag(String tag) |
public BeanTagInfo()
public void setBeanClass(Class<?> beanClass)
beanClass - - The class to be stored.public Class<?> getBeanClass()
public void setParent(String parent)
parent - - The name of the default parent bean for the tag.public String getParent()
public boolean isDefaultTag()
public void setDefaultTag(boolean defaultTag)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.