@Override
 public void assignAttribute(XAttribute attribute) {
   super.assignAttribute(attribute);
   if (attribute.getName().equals(TABLE_SERVLET_CALL_PATH)) {
     servletCallPathforURLTableAttribute = attribute;
   }
 }