Modifier and Type | Method and Description |
---|---|
static void |
ColorCaster.main(String[] args) |
static Color |
ColorCaster.toColor(String strColor) |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeException |
Modifier and Type | Method and Description |
---|---|
static TimeZone |
TimeZoneUtil.toTimeZone(String strTimezone) |
Modifier and Type | Method and Description |
---|---|
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 allowRelpath) |
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 allowRelpath) |
Constructor and Description |
---|
UDFFilter(UDF udf) |
UDFFilterSupport(UDF udf) |
Modifier and Type | Method and Description |
---|---|
static int |
NumberUtil.hexToInt(String s) |
Modifier and Type | Method and Description |
---|---|
static Font |
FontUtil.getFont(String font) |
Modifier and Type | Method and Description |
---|---|
Resource |
PageSourceImpl.getResourceTranslated(PageContext pc) |
void |
PageContextImpl.setLocale(String strLocale) |
Constructor and Description |
---|
QueryCacheHandlerFilterUDF(UDF udf) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
MemberSupport.setAccess(String access) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigServerImpl.checkAccess(String password) |
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.removeRestMapping(String virtual) |
void |
ConfigWebAdmin.updateComponentDataMemberDefaultAccess(String strAccess)
update the Component Data Member default access type
|
void |
ConfigWebAdmin.updateComponentMapping(String virtual,
String physical,
String archive,
String primary,
short inspect) |
void |
ConfigWebAdmin.updateCustomTag(String virtual,
String physical,
String archive,
String primary,
short inspect)
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,
String dbdriver,
boolean literalTimestampWithTSOffset)
update or insert new database connection
|
void |
ConfigWebAdmin.updateMapping(String virtual,
String physical,
String archive,
String primary,
short inspect,
boolean toplevel)
insert or update a mapping on system
|
void |
ConfigWebAdmin.updateRestMapping(String virtual,
String physical,
boolean _default) |
Modifier and Type | Method and Description |
---|---|
static String[] |
CustomTagUtil.getFileNames(Config config,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
SimpleDumpData.compareTo(boolean b) |
Modifier and Type | Class and Description |
---|---|
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 |
PostContentAbort
This Exception is only thrown after cfcontent with file, to indicate a silent Abort when used in onMissingTemplate
|
class |
RequestTimeoutException |
class |
StopException |
class |
UDFCasterException |
class |
XMLException
XmL Exception
|
Modifier and Type | Method and Description |
---|---|
static ExpressionException |
ExpressionException.newInstance(Exception e) |
Modifier and Type | Method and Description |
---|---|
String |
CatchBlockImpl.castToString() |
Modifier and Type | Method and Description |
---|---|
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 double |
ArrayMedian.call(PageContext pc,
Array array) |
static Array |
ArrayMid.call(PageContext pc,
Array arr,
double start) |
static boolean |
ArraySwap.call(PageContext pc,
Array array,
double number,
double number2) |
static Array |
ArrayMid.call(PageContext pc,
Array arr,
double start,
double count) |
static Array |
ArrayNew.call(PageContext pc,
double number) |
Modifier and Type | Method and Description |
---|---|
static DateTime |
DateAdd._call(PageContext pc,
TimeZone tz,
String datepart,
double number,
DateTime date) |
static DateTime |
NowServer.call(PageContext pc)
Deprecated.
|
static DateTime |
CreateODBCDate.call(PageContext pc,
DateTime datetime) |
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 DateTime |
CreateODBCDate.call(PageContext pc,
DateTime datetime,
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 |
DatePartMember.call(PageContext pc,
DateTime date,
String datepart) |
static double |
DayOfYear.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
MilliSecond.call(PageContext pc,
DateTime date,
String strTimezone) |
static DateTime |
DateAddMember.call(PageContext pc,
DateTime date,
String datepart,
double number) |
static double |
DatePartMember.call(PageContext pc,
DateTime date,
String datepart,
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) |
Modifier and Type | Method and Description |
---|---|
static boolean |
IsValid.call(PageContext pc,
String type,
Object value)
check for many diff types
|
Modifier and Type | Method and Description |
---|---|
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 |
DateTimeFormatClassic.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 |
DateTimeFormatClassic.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 |
DateTimeFormatClassic.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) |
static String |
DateTimeFormat.invoke(PageContext pc,
Object object,
String mask,
Locale locale,
TimeZone tz) |
Modifier and Type | Method and Description |
---|---|
static Object |
GetGatewayHelper.call(PageContext pc,
String gatewayID) |
Modifier and Type | Method and Description |
---|---|
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 String |
LSDateTimeFormat.call(PageContext pc,
Object object) |
static String |
LSDateTimeFormat.call(PageContext pc,
Object object,
String mask) |
static boolean |
LSIsDate.call(PageContext pc,
Object object,
String strLocale) |
static String |
LSDateTimeFormat.call(PageContext pc,
Object object,
String mask,
String strLocale) |
static boolean |
LSIsDate.call(PageContext pc,
Object object,
String strLocale,
String strTimezone) |
static String |
LSDateTimeFormat.call(PageContext pc,
Object object,
String mask,
String strLocale,
String strTimezone) |
static String |
LSCurrencyFormat.format(double number,
String type,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
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 delimiter) |
static String |
ListInsertAt.call(PageContext pc,
String list,
double posNumber,
String value,
String strDelimiter) |
static String |
ListSetAt.call(PageContext pc,
String list,
double posNumber,
String value,
String delimiter,
boolean includeEmptyFields) |
static String |
ListInsertAt.call(PageContext pc,
String list,
double posNumber,
String value,
String strDelimiter,
boolean includeEmptyFields) |
static double |
ListAvg.call(PageContext pc,
String list,
String delimiter) |
static double |
ListAvg.call(PageContext pc,
String list,
String delimiter,
boolean multiCharacterDelimiter) |
Modifier and Type | Method and Description |
---|---|
static double |
Rand.call(PageContext pc) |
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 |
Randomize.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) |
Modifier and Type | Method and Description |
---|---|
static String |
URLDecode.call(PageContext pc,
String str) |
static String |
URLDecode.call(PageContext pc,
String str,
String encoding) |
Modifier and Type | Method and Description |
---|---|
static S3Resource |
S3Function.toS3Resource(PageContext pc,
String url,
String functionName) |
Modifier and Type | Method and Description |
---|---|
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 delimiters) |
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 |
REReplace.call(PageContext pc,
String string,
String regExp,
String replace,
String scope) |
static String |
REReplaceNoCase.call(PageContext pc,
String string,
String regExp,
String replace,
String scope) |
static StringBuilder |
RepeatString.call(StringBuilder sb,
char c,
double count) |
static StringBuilder |
RepeatString.call(StringBuilder sb,
String str,
double count) |
static String |
REReplace.call(String string,
String regExp,
String replace) |
Modifier and Type | Method and Description |
---|---|
static Throwable |
GetException.call(PageContext pc,
Object object) |
static Object |
GetMetricData.call(PageContext pc,
String string) |
Modifier and Type | Method and Description |
---|---|
static Locale |
LocaleFactory.getLocale(String strLocale) |
Modifier and Type | Class and Description |
---|---|
class |
ImageException |
Modifier and Type | Method and Description |
---|---|
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 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) |
Constructor and Description |
---|
Image(int width,
int height,
int imageType,
Color canvasColor) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
InterpreterException |
Constructor and Description |
---|
Assign(Ref coll,
Ref value,
boolean limited) |
Modifier and Type | Method and Description |
---|---|
boolean |
HTTPClient.castToBooleanValue() |
double |
HTTPClient.castToDoubleValue() |
String |
HTTPClient.castToString() |
int |
HTTPClient.compareTo(boolean b) |
Modifier and Type | Class and Description |
---|---|
class |
RPCException |
Modifier and Type | Method and Description |
---|---|
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(PageContext pc,
Object src,
boolean existing) |
static Resource |
Caster.toResource(PageContext pc,
Object src,
boolean existing,
boolean allowRelpath) |
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)
|
Modifier and Type | Method and Description |
---|---|
static String |
ValidateCreditCard.toCreditcard(String strCreditCardNumber) |
Modifier and Type | Method and Description |
---|---|
static ExpressionException |
Reflector.throwCall(Object obj,
Collection.Key methodName,
Object[] args) |
static ExpressionException |
Reflector.throwCall(Object obj,
String methodName,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
int |
ImportTag.doStartTag() |
int |
Col.doStartTag() |
void |
Module.initFile() |
void |
Property.setAccess(String access) |
void |
Http41.setAuthtype(String strAuthType) |
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 |
Application.setLocale(String strLocale) |
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 |
Application.setTimezone(String strTimeZone) |
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) |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLNodeStruct.castToBooleanValue() |
DateTime |
XMLNodeStruct.castToDateTime() |
double |
XMLNodeStruct.castToDoubleValue() |
Modifier and Type | Method and Description |
---|---|
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) |
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 |
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
|
Constructor and Description |
---|
ArrayImpl(int dimension)
constructor with definiton of the dimension
|
ArrayImpl(int dimension,
int initalCapacity) |
ArrayImplNS(int dimension)
constructor with definiton of the dimension
|
SVArray(int dimension)
Constructor of the class
|
SVArray(int dimension,
int initalCapacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
DateTimeImpl.castToBooleanValue() |
boolean |
TimeImpl.castToBooleanValue() |
boolean |
TimeSpanImpl.castToBooleanValue() |
DateTime |
TimeSpanImpl.castToDateTime() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
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.set(Collection.Key key,
Object value) |
Object |
ClusterNotSupported.set(Collection.Key key,
Object value) |
void |
ArgumentImpl.sort(String sortType,
String sortOrder) |
Modifier and Type | Method and Description |
---|---|
static ExpressionException |
StructSupport.invalidKey(Config config,
Struct sct,
Collection.Key key)
throw exception for invalid key
|
static ExpressionException |
ComponentUtil.notFunction(Component c,
Collection.Key key,
Object member,
int access) |
Modifier and Type | Method and Description |
---|---|
static double |
ArrayUtil.avg(Array array)
average of all values of the array, only work when all values are numeric
|
static String |
ListUtil.listInsertAt(String list,
int pos,
String value,
String delimiter,
boolean ignoreEmpty)
casts a list to Array object, remove all empty items at start and end of the list and store count to info
|
static double |
ArrayUtil.median(Array array)
median value of all items in the arrays, only works when all values are numeric
|
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 Component |
ComponentUtil.toComponent(Object obj) |
static int |
ComponentUtil.toIntAccess(String access)
cast a strong access definition to the int type
|
static String |
UDFUtil.toReturnFormat(int returnFormat) |
static int |
UDFUtil.toReturnFormat(String returnFormat) |
static String |
ComponentUtil.toStringAccess(int access)
cast int type to string type
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
MethodCleaner.modifie(String path,
String methodName,
String[] argNames,
String rtnName,
String msg) |
Copyright © 2015 Lucee