|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Link | |
|---|---|
| scone.netobjects | This package provides objects which represent real objects from the internet and the WWW. |
| scone.robot | This package provides a configurable high-performance web-robot. |
| Uses of Link in scone.netobjects |
|---|
| Fields in scone.netobjects declared as Link | |
|---|---|
protected Link |
LinkToken.link
the Link |
| Methods in scone.netobjects that return Link | |
|---|---|
static Link |
LinkCache.get(NetNode from,
NetNode to,
java.lang.String fragment)
returns the link defined in from, ponting to to |
static Link |
LinkCache.get(NetNode from,
NetNode to,
java.lang.String fragment,
adc.parser.HtmlTag tag)
returns the link defined in from, ponting to to |
static Link |
LinkCache.get(NetNode from,
NetNode to,
java.lang.String fragment,
adc.parser.HtmlTag tag,
boolean persistent)
returns the link defined in from, ponting to to |
static Link |
LinkCache.getById(java.lang.String id)
returns the link specified by the id |
Link |
LinkToken.getLink()
returns the Link of the LinkToken |
Link |
LinkVector.linkAt(int i)
returns the specified Link from the LinkVector |
| Methods in scone.netobjects with parameters of type Link | |
|---|---|
void |
LinkVector.addLink(Link link)
adds a Link to the LinkVector |
| Constructors in scone.netobjects with parameters of type Link | |
|---|---|
LinkToken(HtmlTagToken t,
Link link)
changes a HtmlToken into a LinkToken |
|
| Uses of Link in scone.robot |
|---|
| Methods in scone.robot that return Link | |
|---|---|
Link |
RobotLink.getLink()
Get the link |
| Methods in scone.robot with parameters of type Link | |
|---|---|
void |
RobotLink.setLink(Link link)
set the link |
| Constructors in scone.robot with parameters of type Link | |
|---|---|
RobotLink(Link link)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||