Package org.jboss.capedwarf.common.data

Examples of org.jboss.capedwarf.common.data.StatusInfo


*
* @author <a href="mailto:ales.justin@jboss.org">Ales Justin</a>
*/
public abstract class StatusInfoAbstractAction extends JSONAwareAbstractAction<StatusInfo> {
    protected StatusInfo errorResult() {
        return new StatusInfo(Status.ERROR);
    }
View Full Code Here

TOP

Related Classes of org.jboss.capedwarf.common.data.StatusInfo

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.