com.j2biz.blogunity.web
Class NavigationStack
java.lang.Object
com.j2biz.blogunity.web.NavigationStack
- public class NavigationStack
- extends Object
This class describes the stack of pages, that was visited by the user.
Elements of this stack will be shown as "navigation-steps" at the website.
NavigationStack
public NavigationStack()
push
public IActionResult push(IActionResult item)
pop
public IActionResult pop()
popAllExceptFirst
public void popAllExceptFirst()
peek
public IActionResult peek()
peekNextToLast
public IActionResult peekNextToLast()
empty
public boolean empty()
size
public int size()
clear
public void clear()
elements
public Enumeration elements()
toString
public String toString()
toHTML
public String toHTML(HttpServletRequest request)
Copyright (c)j2biz.com