Codota Logo
ViewNode
Code IndexAdd Codota to your IDE (free)

How to use
ViewNode
in
javax.faces.flow

Best Java code snippets using javax.faces.flow.ViewNode (Showing top 10 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: org.apache.myfaces.core/myfaces-impl

public void addView(ViewNode value)
{
  checkInitialized();
  _viewsList.add(value);
  _flowNodeMap.put(value.getId(), value);
}
origin: org.glassfish/javax.faces

if (node instanceof ViewNode) {
  result = new CaseStruct();
  result.viewId = ((ViewNode) node).getVdlDocumentId();
  result.navCase = new MutableNavigationCase(fromAction, fromAction, outcome, null, result.viewId, flow.getDefiningDocumentId(), null, false,
      false);
origin: org.glassfish/jakarta.faces

if (node instanceof ViewNode) {
  result = new CaseStruct();
  result.viewId = ((ViewNode) node).getVdlDocumentId();
  result.navCase = new MutableNavigationCase(fromAction, fromAction, outcome, null, result.viewId, flow.getDefiningDocumentId(), null, false,
      false);
origin: com.sun.faces/jsf-impl

if (nodeId.equals(cur.getId())) {
  result = cur;
  break;
origin: eclipse-ee4j/mojarra

if (node instanceof ViewNode) {
  result = new CaseStruct();
  result.viewId = ((ViewNode) node).getVdlDocumentId();
  result.navCase = new MutableNavigationCase(fromAction, fromAction, outcome, null, result.viewId, flow.getDefiningDocumentId(), null, false,
      false);
origin: org.glassfish/jakarta.faces

if (nodeId.equals(cur.getId())) {
  result = cur;
  break;
origin: com.sun.faces/jsf-impl

if (node instanceof ViewNode) {
  result = new CaseStruct();
  result.viewId = ((ViewNode)node).getVdlDocumentId();
  result.navCase = new MutableNavigationCase(fromAction, 
      fromAction, outcome, null, result.viewId, 
origin: org.glassfish/javax.faces

if (nodeId.equals(cur.getId())) {
  result = cur;
  break;
origin: org.apache.myfaces.core/myfaces-impl

  viewNode.getVdlDocumentId());
complete = true;
origin: eclipse-ee4j/mojarra

if (nodeId.equals(cur.getId())) {
  result = cur;
  break;
javax.faces.flowViewNode

Javadoc

ViewNode is the class that represents a VDL view in a faces flow graph.

Most used methods

  • getId
  • getVdlDocumentId
    Return the immutable VDL document id for this view node. This is normally the path to the VDL page t

Popular in Java

  • Making http post requests using okhttp
  • scheduleAtFixedRate (Timer)
  • getSharedPreferences (Context)
  • getSystemService (Context)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • URI (java.net)
    Represents a Uniform Resource Identifier (URI) reference. Aside from some minor deviations noted bel
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now