Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
jvxmobile:analyzer_factory [2019/03/22 10:48]
admin
jvxmobile:analyzer_factory [2019/03/22 10:48]
admin
Line 18: Line 18:
  
 The project uses the DefaultAnalyzerFactory but it's possible to use your own factory. To change the default factory, simply set the init parameter in your deployment descriptor: **analyzerfactory** The project uses the DefaultAnalyzerFactory but it's possible to use your own factory. To change the default factory, simply set the init parameter in your deployment descriptor: **analyzerfactory**
 +
 +Set a full qualified java class and be sure that your class extends **DefaultAnalyzerFactory**.
  
 <code xml> <code xml>
Line 47: Line 49:
 </​servlet-mapping> ​ </​servlet-mapping> ​
 </​code>​ </​code>​
- 
-Set a full qualified java class and be sure that your class extends **DefaultAnalyzerFactory**. 
  
 To use your own analyzer, simply override the specific method, e.g. To use your own analyzer, simply override the specific method, e.g.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information