| |
|
| java.lang.Object org.jicengine.element.CdataHandler
CdataHandler | public class CdataHandler (Code) | |
todo: the exception types are not specific enough..
author: timo laitinen |
Inner Class :static interface ConstructorFactory | |
Inner Class :static class StringConstructorFactory implements ConstructorFactory | |
Inner Class :static class ClassConstructorFactory implements ConstructorFactory | |
Inner Class :static class IntConstructorFactory implements ConstructorFactory | |
Inner Class :static class DoubleConstructorFactory implements ConstructorFactory | |
Inner Class :static class BooleanConstructorFactory implements ConstructorFactory | |
Inner Class :static class CharacterConstructorFactory implements ConstructorFactory | |
Inner Class :static class LongConstructorFactory implements ConstructorFactory | |
Inner Class :static class ShortConstructorFactory implements ConstructorFactory | |
Inner Class :static class FloatConstructorFactory implements ConstructorFactory | |
Inner Class :static class BigDecimalConstructorFactory implements ConstructorFactory | |
Inner Class :static class BigIntegerConstructorFactory implements ConstructorFactory | |
Inner Class :static class ColorConstructorFactory implements ConstructorFactory | |
Inner Class :static class FontConstructorFactory implements ConstructorFactory | |
Inner Class :static class FontConstructor implements Operation | |
Inner Class :static class UrlConstructorFactory implements ConstructorFactory | |
Inner Class :static class DimensionConstructorFactory implements ConstructorFactory | |
Inner Class :static class DimensionConstructor implements Operation | |
Inner Class :static class PointConstructorFactory implements ConstructorFactory | |
Inner Class :static class PointConstructor implements Operation | |
Inner Class :static class LocaleConstructorFactory implements ConstructorFactory | |
Inner Class :static class LocaleConstructor implements Operation | |
Inner Class :static class TimeZoneConstructorFactory implements ConstructorFactory | |
Inner Class :static class TimeZoneConstructor implements Operation | |
Inner Class :static class ResourceConstructorFactory implements ConstructorFactory | |
Inner Class :static class ResourceConstructor implements Operation | |
getClassBasedCdataConversionConstructor | public static Operation getClassBasedCdataConversionConstructor(Class targetClass, String cdata) throws Exception(Code) | | Returns a constructor that converts the CDATA value into
the instance of the proper class i.e. the class stated
in the class attribute.
Parameters: targetClass - Class may be null. Parameters: cdata - String Operation throws: Exception - if the CDATA can not be converted to an instance of the particularclass. |
isDefaultCdataConversionType | public static boolean isDefaultCdataConversionType(Class targetClass)(Code) | | |
resolveInstanceClassFromCdata | public static Class resolveInstanceClassFromCdata(String cdata)(Code) | | Parameters: cdata - |
|
|
|