|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Application
org.apache.wicket.protocol.http.WebApplication
org.apache.wicket.spring.SpringWebApplication
org.apache.wicket.spring.common.web.ExampleApplication
public class ExampleApplication
Application class for our examples
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Application |
|---|
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT |
| Constructor Summary | |
|---|---|
ExampleApplication()
|
|
| Method Summary | |
|---|---|
ContactDao |
getContactDao()
Retrieves contact dao bean. |
ContactDao |
getContactDaoProxy()
Returns a lazy init proxy for the dao bean. |
java.lang.Class |
getHomePage()
|
protected void |
init()
|
| Methods inherited from class org.apache.wicket.spring.SpringWebApplication |
|---|
createSpringBeanProxy, createSpringBeanProxy, getSpringContextLocator, internalGetApplicationContext, internalInit, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExampleApplication()
| Method Detail |
|---|
protected void init()
init in class WebApplicationpublic ContactDao getContactDao()
public ContactDao getContactDaoProxy()
public java.lang.Class getHomePage()
getHomePage in class Application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||