throw new IllegalArgumentException(
"The page context cannot be null for image resolution to succeed");
}
// Obtain the parent menu's properties
AccessibleMenuStyleProperties element =
(AccessibleMenuStyleProperties) pageContext.getCurrentElement();
PropertyValues parentProperties = element.getPropertyValues();
// Obtain specified image style, if any, from the parent properties
StyleValue imageStyle = parentProperties.getComputedValue(
StylePropertyDetails.MCS_MENU_IMAGE_STYLE);