| java.lang.Object com.opensymphony.webwork.views.util.ContextUtil
ContextUtil | public class ContextUtil (Code) | | Value Stack's Context related Utilities.
author: plightbo author: tm_jee version: $Date: 2006-01-25 18:21:01 +0100 (Wed, 25 Jan 2006) $ $Id: ContextUtil.java 2029 2006-01-25 17:21:01Z rainerh $ |
getTemplateSuffix | public static String getTemplateSuffix(Map context)(Code) | | Returns a String for overriding the default templateSuffix if templateSuffix is on the stack
Parameters: context - stack's context String |
isUseAltSyntax | public static boolean isUseAltSyntax(Map context)(Code) | | Return true if either Configuration's altSyntax is on or the stack context's useAltSyntax is on
Parameters: context - stack's context boolean |
|
|