| java.lang.Object com.flexive.faces.URIMatcher
All known Subclasses: com.flexive.faces.ContentURIMatcher,
URIMatcher | public class URIMatcher (Code) | | A wrapper class that represents a (possible) match of an URI mapper on a
specific URI.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
apply | public String apply(FacesContext context)(Code) | | Apply the route on this matched URI, returning the final page to be displayed
(usually the route target).
Parameters: context - the current faces context the final page to be displayed. |
isMatched | public boolean isMatched()(Code) | | |
|
|