A D I 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.

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

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 D I O P Q S