Aspect4Facelets | |
---|---|
DocumentationInstallation GuideGet use aspect4facelets in you application you have to do several configurations. You need to download aspect4facelets from the download page and further more you need to download aspectj from the eclipse site. As the facelets processor is extended using
aspectJ you need to put the Of cause, you have to add the Add or replace the following context parameter in your <context-param> <param-name>facelets.RESOURCE_RESOLVER</param-name> <param-value>net.sf.aspect4facelets.AspectResolver</param-value> </context-param> We also need to enable LTW (load time weaving) in the
application server. This is done by adding the option
|