|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.net.URL
public class URL
A class representing a Uniform Resource Locator on the web.
Field Summary | |
---|---|
static java.lang.String |
RB_KEY
|
Constructor Summary | |
---|---|
URL()
Default constructor for design time. |
|
URL(java.lang.String name)
Constructor that takes a string and creates an URL object. |
Method Summary | |
---|---|
static com.sas.beans.ExtendedBeanInfo |
getExtendedBeanInfo()
|
java.lang.String |
getText()
Gets the text attribute |
java.net.URL |
getUrl()
Gets the URL attribute |
void |
setText(java.lang.String name)
Sets the text attribute and URL object if the URL is valid. |
java.lang.String |
toString()
Returns the string value of this URL |
Field Detail |
---|
public static final java.lang.String RB_KEY
Constructor Detail |
---|
public URL()
public URL(java.lang.String name)
Method Detail |
---|
public static com.sas.beans.ExtendedBeanInfo getExtendedBeanInfo()
public java.lang.String getText()
getText
in interface com.sas.lang.StringDataInterface
public java.net.URL getUrl()
public void setText(java.lang.String name)
setText
in interface com.sas.lang.StringDataInterface
String
- name of the URL
ConnectionRefusedException
- when unable to get contents.public java.lang.String toString()
toString
in class java.lang.Object
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |