Uses of Class
railo.runtime.exp.ExpressionException

Packages that use ExpressionException
railo.commons.color   
railo.commons.date   
railo.commons.io.res.util   
railo.commons.lang   
railo.commons.lang.font   
railo.runtime   
railo.runtime.com   
railo.runtime.component   
railo.runtime.config   
railo.runtime.customtag   
railo.runtime.dump   
railo.runtime.exp   
railo.runtime.functions.arrays   
railo.runtime.functions.dateTime   
railo.runtime.functions.decision   
railo.runtime.functions.displayFormatting   
railo.runtime.functions.dynamicEvaluation   
railo.runtime.functions.gateway   
railo.runtime.functions.international   
railo.runtime.functions.list   
railo.runtime.functions.math   
railo.runtime.functions.other   
railo.runtime.functions.s3   
railo.runtime.functions.string   
railo.runtime.functions.system   
railo.runtime.i18n   
railo.runtime.img   
railo.runtime.img.filter   
railo.runtime.interpreter   
railo.runtime.interpreter.ref.var   
railo.runtime.net.rpc   
railo.runtime.net.rpc.client   
railo.runtime.op   
railo.runtime.op.validators   
railo.runtime.query   
railo.runtime.reflection   
railo.runtime.tag   
railo.runtime.text.xml   
railo.runtime.text.xml.struct   
railo.runtime.type   
railo.runtime.type.dt   
railo.runtime.type.query   
railo.runtime.type.scope   
railo.runtime.type.trace   
railo.runtime.type.util   
railo.runtime.type.wrap   
railo.runtime.util   
 

Uses of ExpressionException in railo.commons.color
 

Methods in railo.commons.color that throw ExpressionException
static void ColorCaster.main(String[] args)
           
static Color ColorCaster.toColor(String strColor)
           
 

Uses of ExpressionException in railo.commons.date
 

Subclasses of ExpressionException in railo.commons.date
 class DateTimeException
           
 

Methods in railo.commons.date that throw ExpressionException
static TimeZone TimeZoneUtil.toTimeZone(String strTimezone)
           
 

Uses of ExpressionException in railo.commons.io.res.util
 

Methods in railo.commons.io.res.util that throw ExpressionException
static Resource ResourceUtil.getResource(PageContext pc, PageSource ps)
           
static Resource ResourceUtil.toResourceExisting(Config config, String path)
           
static Resource ResourceUtil.toResourceExisting(PageContext pc, String path)
          cast a String (argumet destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) file must exist otherwise throw exception
static Resource ResourceUtil.toResourceExisting(PageContext pc, String path, boolean allowRealpath)
           
static Resource ResourceUtil.toResourceExistingParent(PageContext pc, String destination)
          cast a String (argumet destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) at least parent must exist
static Resource ResourceUtil.toResourceExistingParent(PageContext pc, String destination, boolean allowRealpath)
           
 

Constructors in railo.commons.io.res.util that throw ExpressionException
UDFFilter(UDF udf)
           
UDFFilterSupport(UDF udf)
           
 

Uses of ExpressionException in railo.commons.lang
 

Methods in railo.commons.lang that throw ExpressionException
static int NumberUtil.hexToInt(String s)
           
 

Uses of ExpressionException in railo.commons.lang.font
 

Methods in railo.commons.lang.font that throw ExpressionException
static Font FontUtil.getFont(String font)
           
 

Uses of ExpressionException in railo.runtime
 

Methods in railo.runtime that throw ExpressionException
 Array PageContextImpl.getTemplatePath()
           
 void PageContextImpl.setLocale(String strLocale)
           
static ComponentWrap ComponentWrap.toComponentWrap(int access, Component component)
           
 

Uses of ExpressionException in railo.runtime.com
 

Methods in railo.runtime.com that throw ExpressionException
 boolean COMObject.castToBooleanValue()
           
 DateTime COMObject.castToDateTime()
           
 double COMObject.castToDoubleValue()
           
 String COMObject.castToString()
           
 int COMObject.compareTo(boolean b)
           
static Object COMUtil.toObject(COMObject parent, com.jacob.com.Variant variant, String key)
          translate a Variant Object to Object, when it is a Dispatch translate it to COMWrapper
 

Uses of ExpressionException in railo.runtime.component
 

Methods in railo.runtime.component that throw ExpressionException
 void MemberSupport.setAccess(String access)
           
 

Uses of ExpressionException in railo.runtime.config
 

