xdoclet.modules.web
public class WebTagsHandler extends XDocletTagSupport
Version: $Revision: 1.4 $
UNKNOWN: Jun 28, 2002 namespace = "Web"
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(XClass clazz) |
static String | serviceEndpoint(Properties properties) |
static String | servletName(Properties properties) |
static String | servletName(XClass clazz) |
static String | shortServletName(XClass clazz)
Returns short version of the servlet name of the clazz.
|
Parameters: attributes
Returns: The name of generated PK class.
Throws: XDocletException
UNKNOWN: type = "content"
Parameters: template The body of the blocktag
Throws: XDocletException if something goes wrong
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException if something goes wrong
UNKNOWN: type = "block"
Parameters: template The body of the blocktag
Throws: XDocletException if something goes wrong
UNKNOWN: type = "block"
Parameters: template The body of the blocktag
Throws: XDocletException if something goes wrong
UNKNOWN: type = "block"
Parameters: template The body of the blocktag
Throws: XDocletException if something goes wrong
UNKNOWN: type = "block"
Parameters: template The body of the blocktag
Throws: XDocletException if something goes wrong
UNKNOWN: type = "block"
Parameters: clazz the class we want its short servlet name
Returns: The shortName value
See Also: WebTagsHandler