|
|||||||||
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.EjbRefTagsHandler
Field Summary | |
protected java.lang.String |
referringClassId
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.ejb.tags.EjbTagsHandler |
LOCAL_SUFFIX |
Fields inherited from class xdoclet.XDocletTagSupport |
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
Constructor Summary | |
EjbRefTagsHandler()
|
Method Summary | |
java.lang.String |
ejbRefId()
Returns unique id for the specified ejb-ref. |
protected com.sun.javadoc.ClassDoc |
findEjb(java.lang.String ejbName)
Finds and returns the class with the specified ejbName. |
void |
forAllEjbRefs(java.lang.String template,
java.util.Properties attributes)
Evaluates the body block for each ejb:ejb-ref defined for the EJB. |
protected void |
storeReferringClassId()
Stores the id of current EJB for further use by other tags in referringClassId attribute. |
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 |
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
- Description of Exceptionpublic void forAllEjbRefs(java.lang.String template, java.util.Properties attributes) throws XDocletException
template
- The body of the block tagattributes
- The attributes of the template tagXDocletException
- Description of Exceptionprotected void storeReferringClassId() throws XDocletException
XDocletException
- Description of Exceptionprotected com.sun.javadoc.ClassDoc findEjb(java.lang.String ejbName) throws XDocletException
ejbName
- Description of ParameterXDocletException
- Description of Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |