Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



Uses of Class
org.eclipse.jst.jsf.context.symbol.ERuntimeSource

Packages that use ERuntimeSource
org.eclipse.jst.jsf.context.symbol EL symbols framework. 
org.eclipse.jst.jsf.designtime.symbols Design Time EL Symbol Contribution framework. 
 

Uses of ERuntimeSource in org.eclipse.jst.jsf.context.symbol
 

Fields in org.eclipse.jst.jsf.context.symbol declared as ERuntimeSource
static  ERuntimeSource ERuntimeSource. BUILT_IN_SYMBOL_LITERAL
          The ' BUILT IN SYMBOL ' literal object
static  ERuntimeSource ERuntimeSource. MANAGED_BEAN_SYMBOL_LITERAL
          The ' MANAGED BEAN SYMBOL ' literal object
static  ERuntimeSource ERuntimeSource. OTHER_LITERAL
          The ' OTHER ' literal object
static  ERuntimeSource ERuntimeSource. TAG_INSTANTIATED_SYMBOL_LITERAL
          The ' TAG INSTANTIATED SYMBOL ' literal object
 

Methods in org.eclipse.jst.jsf.context.symbol that return ERuntimeSource
static  ERuntimeSource ERuntimeSource. get (int value)
          Returns the ' ERuntime Source ' literal with the specified integer value
static  ERuntimeSource ERuntimeSource. get (java.lang.String literal)
          Returns the ' ERuntime Source ' literal with the specified literal value
static  ERuntimeSource ERuntimeSource. getByName (java.lang.String name)
          Returns the ' ERuntime Source ' literal with the specified name
  ERuntimeSource IInstanceSymbol. getRuntimeSource ()
          Returns the value of the ' Runtime Source ' attribute.
 

Methods in org.eclipse.jst.jsf.context.symbol with parameters of type ERuntimeSource
  ISymbol InitializedSymbolFactory. createBeanOrUnknownInstanceSymbol (IProject project, java.lang.String fullyQualifiedClass, java.lang.String symbolName, ERuntimeSource source)
          If fullyQualifiedClass can be resolved to an IType, then a bean instance symbol will be created.
  IComponentSymbol InitializedSymbolFactory. createUnknownComponentSymbol (java.lang.String symbolName, ERuntimeSource source)
           
  IInstanceSymbol InitializedSymbolFactory. createUnknownInstanceSymbol (java.lang.String symbolName, ERuntimeSource source)
           
 void IInstanceSymbol. setRuntimeSource ( ERuntimeSource value)
          Sets the value of the ' Runtime Source' attribute
 

Uses of ERuntimeSource in org.eclipse.jst.jsf.designtime.symbols
 

Methods in org.eclipse.jst.jsf.designtime.symbols with parameters of type ERuntimeSource
  ISymbol JSFSymbolFactory. createArraySymbol (java.lang.String symbolName, java.lang.String signature, ERuntimeSource source, IJavaProject javaProject)
           
  ISymbol JSFSymbolFactory. createDefaultSymbol (java.lang.String symbolName, ERuntimeSource source, java.lang.String description)
           
  ISymbol JSFSymbolFactory. createFromList (java.lang.String symbolName, org.eclipse.jst.jsf.common.internal.types.ValueType valueType, ERuntimeSource source, java.lang.String description, IJavaProject javaProject)
           
  IBeanInstanceSymbol JSFSymbolFactory. createManagedBeanSymbol (java.lang.String symbolName, java.lang.String fullyQualifiedName, ERuntimeSource source, java.lang.String description, IJavaProject javaProject)
          FUTURE use: added to support future API feature.
  ISymbol JSFSymbolFactory. createScalarSymbol (java.lang.String symbolName, java.lang.String signature, ERuntimeSource source, IJavaProject javaProject)
           
 




 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire