Uses of Class
org.apache.jasper.util.FastRemovalDequeue.Entry
Packages that use FastRemovalDequeue.Entry
-
Uses of FastRemovalDequeue.Entry in org.apache.jasper.compiler
Methods in org.apache.jasper.compiler that return FastRemovalDequeue.EntryModifier and TypeMethodDescriptionJspRuntimeContext.push(JspServletWrapper jsw) Push a newly compiled JspServletWrapper into the queue at first execution of jsp.Methods in org.apache.jasper.compiler with parameters of type FastRemovalDequeue.EntryModifier and TypeMethodDescriptionvoidJspRuntimeContext.makeYoungest(FastRemovalDequeue<JspServletWrapper>.Entry unloadHandle) Push unloadHandle for JspServletWrapper to front of the queue. -
Uses of FastRemovalDequeue.Entry in org.apache.jasper.servlet
Methods in org.apache.jasper.servlet that return FastRemovalDequeue.Entry -
Uses of FastRemovalDequeue.Entry in org.apache.jasper.util
Fields in org.apache.jasper.util declared as FastRemovalDequeue.EntryModifier and TypeFieldDescriptionprotected FastRemovalDequeue<T>.EntryFastRemovalDequeue.firstFirst element of the queue.protected FastRemovalDequeue<T>.EntryFastRemovalDequeue.lastLast element of the queue.Methods in org.apache.jasper.util that return FastRemovalDequeue.EntryModifier and TypeMethodDescriptionAdds an object to the start of the list and returns the entry created for said object.Adds an object to the end of the list and returns the entry created for said object.Methods in org.apache.jasper.util with parameters of type FastRemovalDequeue.EntryModifier and TypeMethodDescriptionvoidFastRemovalDequeue.moveFirst(FastRemovalDequeue<T>.Entry element) Moves the element in front.voidFastRemovalDequeue.moveLast(FastRemovalDequeue<T>.Entry element) Moves the element to the back.voidFastRemovalDequeue.remove(FastRemovalDequeue<T>.Entry element) Removes any element of the list and returns its content.