Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
I
L
O
P
Q
S
U
A
answer
- Variable in class org.apache.commons.jelly.tags.interaction.
AskTag
The variable in which we will stock the user's input.
AskTag
- Class in
org.apache.commons.jelly.tags.interaction
Jelly Tag that asks the user a question, and puts his answer into a variable, with the attribute "answer".
AskTag()
- Constructor for class org.apache.commons.jelly.tags.interaction.
AskTag
C
completor
- Variable in class org.apache.commons.jelly.tags.interaction.
AskTag
A list of predefined commands for tab completion.
consoleHistory
- Static variable in class org.apache.commons.jelly.tags.interaction.
AskTag
The history of previous user-inputs.
D
defaultInput
- Variable in class org.apache.commons.jelly.tags.interaction.
AskTag
The default value, if the user doesn't answer.
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.interaction.
AskTag
Perform functionality provided by the tag.
I
InteractionTagLibrary
- Class in
org.apache.commons.jelly.tags.interaction
A TagLibrary to interact with the user.
InteractionTagLibrary()
- Constructor for class org.apache.commons.jelly.tags.interaction.
InteractionTagLibrary
Registers all the Tags.
L
logger
- Static variable in class org.apache.commons.jelly.tags.interaction.
AskTag
O
org.apache.commons.jelly.tags.interaction
- package org.apache.commons.jelly.tags.interaction
A simple interaction tag library so that Jelly scripts can be interactive.
P
prompt
- Variable in class org.apache.commons.jelly.tags.interaction.
AskTag
The prompt to display before the user input.
Q
question
- Variable in class org.apache.commons.jelly.tags.interaction.
AskTag
The question to ask to the user.
S
setAnswer(String)
- Method in class org.apache.commons.jelly.tags.interaction.
AskTag
Sets the name of the variable that will hold the answer.
setCompletor(List)
- Method in class org.apache.commons.jelly.tags.interaction.
AskTag
Sets the list of predefined commands.
setDefault(String)
- Method in class org.apache.commons.jelly.tags.interaction.
AskTag
Sets the default answer to the question.
setPrompt(String)
- Method in class org.apache.commons.jelly.tags.interaction.
AskTag
Sets the prompt that will be displayed before the user's input.
setQuestion(String)
- Method in class org.apache.commons.jelly.tags.interaction.
AskTag
Sets the question to ask to the user.
setUseHistoryCompletor(boolean)
- Method in class org.apache.commons.jelly.tags.interaction.
AskTag
Whether the completion should also happen on previously entered lines (default true).
U
useHistoryCompletor
- Variable in class org.apache.commons.jelly.tags.interaction.
AskTag
Whether to complete with previous completions as well.
A
C
D
I
L
O
P
Q
S
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes