|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.template.TemplateTagHandler | +--xdoclet.XDocletTagSupport | +--xdoclet.ejb.tags.EjbTagsHandler | +--xdoclet.ejb.tags.EntityTagsHandler
Fields inherited from class xdoclet.ejb.tags.EjbTagsHandler |
LOCAL_SUFFIX |
Fields inherited from class xdoclet.XDocletTagSupport |
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
Constructor Summary | |
EntityTagsHandler()
|
Method Summary | |
void |
forAllEntityBeans(java.lang.String template)
Evaluates the body block for each EJBean derived from EntityBean. |
void |
ifEntity(java.lang.String template)
Evaluate the body block if current class is of an entity type. |
static boolean |
isEntity(com.sun.javadoc.ClassDoc clazz)
Returns true if clazz is an entity bean, false otherwise. |
java.lang.String |
persistenceType()
Returns the persistent type of current bean. |
java.lang.String |
reentrant()
Returns True if ejb:bean reentrant is true, False otherwise. |
Methods inherited from class xdoclet.template.TemplateTagHandler |
generate, getContext, getEngine, getParser, setContext, setEngine, setParser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntityTagsHandler()
Method Detail |
public static boolean isEntity(com.sun.javadoc.ClassDoc clazz) throws XDocletException
clazz
- Description of ParameterXDocletException
- Description of Exceptionpublic void ifEntity(java.lang.String template) throws XDocletException
template
- The body of the block tagXDocletException
- Description of ExceptionisEntity(com.sun.javadoc.ClassDoc)
public java.lang.String persistenceType() throws XDocletException
XDocletException
- Description of ExceptionCmpTagsHandler.isEntityCmp(com.sun.javadoc.ClassDoc)
,
BmpTagsHandler.isEntityBmp(com.sun.javadoc.ClassDoc)
public void forAllEntityBeans(java.lang.String template) throws XDocletException
template
- The body of the block tagXDocletException
- Description of ExceptionisEntity(com.sun.javadoc.ClassDoc)
public java.lang.String reentrant() throws XDocletException
XDocletException
- Description of ExceptionisEntity(com.sun.javadoc.ClassDoc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |