public class PageElement extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
PageElement(Page page,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection(DBDatabase db) |
Connection |
getConnection(DBObject dbo) |
Page |
getPage() |
String |
getPropertyName() |
protected <T> T |
getSessionObject(Class<T> type)
Session Object handling
|
protected void |
onInitPage() |
protected void |
onRefreshPage() |
protected <T> void |
removeSessionObject(Class<T> type) |
protected <T> void |
setSessionObject(Class<T> type,
T object) |
public String getPropertyName()
public Page getPage()
protected void onInitPage()
protected void onRefreshPage()
protected <T> T getSessionObject(Class<T> type)
type
- protected <T> void setSessionObject(Class<T> type, T object)
protected <T> void removeSessionObject(Class<T> type)
public Connection getConnection(DBDatabase db)
public Connection getConnection(DBObject dbo)
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.