xdoclet.modules.ejb.session
public class SessionTagsHandler extends EjbTagsHandler
Version: $Revision: 1.13 $
UNKNOWN: Oct 16, 2001 namespace = "EjbSession"
Method Summary | |
---|---|
void | forAllSessionBeans(String template)
Evaluates the body block for each EJBean derived from SessionBean.
|
void | forAllStatefulSessionBeans(String template)
Evaluates the body block for each EJBean derived from SessionBean which is stateful.
|
void | forAllStatelessSessionBeans(String template)
Evaluates the body block for each EJBean derived from SessionBean which is stateless.
|
static String | getSessionClassFor(XClass clazz)
Gets the SessionClassFor attribute of the SessionTagsHandler class
|
protected static String | getSessionClassPattern()
Gets the SessionClassPattern attribute of the SessionTagsHandler class
|
void | ifNotStatefulSession(String template)
Evaluate the body block if current class is not of a stateful session bean type.
|
void | ifNotStatelessSession(String template)
Evaluate the body block if current class is not of an stateless session bean type.
|
void | ifStatefulSession(String template)
Evaluate the body block if current class is of an stateful session bean type.
|
void | ifStatelessSession(String template)
Evaluate the body block if current class is of an stateless session bean type.
|
static boolean | isSession(XClass clazz)
Returns true if clazz is a session bean, false otherwise.
|
boolean | isStatefulSession(XClass clazz)
Returns true if clazz is a stateful session bean, false otherwise. |
boolean | isStatelessSession(XClass clazz)
Returns true if clazz is a stateless session bean, false otherwise. |
String | sessionClass()
Returns the name of generated session class.
|
Parameters: template The body of the block tag
Throws: XDocletException
See Also: SessionTagsHandler
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: SessionTagsHandler
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: SessionTagsHandler
UNKNOWN: type = "block"
Parameters: clazz Describe what the parameter does
Returns: The SessionClassFor value
Returns: The SessionClassPattern value
Parameters: template The body of the block tag
Throws: XDocletException
See Also: SessionTagsHandler
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: SessionTagsHandler
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: SessionTagsHandler
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: SessionTagsHandler
UNKNOWN: type = "block"
Parameters: clazz Description of Parameter
Returns: The Session value
Parameters: clazz Description of Parameter
Returns: The StatefulSession value
Throws: XDocletException
Parameters: clazz Description of Parameter
Returns: The StatelessSession value
Throws: XDocletException
Returns: The name of generated session class.
Throws: XDocletException
UNKNOWN: type = "content"