Field Summary |
|
final public static String | ALLOWPATHREQUESTACTIONS Since not all path actions can be reliably secured we allow all actions to be turned off by
default. |
final public static String | BROWSER This is a Browser object, created from the request header that provides
some convenience method for dealing with different browser types and OSes
when different behavior is required. |
final public static String | CLASSTOOL This nifty class instantiation tool is something we found on the Velocity
mailing list. |
final public static String | CONTENT An alias for the "page" variable
Use "$content" in the Velocity page. |
final public static String | FILE_PATH This is a relative chunk of the filepath used to help locate relative resources
within a Velocity page. |
final public static String | HOME The servlet context path, e.g. |
final public static String | INNERLAYOUTOVERRIDE Allows an action to specify an alternative inner layout. |
final public static String | LAYOUTOVERRIDE Allows an action to specify an alternative layout. |
final public static String | OUTPUT_STREAM The Servlet output stream
Use "$out" in the Velocity page. |
final public static String | OUTPUT_WRITER A writer that wraps the servlet output stream
Use "$wout" in the Velocity page. |
final public static String | PAGE A DynamicPage object representing the current page. |
final public static String | PAGES A PageStreamer object which allows dynamic pages to make a callback to the
OpenEditEngine in order tor stream in content from other pages. |
final public static String | REQUEST The HttpServletRequest
Use "$request" in the Velocity page. |
final public static String | RESPONSE The HttpServletResponse
Use "$response" in the Velocity page. |
final public static String | SERVLET_CONTEXT The ServletContext
Use "$application" in the Velocity page. |
final public static String | SESSION The HttpSession
Use "$session" in the Velocity page. |
final public static String | URL_PATH This is a relative chunk of the URL path used to help locate relative resources. |
final public static String | URL_UTILITIES The JPublish URLUtilities object which provides several static methods
for manipulating paths. |
final public static String | USER If a user is logged in to Open Edit, the User object will be available
in Velocity. |
final public static String | WEB_SERVER_PATH This is the full address of the web server. |