Package org.jboss.gravia.resource

Examples of org.jboss.gravia.resource.DefaultCapability


    @Override
    protected AbstractCapability createCapability(AbstractResource resource, String namespace, Map<String, Object> atts, Map<String, String> dirs) {
        if (ContentNamespace.CONTENT_NAMESPACE.equals(namespace))
            return new DefaultContentCapability(resource, namespace, atts, dirs);
        else
            return new DefaultCapability(resource, namespace, atts, dirs);
    }
View Full Code Here

TOP

Related Classes of org.jboss.gravia.resource.DefaultCapability

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.