Package | Description |
---|---|
org.apache.jasper.compiler | |
org.apache.jasper.servlet | |
org.apache.jasper.util |
Modifier and Type | Method and Description |
---|---|
FastRemovalDequeue.Entry |
JspRuntimeContext.push(JspServletWrapper jsw)
Push a newly compiled JspServletWrapper into the queue at first
execution of jsp.
|
Modifier and Type | Method and Description |
---|---|
void |
JspRuntimeContext.makeYoungest(FastRemovalDequeue.Entry unloadHandle)
Push unloadHandle for JspServletWrapper to front of the queue.
|
Modifier and Type | Method and Description |
---|---|
FastRemovalDequeue.Entry |
JspServletWrapper.getUnloadHandle() |
Modifier and Type | Field and Description |
---|---|
protected FastRemovalDequeue.Entry |
FastRemovalDequeue.first
First element of the queue.
|
protected FastRemovalDequeue.Entry |
FastRemovalDequeue.last
Last element of the queue.
|
Modifier and Type | Method and Description |
---|---|
FastRemovalDequeue.Entry |
FastRemovalDequeue.push(T object)
Adds an object to the start of the list and returns the entry created for
said object.
|
FastRemovalDequeue.Entry |
FastRemovalDequeue.unpop(T object)
Adds an object to the end of the list and returns the entry created for
said object.
|
Modifier and Type | Method and Description |
---|---|
void |
FastRemovalDequeue.moveFirst(FastRemovalDequeue.Entry element)
Moves the element in front.
|
void |
FastRemovalDequeue.moveLast(FastRemovalDequeue.Entry element)
Moves the element to the back.
|
void |
FastRemovalDequeue.remove(FastRemovalDequeue.Entry element)
Removes any element of the list and returns its content.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.