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
Next revision
Previous revision
jvxmobile:analyzer_factory [2019/03/22 10:48]
admin
jvxmobile:analyzer_factory [2019/03/22 10:49]
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 48: Line 50:
 </​code>​ </​code>​
  
-Set a full qualified java class and be sure that your class extends **DefaultAnalyzerFactory**. +In your own analyzer, simply override the specific method, e.g.
- +
-To use your own analyzer, simply override the specific method, e.g.+
  
 <code java> <code java>
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information