Package org.apache.tapestry.spec

Examples of org.apache.tapestry.spec.ILibrarySpecification


    private void enterPage()
    {try { __CLOVER_225_0.M[2799]++;
        __CLOVER_225_0.S[11471]++;String name = getValidatedAttribute("name", PAGE_NAME_PATTERN, "invalid-page-name");
        __CLOVER_225_0.S[11472]++;String path = getAttribute("specification-path");

        __CLOVER_225_0.S[11473]++;ILibrarySpecification ls = (ILibrarySpecification) peekObject();

        __CLOVER_225_0.S[11474]++;ls.setPageSpecificationPath(name, path);

        __CLOVER_225_0.S[11475]++;push(_elementName, null, STATE_NO_CONTENT);
    } finally { }}
View Full Code Here


    private void beginLibrarySpecificationInitial()
    {try { __CLOVER_225_0.M[1118]++;
        __CLOVER_225_0.S[5181]++;expectElement("library-specification");

        __CLOVER_225_0.S[5182]++;ILibrarySpecification ls = _factory.createLibrarySpecification();

        __CLOVER_225_0.S[5183]++;_rootObject = ls;

        __CLOVER_225_0.S[5184]++;push(_elementName, ls, STATE_LIBRARY_SPECIFICATION);
    } finally { }}
View Full Code Here

        __CLOVER_225_0.S[5266]++;setter.apply(description);
    } finally { }}

    private void endLibrarySpecification()
    {try { __CLOVER_225_0.M[1127]++;
        __CLOVER_225_0.S[5267]++;ILibrarySpecification spec = (ILibrarySpecification) peekObject();

        __CLOVER_225_0.S[5268]++;spec.setResourceResolver(_resolver);
        __CLOVER_225_0.S[5269]++;spec.setSpecificationLocation(getResource());

        __CLOVER_225_0.S[5270]++;spec.instantiateImmediateExtensions();
    } finally { }}
View Full Code Here

                "type",
                COMPONENT_ALIAS_PATTERN,
                "invalid-component-type");
        __CLOVER_225_0.S[5348]++;String path = getAttribute("specification-path");

        __CLOVER_225_0.S[5349]++;ILibrarySpecification ls = (ILibrarySpecification) peekObject();

        __CLOVER_225_0.S[5350]++;ls.setComponentSpecificationPath(type, path);

        __CLOVER_225_0.S[5351]++;push(_elementName, null, STATE_NO_CONTENT);
    } finally { }}
View Full Code Here

        __CLOVER_225_0.S[5362]++;IExtensionSpecification es = _factory.createExtensionSpecification();

        __CLOVER_225_0.S[5363]++;es.setClassName(className);
        __CLOVER_225_0.S[5364]++;es.setImmediate(immediate);

        __CLOVER_225_0.S[5365]++;ILibrarySpecification ls = (ILibrarySpecification) peekObject();

        __CLOVER_225_0.S[5366]++;ls.addExtensionSpecification(name, es);

        __CLOVER_225_0.S[5367]++;push(_elementName, es, STATE_EXTENSION);
    } finally { }}
View Full Code Here

        __CLOVER_225_0.S[5379]++;if ((((libraryId.equals(INamespace.FRAMEWORK_NAMESPACE)) && (++__CLOVER_225_0.CT[948] != 0)) || (++__CLOVER_225_0.CF[948] == 0))){
            __CLOVER_225_0.S[5380]++;throw new DocumentParseException(ParseMessages
                    .frameworkLibraryIdIsReserved(INamespace.FRAMEWORK_NAMESPACE), getLocation(),
                    null);}

        __CLOVER_225_0.S[5381]++;ILibrarySpecification ls = (ILibrarySpecification) peekObject();

        __CLOVER_225_0.S[5382]++;ls.setLibrarySpecificationPath(libraryId, path);

        __CLOVER_225_0.S[5383]++;push(_elementName, null, STATE_NO_CONTENT);
    } finally { }}
View Full Code Here

    private void enterPage()
    {try { __CLOVER_225_0.M[1149]++;
        __CLOVER_225_0.S[5398]++;String name = getValidatedAttribute("name", PAGE_NAME_PATTERN, "invalid-page-name");
        __CLOVER_225_0.S[5399]++;String path = getAttribute("specification-path");

        __CLOVER_225_0.S[5400]++;ILibrarySpecification ls = (ILibrarySpecification) peekObject();

        __CLOVER_225_0.S[5401]++;ls.setPageSpecificationPath(name, path);

        __CLOVER_225_0.S[5402]++;push(_elementName, null, STATE_NO_CONTENT);
    } finally { }}
View Full Code Here

    private void beginLibrarySpecificationInitial()
    {try { __CLOVER_225_0.M[3122]++;
        __CLOVER_225_0.S[13062]++;expectElement("library-specification");

        __CLOVER_225_0.S[13063]++;ILibrarySpecification ls = _factory.createLibrarySpecification();

        __CLOVER_225_0.S[13064]++;_rootObject = ls;

        __CLOVER_225_0.S[13065]++;push(_elementName, ls, STATE_LIBRARY_SPECIFICATION);
    } finally { }}
View Full Code Here

        __CLOVER_225_0.S[13144]++;setter.apply(description);
    } finally { }}

    private void endLibrarySpecification()
    {try { __CLOVER_225_0.M[3131]++;
        __CLOVER_225_0.S[13145]++;ILibrarySpecification spec = (ILibrarySpecification) peekObject();

        __CLOVER_225_0.S[13146]++;spec.setResourceResolver(_resolver);
        __CLOVER_225_0.S[13147]++;spec.setSpecificationLocation(getResource());

        __CLOVER_225_0.S[13148]++;spec.instantiateImmediateExtensions();
    } finally { }}
View Full Code Here

                "type",
                COMPONENT_ALIAS_PATTERN,
                "invalid-component-type");
        __CLOVER_225_0.S[13226]++;String path = getAttribute("specification-path");

        __CLOVER_225_0.S[13227]++;ILibrarySpecification ls = (ILibrarySpecification) peekObject();

        __CLOVER_225_0.S[13228]++;ls.setComponentSpecificationPath(type, path);

        __CLOVER_225_0.S[13229]++;push(_elementName, null, STATE_NO_CONTENT);
    } finally { }}
View Full Code Here

TOP

Related Classes of org.apache.tapestry.spec.ILibrarySpecification

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.