|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.tools.seleniumbuilder.FreeMarkerStack
public class FreeMarkerStack
Provides methods for stack interaction in FreeMarker.
| Constructor Summary | |
|---|---|
FreeMarkerStack()
|
|
| Method Summary | |
|---|---|
boolean |
empty()
Returns true if the stack is empty. |
Object |
peek()
Returns the object at the top of the stack, without removing it from the stack. |
Object |
pop()
Returns the object at the top of the stack, removing it from the stack. |
Object |
push(Object object)
Pushes the object onto the stack. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FreeMarkerStack()
| Method Detail |
|---|
public boolean empty()
true if the stack is empty.
true if the stack is empty; false
otherwisepublic Object peek()
public Object pop()
public Object push(Object object)
object - the item to be pushed onto the stack
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||