|
||||||||||
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
public class 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 java.lang.String |
choosePackage(java.lang.String packageName,
java.lang.String packagePattern,
java.lang.String subtask)
|
java.lang.String |
extendsFrom(java.util.Properties attributes)
Returns the name of the class home interface extends. |
void |
forAllEjbLocalRefs(java.lang.String template)
Process the tag body for each web:ejb-local-ref tag in all source files. |
void |
forAllEjbRefs(java.lang.String template)
Process the tag body for each web:ejb-ref tag in all source files. |
void |
forAllEnvEntries(java.lang.String template)
Process the tag body for each web:env-entry tag in all source files. |
void |
forAllResourceEnvRefs(java.lang.String template)
Process the tag body for each web:resource-env-ref tag in all source files. |
void |
forAllResourceRefs(java.lang.String template)
Process the tag body for each web:resource-ref tag in all source files. |
void |
forAllSecurityRoles(java.lang.String template)
Process the tag body for each web:security-role tag in all source files. |
static java.lang.String |
serviceEndpoint(java.util.Properties properties)
|
static java.lang.String |
serviceEndpoint(xjavadoc.XClass clazz)
|
static java.lang.String |
servletName(java.util.Properties properties)
|
static java.lang.String |
servletName(xjavadoc.XClass clazz)
|
static java.lang.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 java.lang.String shortServletName(xjavadoc.XClass clazz)
clazz
- the class we want its short servlet name
#shortName()
public static java.lang.String serviceEndpoint(xjavadoc.XClass clazz) throws XDocletException
XDocletException
public static java.lang.String serviceEndpoint(java.util.Properties properties) throws XDocletException
XDocletException
public static java.lang.String servletName(java.util.Properties properties)
public static java.lang.String servletName(xjavadoc.XClass clazz)
public static java.lang.String choosePackage(java.lang.String packageName, java.lang.String packagePattern, java.lang.String subtask)
public void forAllEjbRefs(java.lang.String template) throws XDocletException
template
- The body of the block tag
XDocletException
- if something goes wrongpublic void forAllEjbLocalRefs(java.lang.String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic void forAllResourceRefs(java.lang.String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic void forAllResourceEnvRefs(java.lang.String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic void forAllSecurityRoles(java.lang.String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic void forAllEnvEntries(java.lang.String template) throws XDocletException
template
- The body of the blocktag
XDocletException
- if something goes wrongpublic java.lang.String extendsFrom(java.util.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 |