|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.Head.Base
Inner class for the <base> tag which only ever appears in the header.
| Field Summary |
| Fields inherited from class org.pajes.html.Tag |
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
Head.Base(java.lang.String href,
java.lang.String target)
The <base> tag defines the base URL for other anchors in the document. |
|
| Method Summary | |
java.lang.String |
getHREF()
Returns the HREF attribute of the BASE tag. |
java.lang.String |
getTarget()
Returns the TARGET attribute of the BASE tag. |
void |
setContent(java.lang.String href)
Sets the HREF attribute of the BASE tag. |
Head.Base |
setHREF(java.lang.String href)
Sets the HREF attribute of the BASE tag. |
Head.Base |
setTarget(java.lang.String frameTarget)
Sets the TARGET attribute of the BASE tag. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Head.Base(java.lang.String href,
java.lang.String target)
href - is used to define the absolute URL against which relative
URLs are based within the document.target - is the default frame name into which URLs are to be
loaded.| Method Detail |
public void setContent(java.lang.String href)
setContent in interface HTMLsetContent in class Taghref - is used to define the absolute URL against which relative
URLs are based within the document.setHREF(java.lang.String)public Head.Base setHREF(java.lang.String href)
href - is used to define the absolute URL against which relative
URLs are based within the document.
public java.lang.String getHREF()
public Head.Base setTarget(java.lang.String frameTarget)
frameTarget - the default frame name into which URLs are to be loaded.
public java.lang.String getTarget()
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||