Package action

Source Code of action.ProiectePublice

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package action;
import net.sourceforge.stripes.action.DefaultHandler;
import net.sourceforge.stripes.action.ForwardResolution;
import net.sourceforge.stripes.action.Resolution;
public class ProiectePublice extends BaseActionBean {
@DefaultHandler
    public Resolution view() {
         getContext().getRequest().getSession(true).setAttribute("vizualizareForaj", "proiectePublice");
        return new ForwardResolution("/WEB-INF/jsp/vizualizareForaj.jsp");
    }

}
TOP

Related Classes of action.ProiectePublice

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.