Class LazyControls
- java.lang.Object
-
- lumis.portal.serviceinterface.style.impl.common.LazyControls
-
public class LazyControls extends java.lang.Object
Lazy controls maps.- Since:
- 10.3.0
- Version:
- $Revision: 20807 $ $Date: 2017-11-30 17:08:51 -0200 (Thu, 30 Nov 2017) $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTROLS_BY_TYPE_VARIABLE_NAME
static java.lang.String
CONTROLS_VARIABLE_NAME
-
Constructor Summary
Constructors Constructor Description LazyControls(IXPath xpath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getControlsByIdMap()
Returns the controls by id map.java.util.Map<java.lang.String,java.lang.Object>
getControlsByTypeMap()
Returns the controls by type map.
-
-
-
Field Detail
-
CONTROLS_VARIABLE_NAME
public static final java.lang.String CONTROLS_VARIABLE_NAME
- See Also:
- Constant Field Values
-
CONTROLS_BY_TYPE_VARIABLE_NAME
public static final java.lang.String CONTROLS_BY_TYPE_VARIABLE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LazyControls
public LazyControls(IXPath xpath)
- Parameters:
xpath
-- Since:
- 10.3.0
-
-
Method Detail
-
getControlsByIdMap
public java.util.Map<java.lang.String,java.lang.Object> getControlsByIdMap()
Returns the controls by id map.- Returns:
- the controls by id map.
- Since:
- 10.3.0
-
getControlsByTypeMap
public java.util.Map<java.lang.String,java.lang.Object> getControlsByTypeMap()
Returns the controls by type map.- Returns:
- the controls by type map
- Since:
- 10.3.0
-
-