Class GroovyStyleFactory.GroovyScriptingStyleTemplate
- java.lang.Object
-
- lumis.portal.serviceinterface.style.impl.scripting.AbstractScriptingTemplate
-
- lumis.portal.serviceinterface.style.impl.groovy.GroovyStyleFactory.GroovyScriptingStyleTemplate
-
- All Implemented Interfaces:
IScriptingStyleTemplate
- Enclosing class:
- GroovyStyleFactory
public static final class GroovyStyleFactory.GroovyScriptingStyleTemplate extends AbstractScriptingTemplate
Groovy scripting template.- Version:
- $Revision: 17593 $ $Date: 2015-07-17 11:21:36 -0300 (Fri, 17 Jul 2015) $
-
-
Constructor Summary
Constructors Constructor Description GroovyScriptingStyleTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassCallString(Class<?> clazz)
Returns the string used to call the class.String
getEscapedString(String value)
Returns the escaped version of the given string.-
Methods inherited from class lumis.portal.serviceinterface.style.impl.scripting.AbstractScriptingTemplate
getControlsByIdVariableName, getControlsByTypeVariableName, getDocumentVariableName, getELVariableName, getEndScriptTag, getOutVariableName, getRequestVariableName, getResponseVariableName, getRowsListVariableName, getStartScriptTag, getStartValueTag, getXPathVariableName
-
-
-
-
Method Detail
-
getEscapedString
public String getEscapedString(String value)
Description copied from interface:IScriptingStyleTemplate
Returns the escaped version of the given string.- Parameters:
value
- the string to be escaped.- Returns:
- the escaped version of the given string.
-
getClassCallString
public String getClassCallString(Class<?> clazz)
Description copied from interface:IScriptingStyleTemplate
Returns the string used to call the class.- Parameters:
clazz
- the class that will be called.- Returns:
- the qualified name with the proper modifications needed to call the class.
-
-