com.j2biz.blogunity.web
Class NavigationStack

java.lang.Object
  extended bycom.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.


Constructor Summary
NavigationStack()
           
 
Method Summary
 void clear()
           
 Enumeration elements()
           
 boolean empty()
           
 IActionResult peek()
           
 IActionResult peekNextToLast()
           
 IActionResult pop()
           
 void popAllExceptFirst()
           
 IActionResult push(IActionResult item)
           
 int size()
           
 String toHTML(HttpServletRequest request)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigationStack

public NavigationStack()
Method Detail

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