|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Poolable | |
---|---|
jet.html | |
jet.html.impl | |
jet.pool | |
jet.servlet | |
jet.servlet.action | |
jet.servlet.internal |
Uses of Poolable in jet.html |
---|
Subinterfaces of Poolable in jet.html | |
---|---|
interface |
JetForm
|
Uses of Poolable in jet.html.impl |
---|
Classes in jet.html.impl that implement Poolable | |
---|---|
class |
JetForm
|
Uses of Poolable in jet.pool |
---|
Methods in jet.pool that return Poolable | |
---|---|
Poolable |
ObjectPool.getCloneFromOriginalObject(java.lang.String identifier)
Returns a clone from pooled object |
Poolable |
ObjectPool.getInstanceFor(java.lang.String identifier)
Returns a pooled object or a new one if pool empty |
Methods in jet.pool with parameters of type Poolable | |
---|---|
void |
ObjectPool.add(Poolable o)
This methods adds a new Poolable object |
void |
ObjectPool.pushBack(Poolable o)
This method returns the object to the pool |
Uses of Poolable in jet.servlet |
---|
Classes in jet.servlet that implement Poolable | |
---|---|
class |
JetAction
This class is the base class for every action in jet. |
class |
JetContext
Class providing new context object |
Methods in jet.servlet that return Poolable | |
---|---|
protected Poolable |
JetAction.getInstanceFor(java.lang.String id)
|
Methods in jet.servlet with parameters of type Poolable | |
---|---|
protected void |
JetContext.pushBackAction(Poolable p)
Method to return used actions |
void |
JetContext.pushBackForm(Poolable p)
Method to return use forms |
Uses of Poolable in jet.servlet.action |
---|
Classes in jet.servlet.action that implement Poolable | |
---|---|
class |
AjaxValidationAction
This class is like JetAction, but executes the specified template directly and executes no class action |
class |
ClientMessagesAction
This class is like JetAction, but executes the specified template directly and executes no class action |
class |
ElementAction
This class is like JetAction, but executes the specified template directly and executes no class action |
class |
ExtJSTypesAction
This class is like JetAction, but executes the specified template directly and executes no class action |
class |
FFAction
|
class |
FormDisplayAction
|
class |
FTLAction
This class is like JetAction, but executes the specified template directly and executes no class action |
class |
ReportJavascriptErrorAction
This class is like JetAction, but executes the specified template directly and executes no class action |
Uses of Poolable in jet.servlet.internal |
---|
Classes in jet.servlet.internal that implement Poolable | |
---|---|
class |
ServletOutputStreamWrapper
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |