Package org.apache.shale.application.faces

Examples of org.apache.shale.application.faces.ShaleWebContext


     * @exception Exception if an error occurs
     */
    public boolean execute(Context context) throws Exception {

        // Acquire the value to be tested
        ShaleWebContext webContext = (ShaleWebContext) context;
        String value = value(webContext);
        if (log.isDebugEnabled()) {
            log.debug("execute(" + value + ")");
        }
        if (value == null) {
View Full Code Here

TOP

Related Classes of org.apache.shale.application.faces.ShaleWebContext

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.