Serialized Form
Package org.apache.taglibs.rdc |
minLength
int minLength
maxLength
int maxLength
pattern
java.lang.String pattern
minLength
int minLength
maxLength
int maxLength
pattern
java.lang.String pattern
maxAmount
java.lang.String maxAmount
minAmount
java.lang.String minAmount
balance
java.lang.String balance
currencyCode
java.lang.String currencyCode
maxDenials
int maxDenials
denialCount
int denialCount
minimumDueGrammar
Grammar minimumDueGrammar
fullAmountGrammar
Grammar fullAmountGrammar
type
java.lang.String type
number
java.lang.String number
expiry
java.util.Date expiry
securityCode
java.lang.String securityCode
formatter
java.text.SimpleDateFormat formatter
maxDenials
int maxDenials
denialCount
int denialCount
mode
java.lang.String mode
maxDenials
int maxDenials
denialCount
int denialCount
maxValue
java.lang.String maxValue
minValue
java.lang.String minValue
currencyCode
java.lang.String currencyCode
format
java.lang.String format
maxDate
java.util.Date maxDate
minDate
java.util.Date minDate
formatter
java.text.SimpleDateFormat formatter
startDate
java.lang.String startDate
endDate
java.lang.String endDate
minLength
int minLength
maxLength
int maxLength
pattern
java.lang.String pattern
maxDuration
java.lang.String maxDuration
minDuration
java.lang.String minDuration
pattern
java.lang.String pattern
jar
java.lang.String jar
grammarDirectory
java.lang.String grammarDirectory
name
java.lang.String name
pattern
java.lang.String pattern
percent
java.lang.String percent
mortgageType
java.lang.String mortgageType
minTerm
java.lang.String minTerm
maxTerm
java.lang.String maxTerm
pattern
java.lang.String pattern
minValue
java.lang.Double minValue
maxValue
java.lang.Double maxValue
resumeURI
java.lang.String resumeURI
pattern
java.lang.String pattern
maxPercent
int maxPercent
minPercent
int minPercent
optionList
java.lang.Object optionList
options
java.lang.Object options
optionsClass
java.lang.String optionsClass
values
java.util.List<E> values
utterances
java.util.List<E> utterances
pattern
java.lang.String pattern
minTime
java.util.Date minTime
maxTime
java.util.Date maxTime
length
int length
pattern
java.lang.String pattern
Package org.apache.taglibs.rdc.core |
id
java.lang.String id
- The unique identifier associated with this RDC
state
int state
- The current state of this RDC
errorCode
int errorCode
- This is used to identify the error that occured
confirm
java.lang.Boolean confirm
- specifies whether to do confirmation or not
confirmed
java.lang.Boolean confirmed
- Response of the user to the confirmation dialog
isValid
java.lang.Boolean isValid
- Indicates whether the current value for this RDC is valid
with respect to the supplied constraints
utterance
java.lang.String utterance
- The utterance of the user; what the user said
canonicalizedValue
java.lang.String canonicalizedValue
- The normalized value for the input of this RDC
interpretation
java.util.Map<K,V> interpretation
- The semantic interpretation returned for the input of this RDC
submit
java.lang.String submit
- The URI to submit the vxml form
grammars
java.util.List<E> grammars
- Path to component grammar(s)
echo
java.lang.Boolean echo
- The user preference for playing back the return value associated
with the RDC
subdialog
java.lang.Boolean subdialog
- Indicates whether this RDC is invoked as a subdialog. This will
affect what happens to the value collected by the RDC
isAmbiguous
java.lang.Boolean isAmbiguous
- Indicates whether the current value for this RDC is ambiguous
ambiguousValues
java.util.Map<K,V> ambiguousValues
- Contains the list of ambiguous values keyed on grammar conforming values
For e.g., a map of ambiguous values for say, time 5'o clock would be
Key Value
0500a 5 A M
0500p 5 P M
configuration
org.w3c.dom.Document configuration
- The default (parsed) configuration
className
java.lang.String className
- The class of the bean that subclasses this instance
skipSubmit
java.lang.Boolean skipSubmit
- Specifies whether this RDC should emit a submit URI -
may be removed in later versions of this tag library
value
java.lang.Object value
- Value currently associated with this RDC
initial
java.lang.Object initial
- The default/initial value associated with this RDC
candidates
java.lang.String candidates
- The serialized n-best data from the vxml browser
minConfidence
float minConfidence
- Minimum confidence below which all values are treated as invalid
numNBest
int numNBest
- The maximum number of n-best results requested from the vxml browser
paramsMap
java.util.Map<K,V> paramsMap
- Map this model's properties to the params in the request it
should look for
initialGrammar
Grammar initialGrammar
- The grammar available for the user to pick default/initial value
associated with this RDC
exitStatus
int exitStatus
- The status at exit, indicating whether this RDC collected input
or gracefully exited after a number of retries
maxNoInput
int maxNoInput
- Maximum number of client side <noinput> events before this RDC
gracefully exits with Constants.EXIT_MAXNOINPUT exitStatus
- See Also:
Constants.EXIT_MAXNOINPUT
maxNoMatch
int maxNoMatch
- Maximum number of client side <nomatch> events before this RDC
gracefully exits with Constants.EXIT_MAXNOMATCH exitStatus
- See Also:
Constants.EXIT_MAXNOMATCH
locale
java.lang.String locale
- The Locale for this RDC
localMap
java.util.Map<K,V> localMap
configMap
java.util.Map<K,V> configMap
config
java.lang.String config
context
javax.servlet.jsp.JspContext context
isInline
java.lang.Boolean isInline
- Indicates whether this grammar is inline (or a URI reference)
Default is Boolean.FALSE (URI reference)
isDTMF
java.lang.Boolean isDTMF
- Indicates whether this is a DTMF (or voice) grammar
Default is Boolean.FALSE (voice grammar)
grammar
java.lang.String grammar
- The inline grammar string or URI
name
java.lang.String name
- The optional name associated with this grammar
localMap
java.util.Map<K,V> localMap
groupConfirm
GroupConfirm groupConfirm
activeChildren
java.util.List<E> activeChildren
confidences
java.util.List<E> confidences
interpretations
java.util.List<E> interpretations
utterances
java.util.List<E> utterances
data
java.lang.Object data
- The instance specific data that is passed in
bean
java.lang.String bean
- The fully qualified class name of the model bean for this
instance of the RDC template
fsmFragment
java.lang.String fsmFragment
- The fragment that will override any or all of the
default fsm as needed for this instance of the template
constraints
java.util.Map<K,V> constraints
- The instance specific constraints on the value to be collected.
dynamicAttributes
java.util.Map<K,V> dynamicAttributes
- The instance specific dynamic tag attributes.
populateGrammars
boolean populateGrammars
- The property that governs whether we will attempt to populate this
template instance with the grammars that will be passed in
Package org.apache.taglibs.rdc.sampleapps.mortgage.struts |
memberNumber
java.lang.String memberNumber
mlsNumber
java.lang.String mlsNumber
mortgage
MortgageData mortgage
mortgageOK
java.lang.Boolean mortgageOK
mlsPropertyValue
java.lang.String mlsPropertyValue
transferAmount
java.lang.String transferAmount
submitURI
java.lang.String submitURI
Package org.apache.taglibs.rdc.sampleapps.musicstore |
mainGrammar
Grammar mainGrammar
categoryGrammar
Grammar categoryGrammar
genre
java.lang.String genre
category
java.lang.String category
readableValue
java.lang.String readableValue
Package org.apache.taglibs.rdc.sampleapps.musicstore.struts |
choice
AmazonMenuTemplate.AmazonMenuResult choice
genre
java.lang.String genre
category
java.lang.String category
action
java.lang.String action
asin
java.lang.String asin
Package org.apache.taglibs.rdc.sampleapps.musicstore.ws |
cartId
java.lang.String cartId
hMAC
java.lang.String hMAC
purchaseURL
java.lang.String purchaseURL
cartItems
CartItem[] cartItems
cartitemId
java.lang.String cartitemId
merchantId
java.lang.String merchantId
quantity
int quantity
url
java.lang.String url
height
int height
width
int width
aSIN
java.lang.String aSIN
productGroup
java.lang.String productGroup
title
java.lang.String title
rank
int rank
listPrice
int listPrice
- Price in US dollars multiplied by 100 (no decimal symbol required)
artist
java.lang.String artist
releaseDate
java.util.Date releaseDate
label
java.lang.String label
genres
int[] genres
smallImage
Image smallImage
offerSummary
OfferSummary offerSummary
newPrice
int newPrice
usedPrice
int usedPrice
collectPrice
int collectPrice
totalNew
int totalNew
totalUsed
int totalUsed
totalCollect
int totalCollect
Package org.apache.taglibs.rdc.scxml |
Package org.apache.taglibs.rdc.scxml.model |
Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.