br.com.arsmachina.example.web.components
Class Layout
java.lang.Object
br.com.arsmachina.example.web.components.Layout
@IncludeStylesheet(value="context:/css/main.css")
public class Layout
- extends Object
Component that is used as the layout for all pages in this application.
- Author:
- Thiago H. de Paula Figueiredo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Layout
public Layout()
getTitle
public final String getTitle()
- Returns the value of the
title property.
- Returns:
- a
String.
logout
@OnEvent(component="logout",
value="action")
public void logout()
- Invalidates the session.
isLoggedIn
public boolean isLoggedIn()
Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.