Package org.glassfish.web.deployment.runtime

Examples of org.glassfish.web.deployment.runtime.SessionProperties


     * @return the descriptor instance to associate with this XMLNode
     */
    @Override
    public SessionProperties getDescriptor() {
        if (descriptor==null) {
            descriptor = new SessionProperties();
        }
        return descriptor;
    }
View Full Code Here

TOP

Related Classes of org.glassfish.web.deployment.runtime.SessionProperties

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.