|
|||||||||
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.UtilTagsHandler
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 | |
UtilTagsHandler()
|
Method Summary | |
static java.lang.String |
getUtilClassFor(com.sun.javadoc.ClassDoc clazz)
Similar to InterfaceTagsHandler.getComponentInterface(java.lang.String, com.sun.javadoc.ClassDoc) . |
protected static java.lang.String |
getUtilClassPattern()
|
java.lang.String |
lookupKind()
|
java.lang.String |
utilClass(java.util.Properties attributes)
Returns the full qualified utility class name for the bean |
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 UtilTagsHandler()
Method Detail |
public static java.lang.String getUtilClassFor(com.sun.javadoc.ClassDoc clazz) throws XDocletException
InterfaceTagsHandler.getComponentInterface(java.lang.String, com.sun.javadoc.ClassDoc)
. Relies on the
ejb:home tag, which has the following relevant properties:
clazz
- Description of ParameterXDocletException
- Description of Exceptionprotected static java.lang.String getUtilClassPattern()
public java.lang.String lookupKind() throws XDocletException
public java.lang.String utilClass(java.util.Properties attributes) throws XDocletException
attributes
- The attributes of the template tagXDocletException
- Description of Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |