|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.com.arsmachina.example.web.services.AppModule
public class AppModule
Tapestry-IoC module class for the Ars Machina example project.
| Constructor Summary | |
|---|---|
AppModule()
|
|
| Method Summary | |
|---|---|
static void |
contributeAccessFilter(OrderedConfiguration<br.com.arsmachina.accesslogger.services.AccessFilterRule> configuration)
This is not needed to use Tapestry Access Logger: it's just an example of how add some additional configuration. |
static void |
contributeApplicationDefaults(MappedConfiguration<String,String> configuration)
Configures the application. |
static void |
contributePrimaryKeyTypeService(OrderedConfiguration<br.com.arsmachina.tapestrycrud.services.PrimaryKeyTypeService> configuration,
org.hibernate.SessionFactory sessionFactory)
This is not needed to use Tapestry CRUD: it's just an example of how to override some default behaviours. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppModule()
| Method Detail |
|---|
public static void contributeApplicationDefaults(MappedConfiguration<String,String> configuration)
configuration - a MappedConfiguration.public static void contributeAccessFilter(OrderedConfiguration<br.com.arsmachina.accesslogger.services.AccessFilterRule> configuration)
.jar must be logged.
configuration - an OrderedConfiguration.
public static void contributePrimaryKeyTypeService(OrderedConfiguration<br.com.arsmachina.tapestrycrud.services.PrimaryKeyTypeService> configuration,
org.hibernate.SessionFactory sessionFactory)
PrimaryKeyTypeService to use a String as
the primary key for Task.
configuration - an OrderedConfiguration of PrimaryKeyTypeService's.sessionFactory - a SessionFactory.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||