org.apache.jasper.compiler.Node.getAttributeValue()方法的使用及代码示例

x33g5p2x  于2022-01-25 转载在 其他  
字(8.4k)|赞(0)|评价(0)|浏览(71)

本文整理了Java中org.apache.jasper.compiler.Node.getAttributeValue()方法的一些代码示例,展示了Node.getAttributeValue()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Node.getAttributeValue()方法的具体详情如下:
包路径:org.apache.jasper.compiler.Node
类名称:Node
方法名:getAttributeValue

Node.getAttributeValue介绍

暂无

代码示例

代码示例来源:origin: codefollower/Tomcat-Research

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
          oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.glassfish.web/javax.servlet.jsp

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
             oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.eclipse.jetty.orbit/org.apache.jasper.glassfish

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
             oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: jboss.web/jbossweb

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
          oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: com.ovea.tajin.server/tajin-server-tomcat7

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
          oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.apache.geronimo.ext.tomcat/jasper

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
          oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.apache.tomcat/tomcat-jasper

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
          oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.glassfish.web/jsp-impl

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
             oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.eclipse.jetty.toolchain/jetty-jsp-fragment

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
             oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.bluestemsoftware.open.maven.tparty/jsp-2.1

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
             oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.glassfish.web/jakarta.servlet.jsp

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
             oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: at.bestsolution.efxclipse.eclipse/org.apache.jasper.glassfish

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, "jsp.error.tag.conflict.attr", attr,
             oldAttrValue, attrValue);
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: io.undertow.jastow/jastow

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n, MESSAGES.invalidConflictingTagDirectiveAttributeValues(attr,
          oldAttrValue, attrValue));
    }
    result = attrValue;
  }
  return result;
}

代码示例来源:origin: org.eclipse.jetty.orbit/org.apache.jasper.glassfish

/**
 * Get the attribute that is non request time expression, either
 * from the attribute of the node, or from a jsp:attrbute 
 */
public String getTextAttribute(String name) {
String attr = getAttributeValue(name);
if (attr != null) {
  return attr;
}
NamedAttribute namedAttribute = getNamedAttributeNode(name);
if (namedAttribute == null) {
  return null;
}
return namedAttribute.getText();
}

代码示例来源:origin: org.glassfish.web/jsp-impl

/**
 * Get the attribute that is non request time expression, either
 * from the attribute of the node, or from a jsp:attrbute 
 */
public String getTextAttribute(String name) {
String attr = getAttributeValue(name);
if (attr != null) {
  return attr;
}
NamedAttribute namedAttribute = getNamedAttributeNode(name);
if (namedAttribute == null) {
  return null;
}
return namedAttribute.getText();
}

代码示例来源:origin: org.glassfish.web/jakarta.servlet.jsp

/**
 * Get the attribute that is non request time expression, either
 * from the attribute of the node, or from a jsp:attrbute 
 */
public String getTextAttribute(String name) {
String attr = getAttributeValue(name);
if (attr != null) {
  return attr;
}
NamedAttribute namedAttribute = getNamedAttributeNode(name);
if (namedAttribute == null) {
  return null;
}
return namedAttribute.getText();
}

代码示例来源:origin: at.bestsolution.efxclipse.eclipse/org.apache.jasper.glassfish

/**
 * Get the attribute that is non request time expression, either
 * from the attribute of the node, or from a jsp:attrbute 
 */
public String getTextAttribute(String name) {
String attr = getAttributeValue(name);
if (attr != null) {
  return attr;
}
NamedAttribute namedAttribute = getNamedAttributeNode(name);
if (namedAttribute == null) {
  return null;
}
return namedAttribute.getText();
}

代码示例来源:origin: org.bluestemsoftware.open.maven.tparty/jsp-2.1

/**
 * Get the attribute that is non request time expression, either
 * from the attribute of the node, or from a jsp:attrbute 
 */
public String getTextAttribute(String name) {
String attr = getAttributeValue(name);
if (attr != null) {
  return attr;
}
NamedAttribute namedAttribute = getNamedAttributeNode(name);
if (namedAttribute == null) {
  return null;
}
return namedAttribute.getText();
}

代码示例来源:origin: com.ovea.tajin.server/tajin-server-tomcat7

/**
 * Get the attribute that is non request time expression, either from the
 * attribute of the node, or from a jsp:attrbute
 */
public String getTextAttribute(String name) {
  String attr = getAttributeValue(name);
  if (attr != null) {
    return attr;
  }
  NamedAttribute namedAttribute = getNamedAttributeNode(name);
  if (namedAttribute == null) {
    return null;
  }
  return namedAttribute.getText();
}

代码示例来源:origin: org.jboss.web/jbossweb

private String checkConflict(Node n, String oldAttrValue, String attr)
    throws JasperException {
  String result = oldAttrValue;
  String attrValue = n.getAttributeValue(attr);
  if (attrValue != null) {
    if (oldAttrValue != null && !oldAttrValue.equals(attrValue)) {
      err.jspError(n.getStart(), MESSAGES.invalidConflictingTagDirectiveAttributeValues(attr,
          oldAttrValue, attrValue));
    }
    result = attrValue;
  }
  return result;
}

相关文章