| Package | Description |
|---|---|
| com.sun.faces.component |
| Modifier and Type | Method and Description |
|---|---|
static CompositeComponentStackManager.StackType |
CompositeComponentStackManager.StackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeComponentStackManager.StackType[] |
CompositeComponentStackManager.StackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.component.UIComponent |
CompositeComponentStackManager.getParentCompositeComponent(CompositeComponentStackManager.StackType stackType,
jakarta.faces.context.FacesContext ctx,
jakarta.faces.component.UIComponent forComponent) |
jakarta.faces.component.UIComponent |
CompositeComponentStackManager.peek(CompositeComponentStackManager.StackType stackType) |
void |
CompositeComponentStackManager.pop(CompositeComponentStackManager.StackType stackType)
Pops the top-level component from the stack.
|
boolean |
CompositeComponentStackManager.push(CompositeComponentStackManager.StackType stackType)
Pushes a component derived by the push logic to the specified stack.
|
boolean |
CompositeComponentStackManager.push(jakarta.faces.component.UIComponent compositeComponent,
CompositeComponentStackManager.StackType stackType)
Pushes the specified composite component to the desired
StackType stack. |
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.