public class StartPageBean extends Object implements StartPageAction
StartPageAction
interface.Modifier and Type | Field and Description |
---|---|
private String |
description |
private String |
id |
private String |
name |
private String |
url |
Constructor and Description |
---|
StartPageBean() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get an optional description of the start page.
|
String |
getId()
Get the ID of the the action.
|
String |
getName()
Get the name of the start page.
|
String |
getUrl()
Get the URL to the start page.
|
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUrl(String url) |
private String id
private String name
private String description
private String url
public String getId()
StartPageAction
getId
in interface StartPageAction
public String getName()
StartPageAction
getName
in interface StartPageAction
public String getDescription()
StartPageAction
getDescription
in interface StartPageAction
public String getUrl()
StartPageAction
$SESSION-ID$
as a placeholder for the current session id.
Eg. my_alternate_startpage.jsp?ID=$SESSION-ID$
getUrl
in interface StartPageAction
public void setId(String id)
public void setName(String name)
public void setDescription(String description)
public void setUrl(String url)