Package org.apache.sling.api.resource

Examples of org.apache.sling.api.resource.ResourceDecorator


    protected abstract Resource wrapResourceForTest(Resource resource);

    @Before
    public void setup() {
        final ResourceDecorator d = new ResourceDecorator() {
            public Resource decorate(Resource resource) {
                return ResourceDecoratorTestBase.this.wrapResourceForTest(resource);
            }

            public Resource decorate(Resource resource, HttpServletRequest request) {
View Full Code Here

TOP

Related Classes of org.apache.sling.api.resource.ResourceDecorator

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.