Package org.brijframework.boot.group
Class BootstrapGroup
- java.lang.Object
-
- org.brijframework.boot.group.BootstrapGroup
-
- All Implemented Interfaces:
Serializable,org.brijframework.group.Group,org.brijframework.group.impl.DefaultGroup
public class BootstrapGroup extends Object implements org.brijframework.group.impl.DefaultGroup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BootstrapGroup(Object groupKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tfind(String parentID, Class<?> type)ConcurrentHashMap<String,Object>getCache()ObjectgetGroupKey()
-
-
-
Constructor Detail
-
BootstrapGroup
public BootstrapGroup(Object groupKey)
-
-
Method Detail
-
getGroupKey
public Object getGroupKey()
- Specified by:
getGroupKeyin interfaceorg.brijframework.group.Group
-
getCache
public ConcurrentHashMap<String,Object> getCache()
- Specified by:
getCachein interfaceorg.brijframework.group.Group
-
-