All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jpaoletti.jpm.struts.MenuItemLocationList Maven / Gradle / Ivy

The newest version!
package jpaoletti.jpm.struts;

import jpaoletti.jpm.menu.MenuItem;

/**
 * Location for internal links that uses loadPage javascript function. This 
 * version take the entity id and make a link  to a list operation
 *
 * @author jpaoletti
 */
public class MenuItemLocationList extends MenuItemLocationStruts {

    @Override
    protected String buildLink(MenuItem item, Object... params) {
        return "list.do?pmid=" + item.getLocationValue();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy