xdoclet.modules.ejb
public class EjbDocletTask extends DocletTask
Version: $Revision: 1.13 $
UNKNOWN: April 30, 2001 name = "ejbdoclet" display-name = "EJB Task"
Nested Class Summary | |
---|---|
static class | EjbDocletTask.EjbSpecVersion |
Method Summary | |
---|---|
String | getEjbClassNameSuffix()
Gets the EjbClassNameSuffix attribute of the EjbDocletTask object
|
String | getEjbSpec()
Gets the EjbSpec attribute of the EjbDocletTask object
|
void | setEjbClassNameSuffix(String ejbClassNameSuffix)
A comma-separated list of endings which should be removed from the bean class name to generate a bean's name if
no name parameter is specified in the ejb.bean tag.
|
void | setEjbSpec(EjbDocletTask.EjbSpecVersion ejbspec)
The version of EJB spec ejbdoclet should adhere, currently "1.1", "2.0" and "2.1" defined. |
protected void | validateOptions() |
Returns: The EjbClassNameSuffix value
Returns: The EjbSpec value
Parameters: ejbClassNameSuffix
UNKNOWN: "No, Default is 'Bean,EJB,Ejb'"
Parameters: ejbspec
UNKNOWN: "No. Default is '2.0'"