Package org.apache.cocoon.rest.controller.response

Examples of org.apache.cocoon.rest.controller.response.URLResponse


        data.put("id", this.id);
        data.put("name", this.name);
        data.put("reqparam", this.reqparam);
        data.put("testProperty", this.settings.getProperty("testProperty"));

        return new URLResponse("servlet:/controller/screen", data);
    }
View Full Code Here


        data.put("id", this.id);
        data.put("name", this.name);
        data.put("reqparam", this.reqparam);
        data.put("testProperty", this.settings.getProperty("testProperty"));

        return new URLResponse("servlet:/controller/screen", data);
    }
View Full Code Here

TOP

Related Classes of org.apache.cocoon.rest.controller.response.URLResponse

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.