@ApplicationScoped public class Jsr223ViewEngine extends ViewEngineBase
| Constructor and Description |
|---|
Jsr223ViewEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
processView(javax.mvc.engine.ViewEngineContext context)
Process the view.
|
boolean |
supports(String view)
What extensions does the view engine support.
|
resolveViewpublic boolean supports(String view)
view - the view.public void processView(javax.mvc.engine.ViewEngineContext context)
throws javax.mvc.engine.ViewEngineException
context - the context.javax.mvc.engine.ViewEngineException - when the view engine experienced an error.Copyright © 2015. All Rights Reserved.