@RequestScoped public class DefaultPathResolver extends Object implements PathResolver
Modifier | Constructor and Description |
---|---|
protected |
DefaultPathResolver()
Deprecated.
CDI eyes only
|
|
DefaultPathResolver(FormatResolver resolver) |
Modifier and Type | Method and Description |
---|---|
protected String |
extractControllerFromName(String baseName) |
protected String |
getExtension() |
protected String |
getPrefix() |
String |
pathFor(ControllerMethod method) |
protected DefaultPathResolver()
@Inject public DefaultPathResolver(FormatResolver resolver)
public String pathFor(ControllerMethod method)
pathFor
in interface PathResolver
protected String getPrefix()
protected String getExtension()
Copyright © 2014 Caelum. All rights reserved.