public interface IScriptingStyleTemplate
Modifier and Type | Method and Description |
---|---|
String |
getClassCallString(Class<?> clazz)
Returns the string used to call the class.
|
String |
getControlsByIdVariableName()
Returns the controls by id map variable name.
|
String |
getControlsByTypeVariableName()
Returns the controls by type map variable name.
|
String |
getDocumentVariableName()
Returns the
Document variable name. |
String |
getELVariableName()
Returns the
IELResolver variable name. |
String |
getEndScriptTag()
Returns the end script tag.
|
String |
getEscapedString(String value)
Returns the escaped version of the given string.
|
String |
getOutVariableName()
Returns the output variable name.
|
String |
getRequestVariableName()
Returns the request variable name.
|
String |
getResponseVariableName()
Returns the response variable name.
|
String |
getRowsListVariableName()
Returns the rows list variable name.
|
String |
getStartScriptTag()
Returns the start script tag.
|
String |
getStartValueTag()
Returns the start value tag.
|
String |
getXPathVariableName()
Returns the
IXPath variable name. |
String getStartValueTag()
String getStartScriptTag()
String getEndScriptTag()
String getOutVariableName()
String getRequestVariableName()
String getResponseVariableName()
String getELVariableName()
IELResolver
variable name.IELResolver
variable name.String getDocumentVariableName()
Document
variable name.Document
variable name.String getXPathVariableName()
IXPath
variable name.IXPath
variable name.String getEscapedString(String value)
value
- the string to be escaped.String getClassCallString(Class<?> clazz)
clazz
- the class that will be called.String getControlsByIdVariableName()
String getControlsByTypeVariableName()
String getRowsListVariableName()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.