Methods in railo.runtime.config that throw ExpressionException
 ConfigServer ConfigWebImpl.getConfigServer(String password)
           
 DumpWriter ConfigImpl.getDumpWriter(String name, int defaultType)
           
 void ConfigWebAdmin.removeCacheConnection(String name)
           
 void ConfigWebAdmin.removeCFX(String name)
          remove a CFX Tag
 void ConfigWebAdmin.removeDataSource(String name)
          remove a DataSource Connection
 void ConfigWebAdmin.removeMapping(String virtual)
          delete a mapping on system
 void ConfigWebAdmin.removeRemoteClient(String url)
           
 void ConfigWebAdmin.updateComponentDataMemberDefaultAccess(String strAccess)
          update the Component Data Member default access type
 void ConfigWebAdmin.updateComponentMapping(String virtual, String physical, String archive, String primary, boolean trusted)
           
 void ConfigWebAdmin.updateCustomTag(String virtual, String physical, String archive, String primary, boolean trusted)
          insert or update a mapping for Custom Tag
 void ConfigWebAdmin.updateDataSource(String name, String newName, String clazzName, String dsn, String username, String password, String host, String database, int port, int connectionLimit, int connectionTimeout, long metaCacheTimeout, boolean blob, boolean clob, int allow, boolean validate, boolean storage, String timezone, Struct custom)
          update or insert new database connection
 void ConfigWebAdmin.updateMapping(String virtual, String physical, String archive, String primary, boolean trusted, boolean toplevel)
          insert or update a mapping on system
 

Uses of ExpressionException in railo.runtime.customtag
 

Methods in railo.runtime.customtag that throw ExpressionException
static String[] CustomTagUtil.getFileNames(Config config, String name)
           
 

Uses of ExpressionException in railo.runtime.dump
 

Methods in railo.runtime.dump that throw ExpressionException
 int SimpleDumpData.compareTo(boolean b)
           
 

Uses of ExpressionException in railo.runtime.exp
 

Subclasses of ExpressionException in railo.runtime.exp
 class Abort
          This Exception will be Throwed, when page Excecution will be aborted (tag abort).
 class AbortException
           
 class CasterException
           
 class FunctionException
          specified exception for Built-In Function
 class FunctionNotSupported
           
 class RequestTimeoutException
           
 class UDFCasterException
           
 class XMLException
          XmL Exception
 

Methods in railo.runtime.exp that return ExpressionException
static ExpressionException ExpressionException.newInstance(Exception e)
           
 

Methods in railo.runtime.exp that throw ExpressionException
 String CatchBlock.castToString()
           
 

Uses of ExpressionException in railo.runtime.functions.arrays
 

Methods in railo.runtime.functions.arrays that throw ExpressionException
static Array ArrayNew.call(PageContext pc)
           
static double ArraySum.call(PageContext pc, Array array)
           
static double ArrayAvg.call(PageContext pc, Array array)
           
static Array ArrayReverse.call(PageContext pc, Array array)
           
static boolean ArraySwap.call(PageContext pc, Array array, double number, double number2)
           
static Array ArrayNew.call(PageContext pc, double number)
           
 

Uses of ExpressionException in railo.runtime.functions.dateTime
 

Methods in railo.runtime.functions.dateTime that throw ExpressionException
static DateTime DateAdd._call(PageContext pc, TimeZone tz, String datepart, double number, DateTime date)
           
static DateTime NowServer.call(PageContext pc)
          Deprecated.  
static double DateCompare.call(PageContext pc, DateTime left, DateTime right)
           
static double DateCompare.call(PageContext pc, DateTime left, DateTime right, String datepart)
           
static double FirstDayOfMonth.call(PageContext pc, DateTime date, String strTimezone)
           
static double Second.call(PageContext pc, DateTime date, String strTimezone)
           
static double DaysInMonth.call(PageContext pc, DateTime date, String strTimezone)
           
static double Minute.call(PageContext pc, DateTime date, String strTimezone)
           
static double Month.call(PageContext pc, DateTime date, String strTimezone)
           
static double Hour.call(PageContext pc, DateTime date, String strTimezone)
           
static double DayOfWeek.call(PageContext pc, DateTime date, String strTimezone)
           
static double Quarter.call(PageContext pc, DateTime date, String strTimezone)
           
static double Day.call(PageContext pc, DateTime date, String strTimezone)
           
static double DaysInYear.call(PageContext pc, DateTime date, String strTimezone)
           
static double Week.call(PageContext pc, DateTime date, String strTimezone)
           
static double Year.call(PageContext pc, DateTime date, String strTimezone)
           
static double DayOfYear.call(PageContext pc, DateTime date, String strTimezone)
           
static double MilliSecond.call(PageContext pc, DateTime date, String strTimezone)
           
static DateTime CreateDate.call(PageContext pc, double year, double month, double day)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second, double millis)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second, double millis, String strTimezone)
           
static DateTime CreateTime.call(PageContext pc, double hour, double minute, double second, double millis, String strTimezone)
           
static DateTime CreateDate.call(PageContext pc, double year, double month, double day, String strTimezone)
           
static DateTime DateConvert.call(PageContext pc, String conversionType, DateTime date)
           
static double DatePart.call(PageContext pc, String datepart, DateTime date)
           
static double DateDiff.call(PageContext pc, String datePart, DateTime left, DateTime right)
           
static double DatePart.call(PageContext pc, String datepart, DateTime date, String strTimezone)
           
static DateTime DateAdd.call(PageContext pc, String datepart, double number, DateTime date)
           
 

Uses of ExpressionException in railo.runtime.functions.decision
 

Methods in railo.runtime.functions.decision that throw ExpressionException
static boolean IsSOAPRequest.call(PageContext pc)
           
static boolean IsValid.call(PageContext pc, String type, Object value)
          check for many diff types
 

Uses of ExpressionException in railo.runtime.functions.displayFormatting
 

Methods in railo.runtime.functions.displayFormatting that throw ExpressionException
static String FormatBaseN.call(PageContext pc, double number, double radix)
           
static String DateTimeFormat.call(PageContext pc, Object object)
           
static String TimeFormat.call(PageContext pc, Object object)
           
static String DateTimeFormat.call(PageContext pc, Object object, String mask)
           
static String TimeFormat.call(PageContext pc, Object object, String mask)
           
static String DateTimeFormat.call(PageContext pc, Object object, String mask, String strTimezone)
           
static String TimeFormat.call(PageContext pc, Object object, String mask, String strTimezone)
           
static String GetLocaleDisplayName.call(PageContext pc, String locale)
           
static String GetLocaleDisplayName.call(PageContext pc, String locale, String dspLocale)
           
 

Uses of ExpressionException in railo.runtime.functions.dynamicEvaluation
 

Methods in railo.runtime.functions.dynamicEvaluation that throw ExpressionException
static String DE.call(PageContext pc, String string)
           
 

Uses of ExpressionException in railo.runtime.functions.gateway
 

Methods in railo.runtime.functions.gateway that throw ExpressionException
static Object GetGatewayHelper.call(PageContext pc, String gatewayID)
           
 

Uses of ExpressionException in railo.runtime.functions.international
 

Methods in railo.runtime.functions.international that throw ExpressionException
static double LSWeek.call(PageContext pc, DateTime date, String strLocale)
           
static double LSDayOfWeek.call(PageContext pc, DateTime date, String strLocale)
           
static double LSWeek.call(PageContext pc, DateTime date, String strLocale, String strTimezone)
           
static double LSDayOfWeek.call(PageContext pc, DateTime date, String strLocale, String strTimezone)
           
static boolean LSIsDate.call(PageContext pc, Object object, String strLocale)
           
static boolean LSIsDate.call(PageContext pc, Object object, String strLocale, String strTimezone)
           
static String LSCurrencyFormat.format(double number, String type, Locale locale)
           
 

Uses of ExpressionException in railo.runtime.functions.list
 

Methods in railo.runtime.functions.list that throw ExpressionException
static String ListDeleteAt._call(PageContext pc, String list, int pos, char[] del, boolean includeEmptyFields)
           
static double ListAvg.call(PageContext pc, String list)
           
static String ListDeleteAt.call(PageContext pc, String list, double posNumber)
           
static String ListDeleteAt.call(PageContext pc, String list, double posNumber, String del)
           
static String ListSetAt.call(PageContext pc, String list, double posNumber, String value)
           
static String ListInsertAt.call(PageContext pc, String list, double posNumber, String value)
           
static String ListDeleteAt.call(PageContext pc, String list, double posNumber, String del, boolean includeEmptyFields)
           
static String ListSetAt.call(PageContext pc, String list, double posNumber, String value, String delimeter)
           
static String ListInsertAt.call(PageContext pc, String list, double posNumber, String value, String strDelimeter)
           
static String ListSetAt.call(PageContext pc, String list, double posNumber, String value, String delimeter, boolean includeEmptyFields)
           
static String ListInsertAt.call(PageContext pc, String list, double posNumber, String value, String strDelimeter, boolean includeEmptyFields)
           
static double ListAvg.call(PageContext pc, String list, String delimeter)
           
 

Uses of ExpressionException in railo.runtime.functions.math
 

Methods in railo.runtime.functions.math that throw ExpressionException
static double Log.call(PageContext pc, double number)
           
static double ASin.call(PageContext pc, double number)
           
static double Sqr.call(PageContext pc, double number)
           
static double ACos.call(PageContext pc, double number)
           
static double Log10.call(PageContext pc, double number)
           
static double RandRange.call(PageContext pc, double number1, double number2)
           
static double RandRange.call(PageContext pc, double number1, double number2, String algo)
           
static double Randomize.call(PageContext pc, double number, String algorithm)
           
static double Rand.call(PageContext pc, String algorithm)
           
static double InputBaseN.call(PageContext pc, String string, double radix)
           
static int RandRange.invoke(int min, int max)
           
 

Uses of ExpressionException in railo.runtime.functions.other
 

Methods in railo.runtime.functions.other that throw ExpressionException
static String URLDecode.call(PageContext pc, String str)
           
static String URLDecode.call(PageContext pc, String str, String encoding)
           
 

Uses of ExpressionException in railo.runtime.functions.s3
 

Methods in railo.runtime.functions.s3 that throw ExpressionException
static S3Resource S3Function.toS3Resource(PageContext pc, String url, String functionName)
           
 

Uses of ExpressionException in railo.runtime.functions.string
 

Methods in railo.runtime.functions.string that throw ExpressionException
static String RepeatString._call(PageContext pc, String str, double count)
           
static String DayOfWeekAsString.call(PageContext pc, double dow)
           
static String MonthShortAsString.call(PageContext pc, double month)
           
static String Chr.call(PageContext pc, double number)
           
static String MonthAsString.call(PageContext pc, double month)
           
static String DayOfWeekShortAsString.call(PageContext pc, double dow)
           
static String DayOfWeekAsString.call(PageContext pc, double dow, String strLocale)
           
static String MonthAsString.call(PageContext pc, double month, String strLocale)
           
static String DayOfWeekShortAsString.call(PageContext pc, double dow, String strLocale)
           
static String Wrap.call(PageContext pc, String string, double limit)
           
static String RJustify.call(PageContext pc, String str, double length)
           
static String Mid.call(PageContext pc, String str, double start)
           
static String CJustify.call(PageContext pc, String string, double length)
           
static String Right.call(PageContext pc, String str, double number)
           
static String Left.call(PageContext pc, String str, double number)
           
static String RepeatString.call(PageContext pc, String str, double count)
           
static String GetToken.call(PageContext pc, String str, double index)
           
static String LJustify.call(PageContext pc, String str, double length)
           
static String Wrap.call(PageContext pc, String string, double limit, boolean strip)
           
static String RemoveChars.call(PageContext pc, String str, double s, double l)
           
static String Mid.call(PageContext pc, String str, double start, double count)
           
static String GetToken.call(PageContext pc, String str, double index, String delimeters)
           
static Array REMatch.call(PageContext pc, String regExpr, String str)
           
static Object REFind.call(PageContext pc, String regExpr, String str)
           
static Array REMatchNoCase.call(PageContext pc, String regExpr, String str)
           
static Object REFindNoCase.call(PageContext pc, String regExpr, String str)
           
static String Insert.call(PageContext pc, String sub, String str, double pos)
           
static Object REFind.call(PageContext pc, String regExpr, String str, double start)
           
static Object REFindNoCase.call(PageContext pc, String regExpr, String str, double start)
           
static Object REFind.call(PageContext pc, String regExpr, String str, double start, boolean returnsubexpressions)
           
static Object REFindNoCase.call(PageContext pc, String regExpr, String str, double start, boolean returnsubexpressions)
           
static String REReplace.call(PageContext pc, String string, String regExp, String replace)
           
static String REReplaceNoCase.call(PageContext pc, String string, String regExp, String replace)
           
static String ReplaceNoCase.call(PageContext pc, String str, String sub1, String sub2)
           
static String REReplace.call(PageContext pc, String string, String regExp, String replace, String scope)
           
static String Replace.call(PageContext pc, String str, String sub1, String sub2, String scope)
           
static String REReplaceNoCase.call(PageContext pc, String string, String regExp, String replace, String scope)
           
static String ReplaceNoCase.call(PageContext pc, String str, String sub1, String sub2, String scope)
           
static StringBuffer RepeatString.call(StringBuffer sb, char c, double count)
           
static StringBuffer RepeatString.call(StringBuffer sb, String str, double count)
           
static String REReplace.call(String string, String regExp, String replace)
           
 

Uses of ExpressionException in railo.runtime.functions.system
 

Methods in railo.runtime.functions.system that throw ExpressionException
static String GetBaseTemplatePath.call(PageContext pc)
           
static String GetCurrentTemplatePath.call(PageContext pc)
           
static Throwable GetException.call(PageContext pc, Object object)
           
static String ExpandPath.call(PageContext pc, String realPath)
           
static Object GetMetricData.call(PageContext pc, String string)
           
 

Uses of ExpressionException in railo.runtime.i18n
 

Methods in railo.runtime.i18n that throw ExpressionException
static Locale LocaleFactory.getLocale(String strLocale)
           
 

Uses of ExpressionException in railo.runtime.img
 

Subclasses of ExpressionException in railo.runtime.img
 class ImageException
           
 

Methods in railo.runtime.img that throw ExpressionException
 void Image._rotate(float x, float y, float angle, String interpolation)
           
 void Image.addBorder(int thickness, Color color, int borderType)
          add a border to image
 void Image.blur(int blurFactor)
           
 void Image.clearRect(int x, int y, int width, int height)
           
 Image Image.copy(float x, float y, float width, float height)
           
 Image Image.copy(float x, float y, float width, float height, float dx, float dy)
           
 void Image.crop(float x, float y, float width, float height)
           
 void Image.draw3DRect(int x, int y, int width, int height, boolean raised, boolean filled)
           
 void Image.drawArc(int x, int y, int width, int height, int startAngle, int arcAngle, boolean filled)
           
 void Image.drawCubicCurve(double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x1, double y1, double x2, double y2)
           
 void Image.drawImage(Image img, int x, int y)
           
 void Image.drawImage(Image img, int x, int y, int width, int height)
           
 void Image.drawLine(int x1, int y1, int x2, int y2)
           
 void Image.drawLines(int[] xcoords, int[] ycoords, boolean isPolygon, boolean filled)
           
 void Image.drawOval(int x, int y, int width, int height, boolean filled)
           
 void Image.drawPoint(int x, int y)
           
 void Image.drawQuadraticCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2)
           
 void Image.drawRect(int x, int y, int width, int height, boolean filled)
           
 void Image.drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight, boolean filled)
           
 void Image.flip(javax.media.jai.operator.TransposeType transpose)
           
 BufferedImage Image.getBufferedImage()
           
 ColorModel Image.getColorModel()
           
 int Image.getHeight()
           
 int Image.getWidth()
           
 void Image.grayscale()
           
 BufferedImage Image.image()
           
 Struct Image.info()
           
 void Image.invert()
           
 void Image.overlay(Image topImage)
           
 void Image.paste(Image topImage, int x, int y)
           
static byte[] ImageUtil.readBase64(String b64str)
           
static BufferedImage ImageResizer.resize(BufferedImage image, int columns, int rows, int interpolation, double blur)
           
 void Image.resize(int width, int height, int interpolation, double blurFactor)
           
 void Image.resizeImage(int width, int height, int interpolation)
           
 void Image.resizeImage2(int width, int height)
           
 void Image.rgb()
           
 void Image.rotate(float x, float y, float angle, int interpolation)
           
 void Image.rotateAxis(double angle)
           
 void Image.rotateAxis(double angle, double x, double y)
           
 void Image.setAlpha(float alpha)
           
 void Image.setAntiAliasing(boolean antiAlias)
           
 void Image.setBackground(Color color)
           
 void Image.setColor(Color color)
           
 void Image.setDrawingStroke(float width, int endcaps, int linejoins, float miterlimit, float[] dash, float dash_phase)
           
 void Image.setDrawingStroke(Stroke stroke)
           
 void Image.setTranparency(float percent)
           
 void Image.setXorMode(Color color)
           
 void Image.sharpen(float gain)
           
 void Image.shear(float shear, javax.media.jai.operator.ShearDir direction, Object interpolation)
           
 void Image.shearAxis(double shx, double shy)
           
 void Image.threeBBger()
           
static int Image.toInterpolation(String strInterpolation)
           
 void Image.translate(int xtrans, int ytrans, Object interpolation)
           
 void Image.translateAxis(int x, int y)
           
 void Image.writeOut(OutputStream os, String format, float quality, boolean closeStream)
           
 void Image.writeOut(Resource destination, boolean overwrite, float quality)
           
 void Image.writeOut(Resource destination, String format, boolean overwrite, float quality)
           
 

Constructors in railo.runtime.img that throw ExpressionException
Image(int width, int height, int imageType, Color canvasColor)
           
Image(String b64str)
           
 

Uses of ExpressionException in railo.runtime.img.filter
 

Methods in railo.runtime.img.filter that throw ExpressionException
 void TransformFilter.setEdgeAction(String edgeAction)
          Set the action to perfomr for pixels off the image edges.
 void ConvolveFilter.setEdgeAction(String edgeAction)
          Set the action to perfomr for pixels off the image edges.
 void CellularFilter.setGridType(String gridType)
          the grid type to set, one of the following: - RANDOM - SQUARE - HEXAGONAL - OCTAGONAL - TRIANGULAR
 void TransformFilter.setInterpolation(String interpolation)
          Set the type of interpolation to perform.
 void PolarFilter.setType(String type)
          Set the distortion type, valid values are - RECT_TO_POLAR = Convert from rectangular to polar coordinates - POLAR_TO_RECT = Convert from polar to rectangular coordinates - INVERT_IN_CIRCLE = Invert the image in a circle
 void RippleFilter.setWaveType(String waveType)
          Set the wave type.
 

Uses of ExpressionException in railo.runtime.interpreter
 

Subclasses of ExpressionException in railo.runtime.interpreter
 class InterpreterException
           
 

Uses of ExpressionException in railo.runtime.interpreter.ref.var
 

Constructors in railo.runtime.interpreter.ref.var that throw ExpressionException
Assign(Ref coll, Ref value)
           
 

Uses of ExpressionException in railo.runtime.net.rpc
 

Subclasses of ExpressionException in railo.runtime.net.rpc
 class RPCException
           
 

Uses of ExpressionException in railo.runtime.net.rpc.client
 

Methods in railo.runtime.net.rpc.client that throw ExpressionException
 boolean RPCClient.castToBooleanValue()
           
 double RPCClient.castToDoubleValue()
           
 String RPCClient.castToString()
           
 int RPCClient.compareTo(boolean b)
           
 

Uses of ExpressionException in railo.runtime.op
 

Methods in railo.runtime.op that throw ExpressionException
 Date CreationImpl.createDate(int year, int month, int day)
           
 DateTime CreationImpl.createDateTime(int year, int month, int day, int hour, int minute, int second, int millis)
           
static boolean Decision.isValid(String type, Object value)
           
static boolean Caster.stringToBooleanValue(String str)
          cast a String to a boolean value (primitive value type)
static Struct Caster.toFunctionValues(Object[] args)
          convert a object array to a HashMap filled with Function value Objects
static Struct Caster.toFunctionValues(Object[] args, int offset, int len)
           
static int Caster.toIntValue(String str)
          cast a String to a int value (primitive value type)
static Locale Caster.toLocale(String strLocale)
          casts a string to a Locale
static Resource Caster.toResource(Config config, Object src, boolean existing)
           
static Resource Caster.toResource(Object src)
           
static Resource Caster.toResource(Object src, boolean existing)
           
static Resource Caster.toResource(PageContext pc, Object src, boolean existing)
           
static Resource Caster.toResource(PageContext pc, Object src, boolean existing, boolean allowRealpath)
           
static TimeZone Caster.toTimeZone(String strTimeZone)
          casts a string to a TimeZone
static Object Caster.toVoid(Object o)
          cast a value to void (Empty String)
 

Uses of ExpressionException in railo.runtime.op.validators
 

Methods in railo.runtime.op.validators that throw ExpressionException
static String ValidateCreditCard.toCreditcard(String strCreditCardNumber)
           
 

Uses of ExpressionException in railo.runtime.query
 

Methods in railo.runtime.query that throw ExpressionException
 boolean QueryCacheQuery.castToBooleanValue()
           
 DateTime QueryCacheQuery.castToDateTime()
           
 double QueryCacheQuery.castToDoubleValue()
           
 String QueryCacheQuery.castToString()
           
 int QueryCacheQuery.compareTo(boolean b)
           
 void QueryCacheQuery.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 

Constructors in railo.runtime.query that throw ExpressionException
QueryCacheFilterUDF(UDF udf)
           
 

Uses of ExpressionException in railo.runtime.reflection
 

Methods in railo.runtime.reflection that return ExpressionException
static ExpressionException Reflector.throwCall(Object obj, Collection.Key methodName, Object[] args)
           
static ExpressionException Reflector.throwCall(Object obj, String methodName, Object[] args)
           
 

Uses of ExpressionException in railo.runtime.tag
 

Methods in railo.runtime.tag that throw ExpressionException
 int ImportTag.doStartTag()
           
 int Col.doStartTag()
           
 void Module.initFile()
           
 void Property.setAccess(String access)
           
 void Input.setAutosuggest(String autosuggest)
           
 void Input.setAutosuggestbinddelay(double autosuggestBindDelay)
           
 void Input.setAutosuggestminlength(double autosuggestMinLength)
           
 void Chart.setBackgroundcolor(String strBackgroundColor)
           
 void GridColumn.setBgcolor(String bgcolor)
          set the value bgcolor Color value for the background of the grid column, or an expression you can use to manipulate grid column background color.
 void Input.setBind(String bind)
           
 void Input.setBindattribute(String bindAttribute)
           
 void Input.setBindonload(boolean bindOnLoad)
           
 void Cache.setCachedirectory(String directory)
           
 void Table.setCol(String strHeader, String text, short align, int width)
           
 void Image.setColor(String strColor)
           
 void Chartseries.setColorlist(String strColorlist)
           
 void PDF.setCopyfrom(Object copyFrom)
           
 void Chart.setDatabackgroundcolor(String strDatabackgroundcolor)
           
 void Chartseries.setDatalabelstyle(String strDataLabelStyle)
           
 void Input.setDelimiter(String delimiter)
           
 void PDF.setDirectory(String directory)
           
 void Cache.setDirectory(String directory)
          set the value directory
 void Feed.setEnclosuredir(String strEnclosureDir)
           
 void Chart.setForegroundcolor(String strForegroundcolor)
           
 void Chart.setFormat(String strFormat)
           
 void GridColumn.setHeadertextcolor(String headertextcolor)
          set the value colheadertextcolor Color value for the grid control column header text.
 void Chart.setLabelformat(String strLabelFormat)
           
 void Chart.setMarkersize(double markersize)
           
 void Chartseries.setMarkerstyle(String strMarkerStyle)
           
 void Input.setMaxresultsdisplayed(double maxResultsDisplayed)
           
 void Input.setOnbinderror(String onBindError)
           
 void Feed.setOutputfile(String strOutputFile)
           
 void Chartseries.setPaintstyle(String strPaintStyle)
           
 void InputBean.setPattern(String pattern)
           
 void Input.setPattern(String pattern)
           
 void Chart.setPieslicestyle(String strPieslicestyle)
           
 void Mail.setPriority(String strPriority)
           
 void Chartseries.setSeriescolor(String strSeriesColor)
           
 void Chart.setSeriesplacement(String strSeriesplacement)
           
 void Input.setShowautosuggestloadingicon(boolean showAutosuggestLoadingIcon)
           
 void Feed.setSource(String strSource)
           
 void Input.setSourcefortooltip(String sourceForTooltip)
           
 void GridColumn.setTextcolor(String textcolor)
          set the value textcolor Color value for grid element text in the grid column, or an expression you can use to manipulate text color in grid column elements.
 void Http.setTimeout(double timeout)
          set the value timeout
 void Query.setTimezone(String timezone)
           
 void Chart.setTipbgcolor(String strTipbgcolor)
           
 void Chart.setTipstyle(String strTipstyle)
           
 void Chartseries.setType(String strType)
           
 void Error.setType(String type)
          set the value type The type of error that the custom error page handles.
 void Input.setTypeahead(boolean typeahead)
           
 void Textarea.setWrap(String strWrap)
           
 

Constructors in railo.runtime.tag that throw ExpressionException
Authenticate()
          constructor for the tag class
Graph()
          constructor for the tag class
GraphData()
          constructor for the tag class
Servlet()
          constructor for the tag class
ServletParam()
          constructor for the tag class
 

Uses of ExpressionException in railo.runtime.text.xml
 

Methods in railo.runtime.text.xml that throw ExpressionException
 boolean XMLNodeList.castToBooleanValue()
           
 boolean XMLAttributes.castToBooleanValue()
           
 DateTime XMLNodeList.castToDateTime()
           
 DateTime XMLAttributes.castToDateTime()
           
 double XMLNodeList.castToDoubleValue()
           
 double XMLAttributes.castToDoubleValue()
           
 String XMLNodeList.castToString()
           
 String XMLAttributes.castToString()
           
 int XMLNodeList.compareTo(boolean b)
           
 int XMLAttributes.compareTo(boolean b)
           
 Object XMLNodeList.get(Collection.Key key)
           
 Object XMLAttributes.get(Collection.Key key)
           
 Object XMLNodeList.get(String key)
           
 Object XMLNodeList.getE(int key)
           
 Object XMLAttributes.remove(String key)
           
 void XMLNodeList.resize(int to)
           
 void XMLNodeList.sort(String sortType, String sortOrder)
           
static String XMLCaster.toHTML(Node node)
           
static InputSource XMLUtil.toInputSource(PageContext pc, Object value)
           
static InputSource XMLUtil.toInputSource(PageContext pc, String xml)
           
static InputSource XMLUtil.toInputSource(PageContext pc, String xml, boolean canBePath)
           
 

Uses of ExpressionException in railo.runtime.text.xml.struct
 

Methods in railo.runtime.text.xml.struct that throw ExpressionException
 boolean XMLNodeStruct.castToBooleanValue()
           
 DateTime XMLNodeStruct.castToDateTime()
           
 double XMLNodeStruct.castToDoubleValue()
           
 

Uses of ExpressionException in railo.runtime.type
 

Methods in railo.runtime.type that throw ExpressionException
 Object ArrayImplNS.append(Object o)
           
 Object ArrayImpl.append(Object o)
           
 boolean StructImplString.castToBooleanValue()
           
 boolean Null.castToBooleanValue()
           
 boolean StructImplKey.castToBooleanValue()
           
 boolean QueryImpl.castToBooleanValue()
           
 DateTime StructImplString.castToDateTime()
           
 DateTime Null.castToDateTime()
           
 DateTime StructImplKey.castToDateTime()
           
 DateTime QueryImpl.castToDateTime()
           
 double StructImplString.castToDoubleValue()
           
 double Null.castToDoubleValue()
           
 double StructImplKey.castToDoubleValue()
           
 double QueryImpl.castToDoubleValue()
           
 String StructImplString.castToString()
           
 String Null.castToString()
           
 String StructImplKey.castToString()
           
 String QueryImpl.castToString()
           
 int StructImplString.compareTo(boolean b)
           
 int StructImplKey.compareTo(boolean b)
           
 int QueryImpl.compareTo(boolean b)
           
 Object ArrayImplNS.get(Collection.Key key)
           
 Object ArrayImpl.get(Collection.Key key)
           
 int ArrayInt.get(int key)
           
 Object ArrayImplNS.get(String key)
           
 Object ArrayImpl.get(String key)
           
 Object ArrayImplNS.getE(int key)
           
 Object ArrayImpl.getE(int key)
           
 boolean ArrayImplNS.insert(int key, Object value)
           
 boolean ArrayImpl.insert(int key, Object value)
           
static String List.listInsertAt(String list, int pos, String value, String delimeter, boolean ignoreEmpty)
          casts a list to Array object, remove all empty items at start and end of the list and store count to info
 Object ArrayImplNS.prepend(Object o)
          add a new value to the begin of the array
 Object ArrayImpl.prepend(Object o)
          add a new value to the begin of the array
 Object ArrayImplNS.remove(Collection.Key key)
           
 Object ArrayImpl.remove(Collection.Key key)
           
 int ArrayInt.remove(int key)
           
 Object ArrayImplNS.removeE(int key)
           
 Object ArrayImpl.removeE(int key)
           
 void QueryPro.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 void QueryImpl.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 Object ArrayImplNS.set(Collection.Key key, Object value)
           
 Object ArrayImpl.set(Collection.Key key, Object value)
           
 Object ArrayImplNS.set(String key, Object value)
           
 Object ArrayImpl.set(String key, Object value)
           
 Object ArrayImplNS.setE(int key, Object value)
          set value at defined position
 Object ArrayImpl.setE(int key, Object value)
          set value at defined position
static String UDFImpl.toReturnFormat(int returnFormat)
           
static int UDFImpl.toReturnFormat(String returnFormat)
           
 

Constructors in railo.runtime.type that throw ExpressionException
ArrayImpl(int dimension)
          constructor with definiton of the dimension
ArrayImplNS(int dimension)
          constructor with definiton of the dimension
SVArray(int dimension)
          Constructor of the class
UDFImpl(Page page, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, boolean async, String strAccess, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
          Deprecated. use instead UDFImpl(UDFProperties properties)
UDFImpl(Page page, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, boolean async, String strAccess, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
          Deprecated. use instead UDFImpl(UDFProperties properties)
UDFProperties(Page page, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, boolean async, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
UDFProperties(Page page, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, boolean async, String strAccess, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
UDFProperties(Page page, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, boolean async, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
UDFProperties(Page page, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, boolean async, String strAccess, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
UDFProperties(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, boolean async, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
UDFProperties(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, boolean async, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
 

Uses of ExpressionException in railo.runtime.type.dt
 

Methods in railo.runtime.type.dt that throw ExpressionException
 boolean DateTimeImpl.castToBooleanValue()
           
 boolean TimeImpl.castToBooleanValue()
           
 boolean TimeSpanImpl.castToBooleanValue()
           
 DateTime TimeSpanImpl.castToDateTime()
           
 

Uses of ExpressionException in railo.runtime.type.query
 

Methods in railo.runtime.type.query that throw ExpressionException
 boolean SimpleQuery.castToBooleanValue()
           
 DateTime SimpleQuery.castToDateTime()
           
 double SimpleQuery.castToDoubleValue()
           
 String SimpleQuery.castToString()
           
 int SimpleQuery.compareTo(boolean b)
           
 void SimpleQuery.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 

Uses of ExpressionException in railo.runtime.type.scope
 

Methods in railo.runtime.type.scope that throw ExpressionException
 boolean UndefinedImpl.castToBooleanValue()
           
 boolean LocalNotSupportedScope.castToBooleanValue()
           
 boolean ClusterNotSupported.castToBooleanValue()
           
 DateTime UndefinedImpl.castToDateTime()
           
 DateTime LocalNotSupportedScope.castToDateTime()
           
 DateTime ClusterNotSupported.castToDateTime()
           
 double UndefinedImpl.castToDoubleValue()
           
 double LocalNotSupportedScope.castToDoubleValue()
           
 double ClusterNotSupported.castToDoubleValue()
           
 String UndefinedImpl.castToString()
           
 String LocalNotSupportedScope.castToString()
           
 String ClusterNotSupported.castToString()
           
 int UndefinedImpl.compareTo(boolean b)
           
 Object LocalNotSupportedScope.get(Collection.Key key)
           
 Object ClusterNotSupported.get(Collection.Key key)
           
 Object ArgumentImpl.get(Collection.Key key)
           
 Object UndefinedImpl.getCollection(String key)
           
 long ScopeContext.getScopesSize(int scope)
          return the size in bytes of all session contextes
 boolean ArgumentImpl.insert(int index, Object value)
           
 boolean ArgumentImpl.insert(int index, String key, Object value)
           
 Object LocalNotSupportedScope.remove(String key)
           
 Object ClusterNotSupported.remove(String key)
           
 Object LocalNotSupportedScope.set(Collection.Key key, Object value)
           
 Object ClusterNotSupported.set(Collection.Key key, Object value)
           
 void ArgumentImpl.sort(String sortType, String sortOrder)
           
 

Uses of ExpressionException in railo.runtime.type.trace
 

Methods in railo.runtime.type.trace that throw ExpressionException
 void TOQuery.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 

Uses of ExpressionException in railo.runtime.type.util
 

Methods in railo.runtime.type.util that return ExpressionException
static ExpressionException StructSupport.invalidKey(String[] keys, Collection.Key key)
           
static ExpressionException ComponentUtil.notFunction(Component c, Collection.Key key, Object member, int access)
           
 

Methods in railo.runtime.type.util that throw ExpressionException
static double ArrayUtil.avg(Array array)
          average of all values of the array, only work when all values are numeric
static String ComponentUtil.md5(Component c)
           
static double ArrayUtil.sum(Array array)
          sum of all values of a array, only work when all values are numeric
static void ArrayUtil.swap(Array array, int left, int right)
          swap to values of the array
static ComponentAccess ComponentUtil.toComponentAccess(Component comp)
           
static ComponentPro ComponentUtil.toComponentPro(Component comp)
           
static ComponentPro ComponentUtil.toComponentPro(Object obj)
           
static int ComponentUtil.toIntAccess(String access)
          cast a strong access definition to the int type
static String ComponentUtil.toStringAccess(int access)
          cast int type to string type
 

Uses of ExpressionException in railo.runtime.type.wrap
 

Methods in railo.runtime.type.wrap that throw ExpressionException
 boolean MapAsStruct.castToBooleanValue()
           
 DateTime MapAsStruct.castToDateTime()
           
 double MapAsStruct.castToDoubleValue()
           
 String MapAsStruct.castToString()
           
 int MapAsStruct.compareTo(boolean b)
           
 Object MapAsStruct.get(Collection.Key key)
           
 Object MapAsStruct.remove(Collection.Key key)
           
 

Uses of ExpressionException in railo.runtime.util
 

Methods in railo.runtime.util that throw ExpressionException
static double NumberRange.range(double number, double from)
          checks if number is greater than from (inlude from)
static double NumberRange.range(double number, double from, double to)
          checks if number between from and to (inlude from and to)
static int NumberRange.range(int number, int from)
           
 



Copyright © 2012 Railo