Class MenuView
- java.lang.Object
-
- org.primefaces.showcase.view.menu.MenuView
-
@Named @RequestScoped public class MenuView extends Object
-
-
Constructor Summary
Constructors Constructor Description MenuView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMessage(String summary, String detail)voiddelete()MenuModelgetModel()voidinit()voidredirect()voidsave()voidupdate()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getModel
public MenuModel getModel()
-
redirect
public void redirect() throws IOException- Throws:
IOException
-
save
public void save()
-
update
public void update()
-
delete
public void delete()
-
-