Package com.volantis.mcs.protocols.html

Examples of com.volantis.mcs.protocols.html.HTMLVersion3_2Configuration


* Tests the TransFactory behaviour in conjunction with its superclasses.
*/
public class HTML3_2TransFactoryTestCase extends XHTMLFullTransFactoryTestCase {

    protected TransFactory getFactory() {
        return new HTML3_2TransFactory(new HTMLVersion3_2Configuration());
    }
View Full Code Here


        return protocol;
    }

    // javadoc inherited from superclass
    protected TransFactory getProtocolSpecificFactory() {
        return new HTML3_2TransFactory(new HTMLVersion3_2Configuration());
    }
View Full Code Here

        }
    }

    public static class HTMLVersion3_2Factory extends HTMLRootFactory {
        public ProtocolConfiguration createConfiguration() {
            return new HTMLVersion3_2Configuration();
        }
View Full Code Here

        enableLog4jDebug();
    }

    // Javadoc inherited.
    protected ProtocolConfigurationImpl getProtocolConfiguration() {
        return new HTMLVersion3_2Configuration();
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.protocols.html.HTMLVersion3_2Configuration

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.