|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.rim.device.api.ui.text.TextFilter
|
+--net.rim.device.api.ui.text.URLTextFilter
Filters out characters not usable in URL text strings.
This filter accepts all characters except those disallowed by RFC 2396.
| Field Summary |
| Fields inherited from class net.rim.device.api.ui.text.TextFilter |
ADN_SIM_PHONE, DEFAULT, DEFAULT_SMART_PHONE, EMAIL, FDN_SIM_PHONE, FILENAME, HEXADECIMAL, INTEGER, IP, LOWERCASE, NUMERIC, PHONE, PIN_ADDRESS, REAL_NUMERIC, SIM_PHONE, SMS_PHONE, STYLE_SHIFT, UPPERCASE, URL, VOICEMAIL_PHONE |
| Constructor Summary | ||
URLTextFilter()
Constructs a new URLTextFilter instance. |
||
| Method Summary | ||
char |
convert(char character,
int status)
Passes character through URL text filter. |
|
boolean |
validate(char character)
Determines if character is a valid URL string character. |
|
| Methods inherited from class net.rim.device.api.ui.text.TextFilter |
convert, get, validate, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
| Method Detail |
public char convert(char character,
int status)
convert in class TextFiltercharacter - Character to translate.status - Ignored.public boolean validate(char character)
URL delimiters are
< > "
URL unwise characters are
| \ ^ [ ] `
Note: Despite the fact that they are included in RFC 2396, the "%", "#", "{", and "}" characters are allowed by the filter.
validate in class TextFiltercharacter - Character to test.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2009 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.