|
||||||||||
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.dd.EjbRefTagsHandler
EnvEjbRefTagsHandler
public class EjbRefTagsHandler
Field Summary | |
---|---|
protected java.lang.String |
referringClassId
Deprecated. The id of the EJB referencing another EJB, used for setting up a correct unique id for the ejb-ref. |
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 | |
---|---|
EjbRefTagsHandler()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
ejbRefId()
Deprecated. Returns unique id for the specified ejb-ref. |
java.lang.String |
ejbRefJndiName()
Deprecated. Returns the global JNDI name for the current EJB ref. |
protected xjavadoc.XClass |
findEjb(java.lang.String ejbName)
Deprecated. Finds and returns the class with the specified ejbName. |
void |
forAllEjbRefs(java.lang.String template,
java.util.Properties attributes)
Deprecated. Evaluates the body block for each ejb:ejb-ref defined for the EJB. |
void |
ifLocalEjbRef(java.lang.String template)
Deprecated. Generates code if the ejb-ref is local |
void |
ifRemoteEjbRef(java.lang.String template)
Deprecated. Generates code if the ejb-ref is local |
protected boolean |
isLocalEjbRef(xjavadoc.XTag ejbRefTag)
Deprecated. Return true if the ejb-ref is local |
protected boolean |
isRemoteEjbRef(xjavadoc.XTag ejbRefTag)
Deprecated. Return true if the ejb-ref is remote |
protected void |
storeReferringClassId()
Deprecated. Stores the id of current EJB for further use by other tags in referringClassId attribute. |
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 |
Field Detail |
---|
protected transient java.lang.String referringClassId
ejbRefId()
,
forAllEjbRefs(java.lang.String,java.util.Properties)
,
storeReferringClassId()
Constructor Detail |
---|
public EjbRefTagsHandler()
Method Detail |
---|
public java.lang.String ejbRefId() throws XDocletException
XDocletException
public void forAllEjbRefs(java.lang.String template, java.util.Properties attributes) throws XDocletException
template
- The body of the block tagattributes
- The attributes of the template tag
XDocletException
public java.lang.String ejbRefJndiName() throws XDocletException
XDocletException
public void ifLocalEjbRef(java.lang.String template) throws XDocletException
template
-
XDocletException
public void ifRemoteEjbRef(java.lang.String template) throws XDocletException
template
-
XDocletException
protected boolean isLocalEjbRef(xjavadoc.XTag ejbRefTag) throws XDocletException
ejbRefTag
-
XDocletException
protected boolean isRemoteEjbRef(xjavadoc.XTag ejbRefTag) throws XDocletException
ejbRefTag
-
XDocletException
protected void storeReferringClassId() throws XDocletException
XDocletException
protected xjavadoc.XClass findEjb(java.lang.String ejbName) throws XDocletException
ejbName
- Description of Parameter
XDocletException
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |