Package org.cxbox.core.controller
Class BcHierarchyAware
- java.lang.Object
-
- org.cxbox.core.controller.BcHierarchyAware
-
@Service @RequestScope public class BcHierarchyAware extends Object
-
-
Constructor Summary
Constructors Constructor Description BcHierarchyAware(javax.servlet.http.HttpServletRequest request, BCFactory bcFactory, BcRegistry bcRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BcDescriptiongetBcDescription()Deprecated.StringgetScreenName()Deprecated.booleanhasHierarchy()
-
-
-
Constructor Detail
-
BcHierarchyAware
public BcHierarchyAware(javax.servlet.http.HttpServletRequest request, BCFactory bcFactory, BcRegistry bcRegistry)
-
-
Method Detail
-
hasHierarchy
public boolean hasHierarchy()
-
getBcDescription
@Deprecated public BcDescription getBcDescription()
Deprecated.
-
getScreenName
@Deprecated public String getScreenName()
Deprecated.
-
-