| org.sakaiproject.jsf.util.JsfTool org.sakaiproject.jsf.util.SamigoJsfTool
SamigoJsfTool | public class SamigoJsfTool extends JsfTool (Code) | |
Customized JsfTool for Samigo - just to workaround the fact that Samigo
has the JSF URL mapping "*.faces" hard-coded in several places. If
all instances of "*.faces" were changed to "*.jsf", this class could be removed.
|
computeDefaultTarget | protected String computeDefaultTarget(boolean lastVisited)(Code) | | |
isResourceRequest | protected boolean isResourceRequest(String path)(Code) | | Recognize a path that is a resource request. It must have an "extension", i.e. a dot followed by characters that do not include a slash.
Parameters: path - The path to check true if the path is a resource request, false if not. |
|
|