public final class AttachQueueStack extends Object
| Constructor and Description |
|---|
AttachQueueStack() |
| Modifier and Type | Method and Description |
|---|---|
static AttachQueueStack |
getStack(javax.faces.context.FacesContext context,
boolean createIfNull) |
AttachQueueInfo |
peek() |
AttachQueueInfo |
pop() |
void |
push(AttachQueueInfo info) |
public static AttachQueueStack getStack(javax.faces.context.FacesContext context, boolean createIfNull)
public void push(AttachQueueInfo info)
public AttachQueueInfo pop()
public AttachQueueInfo peek()
Copyright © 2014 JBoss by Red Hat. All rights reserved.