|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.modules.ejb.EjbTagsHandler
xdoclet.modules.ejb.entity.EntityTagsHandler
xdoclet.modules.ejb.entity.BmpTagsHandler
| Field Summary |
| Fields inherited from class xdoclet.modules.ejb.EjbTagsHandler |
ALL, LOCAL_SUFFIX, SERVICE_ENDPOINT, SERVICE_ENDPOINT_SUFFIX |
| Fields inherited from class xdoclet.XDocletTagSupport |
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
| Constructor Summary | |
BmpTagsHandler()
|
|
| Method Summary | |
String |
entityBmpClass()
Returns the name of generated BMP class. |
void |
forAllBmpEntityBeans(String template)
Evaluates the body block for each EJBean derived from EntityBean which is BMP. |
static String |
getEntityBmpClassFor(xjavadoc.XClass clazz)
Gets the EntityBmpClassFor attribute of the BmpTagsHandler class |
protected static String |
getEntityBmpClassPattern()
Gets the EntityBmpClassPattern attribute of the BmpTagsHandler class |
void |
ifEntityIsBmp(String template)
Evaluates the body block if current class is an BMP entity bean. |
void |
ifUseSoftLocking(String template)
Evaluates the body block if ejb:use-soft-locking is set for current class. |
static boolean |
isEntityBmp(xjavadoc.XClass clazz)
Returns true if clazz is an BMP entity bean, false otherwise. |
static boolean |
useSoftLocking(xjavadoc.XClass clazz)
Returns true if clazz has ejb:use-soft-locking tag, false otherwise. |
| Methods inherited from class xdoclet.modules.ejb.entity.EntityTagsHandler |
forAllEjbSelectMethods, forAllEntityBeans, ifEntity, isEjbSelectMethod, isEntity, persistenceType, reentrant |
| Methods inherited from class xdoclet.template.TemplateTagHandler |
getXJavaDoc, setXJavaDoc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BmpTagsHandler()
| Method Detail |
public static String getEntityBmpClassFor(xjavadoc.XClass clazz)
throws XDocletException
clazz - Describe what the parameter does
XDocletException
public static boolean isEntityBmp(xjavadoc.XClass clazz)
throws XDocletException
clazz - Description of Parameter
XDocletExceptionpublic static boolean useSoftLocking(xjavadoc.XClass clazz)
clazz - Description of Parameter
protected static String getEntityBmpClassPattern()
public String entityBmpClass()
throws XDocletException
XDocletException
public void ifEntityIsBmp(String template)
throws XDocletException
template - The body of the block tag
XDocletException
public void forAllBmpEntityBeans(String template)
throws XDocletException
template - The body of the block tag
XDocletExceptionisEntityBmp(xjavadoc.XClass)
public void ifUseSoftLocking(String template)
throws XDocletException
template - The body of the block tag
XDocletExceptionuseSoftLocking(xjavadoc.XClass)
|
http://xdoclet.sourceforge.net/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||