public abstract class PageResolver extends Object
By default, the physical page and logical view ID will be identical.
To override this, provide a file on the classpath at
/META-INF/services/org.apache.myfaces.trinidad.context.PageResolver
with the name of the alternative implementation. (There's no current
support for decoration, and this general approach may be revisited
in the future.)
Modifier | Constructor and Description |
---|---|
protected |
PageResolver()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
encodeActionURI(String actionURI)
Encodes an action URI.
|
abstract String |
getPhysicalURI(String viewId)
Performs mapping from a logical view ID to the physical page URI.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.