xdoclet.modules.ejb.session
public class SessionSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.8 $
UNKNOWN: Oct 15, 2001 display-name = "Session Bean" name = "session" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "session-custom.xdt" relates-to = "{0}Session.java" description = "A text file containing * custom template and/or java code to include in the EJB session class."
Field Summary | |
---|---|
static String | DEFAULT_SESSION_CLASS_PATTERN |
protected static String | DEFAULT_TEMPLATE_FILE |
protected String | sessionClassPattern
A configuration parameter for specifying the concrete session bean class name pattern. |
Constructor Summary | |
---|---|
SessionSubTask()
Describe what the SessionSubTask constructor does |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the SessionSubTask object
|
String | getSessionClassPattern()
Returns the configuration parameter for specifying the concrete session bean class name pattern. |
protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
void | setPattern(String new_pattern)
Sets the Pattern attribute of the SessionSubTask object
|
void | validateOptions()
Called to validate configuration parameters.
|
See Also: getSessionClassPattern
Throws: XDocletException
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Returns: The SessionClassPattern value
See Also: sessionClassPattern
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
Parameters: new_pattern The new Pattern value
Throws: XDocletException