Package com.atlassian.jira.webwork.parameters

Interface Summary
ParameterConverter This is called to convert a value from String[] format into the specific type.
 

Class Summary
BooleanArrayConverter A implementation of ParameterConverter for Boolean[] objects

Introduced / changed as part of JRA-15664

BooleanConverter A implementation of ParameterConverter for Boolean objects

Introduced / changed as part of JRA-15664

ByteArrayConverter A implementation of ParameterConverter for Byte[] objects

Introduced / changed as part of JRA-15664

ByteConverter A implementation of ParameterConverter for Byte objects

Introduced / changed as part of JRA-15664

CharacterArrayConverter A implementation of ParameterConverter for Character[] objects

Introduced / changed as part of JRA-15664

CharacterConverter A implementation of ParameterConverter for Character objects

Introduced / changed as part of JRA-15664

DoubleArrayConverter A implementation of ParameterConverter for Double[] objects

Introduced / changed as part of JRA-15664

DoubleConverter A implementation of ParameterConverter for Double objects

Introduced / changed as part of JRA-15664

FloatArrayConverter A implementation of ParameterConverter for Float[] objects

Introduced / changed as part of JRA-15664

FloatConverter A implementation of ParameterConverter for Float objects

Introduced / changed as part of JRA-15664

IntegerArrayConverter A implementation of ParameterConverter for Integer[] objects

Introduced / changed as part of JRA-15664

IntegerConverter A implementation of ParameterConverter for Integer objects

Introduced / changed as part of JRA-15664

KnownParameterConverters Keeps a list of all known ParameterConverters

If a type is not in this list, then JIRA cannot accept that type as web input.

LongArrayConverter A implementation of ParameterConverter for Long[] objects

Introduced / changed as part of JRA-15664

LongConverter A implementation of ParameterConverter for Long objects

Introduced / changed as part of JRA-15664

ShortArrayConverter A implementation of ParameterConverter for Short[] objects

Introduced / changed as part of JRA-15664

ShortConverter A implementation of ParameterConverter for Short objects

Introduced / changed as part of JRA-15664

 



Copyright © 2002-2011 Atlassian. All Rights Reserved.