|
|||||||||||
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.web.WebTagsHandler
Field Summary |
Fields inherited from class xdoclet.XDocletTagSupport |
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
Constructor Summary | |
WebTagsHandler()
|
Method Summary | |
static String |
choosePackage(String packageName,
String packagePattern,
String subtask)
|
String |
extendsFrom(Properties attributes)
Returns the name of the class home interface extends. |
void |
forAllEjbLocalRefs(String template)
Process the tag body for each web:ejb-local-ref tag in all source files. |
void |
forAllEjbRefs(String template)
Process the tag body for each web:ejb-ref tag in all source files. |
void |
forAllEnvEntries(String template)
Process the tag body for each web:env-entry tag in all source files. |
void |
forAllResourceEnvRefs(String template)
Process the tag body for each web:resource-env-ref tag in all source files. |
void |
forAllResourceRefs(String template)
Process the tag body for each web:resource-ref tag in all source files. |
void |
forAllSecurityRoles(String template)
Process the tag body for each web:security-role tag in all source files. |
static String |
serviceEndpoint(Properties properties)
|
static String |
serviceEndpoint(xjavadoc.XClass clazz)
|
static String |
servletName(Properties properties)
|
static String |
servletName(xjavadoc.XClass clazz)
|
static String |
shortServletName(xjavadoc.XClass clazz)
Returns short version of the servlet name of the clazz. |
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 WebTagsHandler()
Method Detail |
public static String shortServletName(xjavadoc.XClass clazz)
clazz
- the class we want its short servlet name
#shortName()
public static String serviceEndpoint(xjavadoc.XClass clazz) throws XDocletException
XDocletException
public static String serviceEndpoint(Properties properties) throws XDocletException
XDocletException
public static String servletName(Properties properties)
public static String servletName(xjavadoc.XClass clazz)
public static String choosePackage(String packageName, String packagePattern, String subtask)
public void forAllEjbRefs(String template) throws XDocletException
template
- The body of the block tag
XDocletException
- if something goes wrongpublic void forAllEjbLocalRefs(String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic void forAllResourceRefs(String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic void forAllResourceEnvRefs(String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic void forAllSecurityRoles(String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic void forAllEnvEntries(String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic String extendsFrom(Properties attributes) throws XDocletException
attributes
-
XDocletException
|
http://xdoclet.sourceforge.net/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |