String value;
MarinerPageContext pageContext =
ContextInternals.getMarinerPageContext(context);
PhoneNumberAttributes attributes =
(PhoneNumberAttributes) blockAttributes;
// Handle the common base attributes
transferAttributes(context, attributes, pattributes);
PolicyReferenceResolver resolver =
pageContext.getPolicyReferenceResolver();
// Resolve the fullNumber string to a mariner expression
if ((value = attributes.getFullNumber()) != null) {
TextAssetReference expression =
resolver.resolveQuotedTextExpression(value);
pattributes.setFullNumber(expression);
}