Searched refs:includeResourcePath (Results 1 – 9 of 9) sorted by relevance
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/ |
| D | IncludeRelativePath.java | 50 String includeResourcePath, in includeEvent() argument 55 if (includeResourcePath.startsWith("/") || includeResourcePath.startsWith("\\") ) { in includeEvent() 56 return includeResourcePath; in includeEvent() 66 return includeResourcePath; in includeEvent() 70 return currentResourcePath.substring(0,lastslashpos) + "/" + includeResourcePath; in includeEvent()
|
| D | IncludeNotFound.java | 75 String includeResourcePath, in includeEvent() argument 83 boolean exists = (rs.getLoaderNameForResource(includeResourcePath) != null); in includeEvent() 86 context.put("missingResource", includeResourcePath); in includeEvent() 101 return includeResourcePath; in includeEvent()
|
| /external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
| D | IncludeEventHandlingTestCase.java | 210 …public String includeEvent(Context context, String includeResourcePath, String currentResourcePath… in includeEvent() argument 213 return includeResourcePath; in includeEvent() 220 if (includeResourcePath.startsWith("/") || includeResourcePath.startsWith("\\") ) { in includeEvent() 221 return includeResourcePath; in includeEvent() 231 return includeResourcePath; in includeEvent() 235 return currentResourcePath.substring(0,lastslashpos) + "/" + includeResourcePath; in includeEvent()
|
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/event/ |
| D | EventHandlerUtil.java | 148 InternalContextAdapter context, String includeResourcePath, in includeEvent() argument 153 …includeResourcePath = rsvc.getApplicationEventCartridge().includeEvent(context, includeResourcePat… in includeEvent() 158 …includeResourcePath = contextCartridge.includeEvent(context, includeResourcePath, currentResourceP… in includeEvent() 160 return includeResourcePath; in includeEvent()
|
| D | EventCartridge.java | 327 …public String includeEvent(Context context, String includeResourcePath, String currentResourcePath… in includeEvent() argument 331 …includeResourcePath = handler.includeEvent(context, includeResourcePath, currentResourcePath, dire… in includeEvent() 333 if (includeResourcePath == null) in includeEvent() 338 return includeResourcePath; in includeEvent()
|
| D | IncludeEventHandler.java | 51 …String includeEvent(Context context, String includeResourcePath, String currentResourcePath, Strin… in includeEvent() argument
|
| /external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/eventhandler/ |
| D | Handler2.java | 66 String includeResourcePath, in includeEvent() argument 71 return "subdir/" + includeResourcePath; in includeEvent()
|
| D | Handler1.java | 66 String includeResourcePath, in includeEvent() argument
|
| /external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/misc/ |
| D | ExceptionGeneratingEventHandler.java | 40 …public String includeEvent(Context context, String includeResourcePath, String currentResourcePath, in includeEvent() argument
|