|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.wao.ui.components.Layout
public class Layout
Layout Created: 9 nov. 2009
| Constructor Summary | |
|---|---|
Layout()
|
|
| Method Summary | |
|---|---|
void |
addError(String... message)
Add an error to the layout : display the body any way. |
void |
addFatal(String message)
Add a fatal error to the layout : don't display the page body. |
void |
addInfo(String message)
Add an info message to the layout. |
boolean |
displayBody()
|
ConnectedUser |
getConnectedUser()
|
String |
getContextPath()
|
FeedBack |
getFeedBack()
|
Map |
getMenuItems()
|
boolean |
isCurrentUserExists()
Test if the current user in session is a valid user. |
boolean |
isDevEnvironment()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Layout()
| Method Detail |
|---|
public boolean isDevEnvironment()
public boolean isCurrentUserExists()
contributeApplicationStateManager(MappedConfiguration)public String getContextPath()
public ConnectedUser getConnectedUser()
public FeedBack getFeedBack()
public Map getMenuItems()
public boolean displayBody()
public void addInfo(String message)
message - of the infopublic void addError(String... message)
message - of the errorpublic void addFatal(String message)
message - of the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||