Class LazyControls
- java.lang.Object
-
- lumis.portal.serviceinterface.style.impl.common.LazyControls
-
public class LazyControls extends 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 String
CONTROLS_BY_TYPE_VARIABLE_NAME
static 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 Map<String,Object>
getControlsByIdMap()
Returns the controls by id map.Map<String,Object>
getControlsByTypeMap()
Returns the controls by type map.
-
-
-
Field Detail
-
CONTROLS_VARIABLE_NAME
public static final String CONTROLS_VARIABLE_NAME
- See Also:
- Constant Field Values
-
CONTROLS_BY_TYPE_VARIABLE_NAME
public static final String CONTROLS_BY_TYPE_VARIABLE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LazyControls
public LazyControls(IXPath xpath)
- Parameters:
xpath
-- Since:
- 10.3.0
-
-