Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.jsp
Class JspConstants

java.lang.Object
  extended by oracle.jdeveloper.jsp.JspConstants

public final class JspConstants
extends java.lang.Object


Nested Class Summary
static interface JspConstants.IsNonExecutableJspSourceNodeHelper
           
 
Method Summary
static java.lang.Class[] getCompilableNodes()
           
static java.lang.Class[] getIncludeNodes()
          Returns the Node classes that are includable by jsp:includes and the like.
static java.lang.Class<? extends oracle.bali.xml.addin.XMLSourceNode> getJspNodeClass()
           
static boolean isCompilableNode(Node jspSourceNode)
           
static boolean isExecutableNode(Node jspSourceNode)
           
static boolean isJspNode(java.lang.Class clazz)
           
static boolean isJspNode(Node node)
           
static void registerCompilableNode(java.lang.Class<? extends Node> compilableNodeClass)
           
static void registerIncludeNode(java.lang.Class<? extends Node> includeNodeClass)
           
static void registerIsNonExecutableJspSourceNodeHelper(MetaClass<JspConstants.IsNonExecutableJspSourceNodeHelper> factory)
           
static void registerNonExecutableJspSourceNode(java.lang.Class<? extends Node> jspSourceNodeClass)
           
static void setJspNodeClass(java.lang.Class<? extends oracle.bali.xml.addin.XMLSourceNode> jspNodeClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJspNodeClass

public static java.lang.Class<? extends oracle.bali.xml.addin.XMLSourceNode> getJspNodeClass()

setJspNodeClass

public static void setJspNodeClass(java.lang.Class<? extends oracle.bali.xml.addin.XMLSourceNode> jspNodeClass)

isJspNode

public static boolean isJspNode(Node node)

isJspNode

public static boolean isJspNode(java.lang.Class clazz)

getCompilableNodes

public static java.lang.Class[] getCompilableNodes()

isCompilableNode

public static boolean isCompilableNode(Node jspSourceNode)

registerCompilableNode

public static void registerCompilableNode(java.lang.Class<? extends Node> compilableNodeClass)

getIncludeNodes

public static java.lang.Class[] getIncludeNodes()
Returns the Node classes that are includable by jsp:includes and the like.

Returns:
the Node classes that are includable by jsp:includes and the like

registerIncludeNode

public static void registerIncludeNode(java.lang.Class<? extends Node> includeNodeClass)

isExecutableNode

public static boolean isExecutableNode(Node jspSourceNode)

registerNonExecutableJspSourceNode

public static void registerNonExecutableJspSourceNode(java.lang.Class<? extends Node> jspSourceNodeClass)

registerIsNonExecutableJspSourceNodeHelper

public static void registerIsNonExecutableJspSourceNodeHelper(MetaClass<JspConstants.IsNonExecutableJspSourceNodeHelper> factory)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.