private abstract class CompositeComponentStackManager.BaseStackHandler extends java.lang.Object implements CompositeComponentStackManager.StackHandler
Modifier and Type | Field and Description |
---|---|
protected java.util.Stack<javax.faces.component.UIComponent> |
stack |
Modifier | Constructor and Description |
---|---|
private |
BaseStackHandler() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
java.util.Stack<javax.faces.component.UIComponent> |
getStack(boolean create) |
javax.faces.component.UIComponent |
peek() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParentCompositeComponent, pop, push, push
public void delete()
delete
in interface CompositeComponentStackManager.StackHandler
public java.util.Stack<javax.faces.component.UIComponent> getStack(boolean create)
getStack
in interface CompositeComponentStackManager.StackHandler
public javax.faces.component.UIComponent peek()
peek
in interface CompositeComponentStackManager.StackHandler
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.