public class ResourceFinder extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_PACKAGE
Default package for classes used when some class is not found and there
is a SERFJ implementation for something.
|
protected static String |
OFF_OPTION |
Constructor and Description |
---|
ResourceFinder(String mainPackage,
String alias,
String suffix,
String style) |
Modifier and Type | Method and Description |
---|---|
protected String |
defaultResource(String model)
Gets the default resource in case finder can't find an implementation.
|
protected String |
findByFunction(String model) |
protected String |
findByFunctionAndModel(String model) |
protected String |
findByModel(String model) |
String |
findResource(String model) |
protected String |
getPrefix() |
protected UrlUtils |
getUtils() |
protected String |
makeClassName() |
protected String |
makeClassName(String model) |
protected static final String OFF_OPTION
protected static final String DEFAULT_PACKAGE
protected String defaultResource(String model)
model
- - Model.protected String makeClassName()
protected String getPrefix()
protected UrlUtils getUtils()
Copyright © 2012 ElPaso Software. All Rights Reserved.