Package xdoclet.modules.ejb.session

Examples of xdoclet.modules.ejb.session.SessionSubTask


     *
     * @return   The SessionClassPattern value
     */
    protected static String getSessionClassPattern()
    {
        SessionSubTask sessionSubtask = ((SessionSubTask) DocletContext.getInstance().getSubTaskBy(DocletTask.getSubTaskName(SessionSubTask.class)));

        if (sessionSubtask != null) {
            return sessionSubtask.getSessionClassPattern();
        }
        else {
            return SessionSubTask.DEFAULT_SESSION_CLASS_PATTERN;
        }
    }
View Full Code Here

TOP

Related Classes of xdoclet.modules.ejb.session.SessionSubTask

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.