com.arsdigita.util.parameter
Class URLParameter
java.lang.Object
com.arsdigita.util.parameter.AbstractParameter
com.arsdigita.util.parameter.StringParameter
com.arsdigita.util.parameter.URLParameter
- All Implemented Interfaces:
- Parameter
- public class URLParameter
- extends StringParameter
Subject to change.
A parameter representing a Java URL
.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/util/parameter/URLParameter.java#7 $
- Author:
- Justin Ross <jross@redhat.com>
- See Also:
URL
,
Parameter
Method Summary |
protected Object |
unmarshal(String value,
ErrorList errors)
Converts a literal String value,
value , to a Java object, which is returned. |
Methods inherited from class com.arsdigita.util.parameter.AbstractParameter |
doRead, doValidate, doWrite, getDefaultValue, getInfo, getName, isRequired, marshal, read, setInfo, toString, validate, write |
versionId
public static final String versionId
- See Also:
- Constant Field Values
URLParameter
public URLParameter(String name)
URLParameter
public URLParameter(String name,
int multiplicity,
Object defaalt)
unmarshal
protected Object unmarshal(String value,
ErrorList errors)
- Description copied from class:
AbstractParameter
- Converts a literal
String
value,
value
, to a Java object, which is returned.
- Overrides:
unmarshal
in class AbstractParameter
- Parameters:
value
- The String
value to convert from; it
cannot be nullerrors
- An ErrorList
that holds any errors
encountered during unmarshaling; it cannot be null
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC