|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> presentation >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ru.gammalabs.ice.presentation.web
Class PageState

java.lang.Objectru.gammalabs.ice.presentation.web.PageState
- public class PageState
- extends java.lang.Object
Represents page state in Backoffice state model.
| Field Summary | |
private java.lang.String |
url
Current url for specified page. |
| Constructor Summary | |
PageState()
|
|
| Method Summary | |
java.lang.String |
getUrl()
Get url for this page. |
void |
setUrl(java.lang.String url)
Set url for this page. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
url
private java.lang.String url
- Current url for specified page.
| Constructor Detail |
PageState
public PageState()
| Method Detail |
getUrl
public java.lang.String getUrl()
- Get url for this page.
setUrl
public void setUrl(java.lang.String url)
- Set url for this page.
|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> presentation >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ru.gammalabs.ice.presentation.web.PageState