|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromptDecorator | |
---|---|
fr.gedeon.telnetservice | This package homes the core components of the telnetservice. |
Uses of PromptDecorator in fr.gedeon.telnetservice |
---|
Classes in fr.gedeon.telnetservice that implement PromptDecorator | |
---|---|
class |
PromptDecoratorDefaultImpl
The default prompt decorator implementation, decorates the prompt by appending "> ". |
Methods in fr.gedeon.telnetservice that return PromptDecorator | |
---|---|
PromptDecorator |
TelnetServiceExtensionAbstractImpl.getPromptDecorator()
|
PromptDecorator |
TelnetServiceExtension.getPromptDecorator()
Serve an instance of the ActionListener implemented by this service extension.Although it is recommended that the Action Listener implementation be stateless (with all state stored in the SessionState ), it is left to the implementing party to decide
whether to serve a singleton, an instance from a managed pool or a new instance at each call.This method will be called once per session, at session construction time, following the order described in the package documentation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |