javax.el.ELContextEvent.getSource()方法的使用及代码示例

x33g5p2x  于2022-01-19 转载在 其他  
字(5.0k)|赞(0)|评价(0)|浏览(86)

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

ELContextEvent.getSource介绍

暂无

代码示例

代码示例来源:origin: javax.el/javax.el-api

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: javax.el/el-api

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: org.glassfish/javax.el

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: org.jboss.spec.javax.el/jboss-el-api_2.2_spec

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: javax/javaee-web-api

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: org.jboss.weld.se/weld-se-shaded

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: jakarta.el/jakarta.el-api

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: at.bestsolution.efxclipse.eclipse/javax.el

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: org.jboss.weld.se/weld-se

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: weld/core

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: de.odysseus.juel/juel-api

/**
   * Returns the ELContext that was created. This is a type-safe equivalent of the
   * java.util.EventObject.getSource() method.
   * 
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: jboss/jboss-javaee-specs

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: org.jboss.spec.javax.el/jboss-el-api_3.0_spec

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

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

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: juel/juel-api

/**
   * Returns the ELContext that was created. This is a type-safe equivalent of the
   * java.util.EventObject.getSource() method.
   * 
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: com.caucho/javaee-16

public ELContext getELContext()
 {
  return (ELContext) getSource();
 }
}

代码示例来源:origin: org.glassfish/jakarta.el

/**
   * Returns the <code>ELContext</code> that was created.
   * This is a type-safe equivalent of the {@link #getSource} method.
   *
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

代码示例来源:origin: beckchr/juel

/**
   * Returns the ELContext that was created. This is a type-safe equivalent of the
   * java.util.EventObject.getSource() method.
   * 
   * @return the ELContext that was created.
   */
  public ELContext getELContext() {
    return (ELContext) getSource();
  }
}

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

public ELContext getELContext() {
  return (ELContext) this.getSource();
}

代码示例来源:origin: org.apache.openejb/javaee-api

public ELContext getELContext() {
  return (ELContext) this.getSource();
}

相关文章

微信公众号

最新文章

更多