public class HTMLLink extends Object
Constructor and Description |
---|
HTMLLink() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(HTMLLinkProperty prop) |
ArrayList<HTMLLinkProperty> |
getProperties() |
String |
getSecureLinkTo() |
Hashtable |
getSecureProps() |
boolean |
isSecure() |
void |
setProperties(ArrayList<HTMLLinkProperty> list) |
void |
setSecureLinkTo(String string) |
void |
setSecureProps(Hashtable hashtable) |
public ArrayList<HTMLLinkProperty> getProperties()
public void setProperties(ArrayList<HTMLLinkProperty> list)
list
- public void addProperty(HTMLLinkProperty prop)
public String getSecureLinkTo()
public Hashtable getSecureProps()
public void setSecureLinkTo(String string)
string
- public void setSecureProps(Hashtable hashtable)
hashtable
- public boolean isSecure()
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.