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

D

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.

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.

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).

A D I O S

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.