Em Wed, 08 Oct 2008 16:22:32 -0300, Keith Bottner <[EMAIL PROTECTED]>
escreveu:
BTW, do you know of anywhere there is a list of ALL of the possibly
methods that could be called in AppModule? I would like to find some
kind of definitive list so that I can track these down on my own the
next time something like this occurs.
Almost all methods in TapestryModule (tapestry-core) and TapestryIOCModule
(tapestry-ioc) can be added in your AppModule if needed.
In addition, if you are using other packages that use Tapestry-IoC, there
are even more methods.
For example, if you want to log accesses to all JAR files in your
application using Tapestry Access Logger
(www.arsmachina.com.br/project/tapestryaccesslogger), you would write this
in your AppModule:
public void contributeAccessFilter(OrderedConfiguration<AccessFilterRule>
configuration) {
configuration.add("jar", new URLEndingAccessFilterRule(".jar"));
}
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]