|
||||||||||
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.lookup.LookupUtilTagsHandler
public class LookupUtilTagsHandler
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 | |
---|---|
LookupUtilTagsHandler()
|
Method Summary | |
---|---|
static java.lang.String |
getUtilClassFor(xjavadoc.XClass clazz)
Similar to InterfaceTagsHandler.getComponentInterface(java.lang.String, xjavadoc.XClass) . |
protected static java.lang.String |
getUtilClassPattern()
Gets the UtilClassPattern attribute of the UtilTagsHandler class |
java.lang.String |
lookupKind()
Describe what the method does |
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 |
---|
getXJavaDoc, setXJavaDoc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookupUtilTagsHandler()
Method Detail |
---|
public static java.lang.String getUtilClassFor(xjavadoc.XClass clazz)
InterfaceTagsHandler.getComponentInterface(java.lang.String, xjavadoc.XClass)
. Relies on the ejb:home
tag, which has the following relevant properties:
clazz
- Description of Parameter
protected static java.lang.String getUtilClassPattern()
public java.lang.String lookupKind() throws XDocletException
XDocletException
public java.lang.String utilClass(java.util.Properties attributes) throws XDocletException
attributes
- The attributes of the template tag
XDocletException
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |