Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - package example;
 - import com.opensymphony.xwork2.ActionSupport;
 - public class LinkAction extends ActionSupport {
 - private static final long serialVersionUID = -26134258907568273L;
 - public String welcome()
 - {
 - return "welcome";
 - }
 - public String friends()
 - {
 - return "friends";
 - }
 - public String office()
 - {
 - return "office";
 - }
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment