Package org.apache.cocoon.sunshine.sunrise

Examples of org.apache.cocoon.sunshine.sunrise.SunRise.testMedia()


    public boolean select (String expression, Map objectModel, Parameters parameters) {
        SunRise sunRise = null;
        boolean result;
        try {
            sunRise = (SunRise) this.manager.lookup( SunRise.ROLE );
            result = sunRise.testMedia(objectModel, expression);
        } catch (Exception local) {
            // ignore me
            result = false;
        } finally {
            this.manager.release(sunRise);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.