Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
I
L
O
P
Q
S
A
AskTag
- class org.apache.commons.jelly.tags.interaction.
AskTag
.
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
answer
- Variable in class org.apache.commons.jelly.tags.interaction.
AskTag
The variable in which we will stock the user's input.
C
consoleHistory
- Static variable in class org.apache.commons.jelly.tags.interaction.
AskTag
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 org.apache.commons.jelly.tags.interaction.
InteractionTagLibrary
.
A TagLibrary to interact with the user.
InteractionTagLibrary()
- Constructor for class org.apache.commons.jelly.tags.interaction.
InteractionTagLibrary
Registers all the Tags.
input
- Variable in class org.apache.commons.jelly.tags.interaction.
AskTag
The user's input
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 This defaults to "interact.answer".
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.
A
C
D
I
L
O
P
Q
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes