Uses of Class
scriptella.spi.DialectIdentifier

Packages that use DialectIdentifier
scriptella.configuration Classes and interfaces to parse script files. 
scriptella.spi Service Provider Interface classes. 
 

Uses of DialectIdentifier in scriptella.configuration
 

Methods in scriptella.configuration with parameters of type DialectIdentifier
 ContentEl DialectBasedContentEl.getContent(DialectIdentifier id)
          This method returns content for specified dialect id or null - if script doesn't support this dialect.
 ContentEl OnErrorEl.getContent(DialectIdentifier id)
           
 ContentEl ScriptingElement.getDialectContent(DialectIdentifier id)
           
 

Uses of DialectIdentifier in scriptella.spi
 

Fields in scriptella.spi declared as DialectIdentifier
static DialectIdentifier DialectIdentifier.NULL_DIALECT
          Null-Object to use instead of nulls if necessary
 

Methods in scriptella.spi that return DialectIdentifier
 DialectIdentifier AbstractConnection.getDialectIdentifier()
           
 DialectIdentifier Connection.getDialectIdentifier()
          This method returns a language dialect identifier for this connection.
 

Methods in scriptella.spi with parameters of type DialectIdentifier
protected  void AbstractConnection.setDialectIdentifier(DialectIdentifier dialectIdentifier)
           
 

Constructors in scriptella.spi with parameters of type DialectIdentifier
AbstractConnection(DialectIdentifier dialectIdentifier, ConnectionParameters parameters)
          Instantiates a connection with dialectIdentifier and connection parameters.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.