public class BooleanWrapper extends BaseWrapper implements Wrapper
beanManager, context, element, path, value| Constructor and Description |
|---|
BooleanWrapper(BeanManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
ConversionScore |
conversionScore(Class<?> cls)
Returns a score indicating whether this parameter value can be converted
to the specified type.
|
Object |
convert(Type type)
Convert the wrapped parameter value to the specified target class.
|
void |
marshal(OutputStream out) |
getValue, serialize, setCallContext, setElement, setPath, setValue, unmarshalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValue, serialize, setCallContext, setElement, setPath, setValue, unmarshalpublic BooleanWrapper(BeanManager beanManager)
public void marshal(OutputStream out) throws IOException
marshal in interface WrapperIOExceptionpublic Object convert(Type type) throws ConversionException
Wrapperconvert in interface WrapperConversionExceptionpublic ConversionScore conversionScore(Class<?> cls)
WrapperconversionScore in interface WrapperCopyright © 2012 Seam Framework. All Rights Reserved.