public interface DevelopmentModeDetector
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Detectors with a higher priority value will run after detectors with a lower priority value.
|
Boolean |
isDevelopmentMode(ServletContext servletContext)
This method must return
true if it wants PrettyFaces to run in development mode. |
int getPriority()
Boolean isDevelopmentMode(ServletContext servletContext)
true if it wants PrettyFaces to run in development mode. It must return
false if it doesn't want PrettyFaces to run in development mode. If the method doesn't want to have
any infuence on the development mode detection, it should return null.servletContext - The ServletContextCopyright © 2014 OCPsoft. All Rights Reserved.