|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A NewFileValidator
instance can be used to validate the URL
generated by the NewFilePanel
.
Method Summary | |
java.net.URL |
validateNewFileURL(java.net.URL url)
Requests that the specified URL be validated. |
Method Detail |
public java.net.URL validateNewFileURL(java.net.URL url) throws TraversalException
URL
be validated. If necessary,
a different URL can be returned, if the specified URL should be mapped
to some other resource. If the URL is not valid, and cannot be made valid,
then a TraversalException
should be thrown containing the
reason why the URL is not valid.
url
- the URL to be validated
TraversalException
- if the URL is not valid.
TraversalException
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.