Class IncludeEventHandler.IncludeEventExecutor

java.lang.Object
org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
All Implemented Interfaces:
EventHandlerMethodExecutor
Enclosing interface:
IncludeEventHandler

public static class IncludeEventHandler.IncludeEventExecutor extends Object implements EventHandlerMethodExecutor
Defines the execution strategy for includeEvent
  • Field Details

    • context

      private Context context
    • includeResourcePath

      private String includeResourcePath
    • currentResourcePath

      private String currentResourcePath
    • directiveName

      private String directiveName
    • executed

      private boolean executed
  • Constructor Details

    • IncludeEventExecutor

      IncludeEventExecutor(Context context, String includeResourcePath, String currentResourcePath, String directiveName)
  • Method Details