|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.despodata.java.webappl.Page
Page.java, Representa uma pagina html. Created: Tue Oct 10 04:30:13 2000
| Field Summary | |
protected Frame |
frame
Frame onde esta pagina foi definida. |
protected FrameSet |
frameSet
FrameSet a que esta pagina pertence. |
protected java.lang.String |
uri
Identificador desta pagina. |
| Fields inherited from interface pt.despodata.java.webappl.IPage |
FRAME, FRAMESET, UNKNOW, WEBPAGE |
| Constructor Summary | |
Page(java.lang.String uri,
int type)
Constroi uma representacao de uma pagina de Web. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Verifica se uma pagina e igual a outra |
Frame |
getFrame()
Get the value of frame. |
FrameSet |
getFrameSet()
Get the value of frameSet. |
java.lang.String |
getParentUri()
Get the value of parentUri. |
int |
getType()
Devolve o tipo de pagina. |
java.lang.String |
getUri()
Get the value of uri. |
int |
hashCode()
Funcao de dispercao usada em Hashtables |
boolean |
isDetail()
Get the value of detail. |
void |
setDetail(boolean v)
Set the value of detail. |
void |
setParentUri(java.lang.String v)
Set the value of parentUri. |
protected void |
setUri(java.lang.String v)
Set the value of uri. |
java.lang.String |
toString()
Representa a estrutura da pagina numa String. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Frame frame
protected FrameSet frameSet
protected java.lang.String uri
| Constructor Detail |
public Page(java.lang.String uri,
int type)
uri - Url da pagina.| Method Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
public Frame getFrame()
getFrame in interface IPagepublic FrameSet getFrameSet()
getFrameSet in interface IPagepublic java.lang.String getParentUri()
getParentUri in interface IPagepublic int getType()
getType in interface IPagepublic java.lang.String getUri()
getUri in interface IPagepublic boolean isDetail()
isDetail in interface IPagepublic void setDetail(boolean v)
setDetail in interface IPagev - Value to assign to detail.public void setParentUri(java.lang.String v)
setParentUri in interface IPagev - Value to assign to parentUri.protected void setUri(java.lang.String v)
v - Value to assign to uri.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||