xdoclet.modules.ejb.lookup

Class LookupUtilTagsHandler

public class LookupUtilTagsHandler extends EjbTagsHandler

Version: $Revision: 1.11 $

Author: Ara Abrahamian (ara_e@email.com)

UNKNOWN: Oct 15, 2001 namespace = "EjbUtilObj"

Method Summary
static StringgetUtilClassFor(XClass clazz)
Similar to InterfaceTagsHandler.
protected static StringgetUtilClassPattern()
Gets the UtilClassPattern attribute of the UtilTagsHandler class
StringlookupKind()
Describe what the method does
StringutilClass(Properties attributes)
Returns the full qualified utility class name for the bean

Method Detail

getUtilClassFor

public static String getUtilClassFor(XClass clazz)
Similar to InterfaceTagsHandler. Relies on the ejb:home tag, which has the following relevant properties:

Parameters: clazz Description of Parameter

Returns: The HomeInterface value

getUtilClassPattern

protected static String getUtilClassPattern()
Gets the UtilClassPattern attribute of the UtilTagsHandler class

Returns: The UtilClassPattern value

lookupKind

public String lookupKind()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException

utilClass

public String utilClass(Properties attributes)
Returns the full qualified utility class name for the bean

Parameters: attributes The attributes of the template tag

Returns: Utility class name

Throws: XDocletException

UNKNOWN: type = "content"