|
|||||||||
| Home >> All >> org >> apache >> commons >> jelly >> tags >> [ core overview ] | PREV NEXT | ||||||||
A
- ArgTag - class org.apache.commons.jelly.tags.core.ArgTag.
- An argument to a NewTag or InvokeTag.
- ArgTag() - Constructor for class org.apache.commons.jelly.tags.core.ArgTag
- ArgTagParent - interface org.apache.commons.jelly.tags.core.ArgTagParent.
- Interface for classes that support ArgTag children.
- addArgument(Class, Object) - Method in interface org.apache.commons.jelly.tags.core.ArgTagParent
- addArgument(Class, Object) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- Adds an argument to supply to the method
- addArgument(Class, Object) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
- addArgument(Class, Object) - Method in class org.apache.commons.jelly.tags.core.NewTag
- addIgnoreProperty(String) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- Adds a name to the Set of property names that will be skipped when setting bean properties.
- addItem(Object) - Method in class org.apache.commons.jelly.tags.core.UseListTag
- assertNotNull(Object) - Method in class org.apache.commons.jelly.tags.core.ArgTag
B
- BaseClassLoaderTag - class org.apache.commons.jelly.tags.core.BaseClassLoaderTag.
- Abstract base tag providing java.lang.ClassLoader support.
- BaseClassLoaderTag() - Constructor for class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
- BreakTag - class org.apache.commons.jelly.tags.core.BreakTag.
- A tag which terminates the execution of the current <forEach> or ≶while> loop.
- BreakTag() - Constructor for class org.apache.commons.jelly.tags.core.BreakTag
- bean - Variable in class org.apache.commons.jelly.tags.core.UseBeanTag
- the current bean instance
- begin - Variable in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- begin - Variable in class org.apache.commons.jelly.tags.core.ForEachTag
- The starting index value
- blockEvaluated - Variable in class org.apache.commons.jelly.tags.core.ChooseTag
C
- CaseTag - class org.apache.commons.jelly.tags.core.CaseTag.
- A tag which conditionally evaluates its body if my value 55 attribute equals my ancestor <switch> tag's "on" 55 attribute.
- CaseTag() - Constructor for class org.apache.commons.jelly.tags.core.CaseTag
- CatchTag - class org.apache.commons.jelly.tags.core.CatchTag.
- A tag which catches exceptions thrown by its body.
- CatchTag() - Constructor for class org.apache.commons.jelly.tags.core.CatchTag
- ChooseTag - class org.apache.commons.jelly.tags.core.ChooseTag.
- A tag which conditionally evaluates its body based on some condition
- ChooseTag() - Constructor for class org.apache.commons.jelly.tags.core.ChooseTag
- CoreTagLibrary - class org.apache.commons.jelly.tags.core.CoreTagLibrary.
- This is the core tag library for jelly and contains commonly used tags.
- CoreTagLibrary() - Constructor for class org.apache.commons.jelly.tags.core.CoreTagLibrary
- caseMatched() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
- classLoader - Variable in class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
- The class loader to use for instantiating application objects.
- className - Variable in class org.apache.commons.jelly.tags.core.GetStaticTag
- The name of the class containing the static field.
- className - Variable in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- the object to invoke the method on
- className - Variable in class org.apache.commons.jelly.tags.core.NewTag
- the class name of the object to instantiate
- closeOutput - Variable in class org.apache.commons.jelly.tags.core.ThreadTag
- Should we close the underlying output
- convert(Class, Object) - Static method in class org.apache.commons.jelly.tags.core.ArgTag
- convertToClass(Object) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- Attempts to convert the given object to a Class instance.
- converterMap - Static variable in class org.apache.commons.jelly.tags.core.ArgTag
- My bag of converters, by target Class
- count - Variable in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- createJellyParser() - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Factory method to create a new Jelly parser
- createLoadClassFailedException(Exception) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- Factory method to create a new JellyTagException instance from a given failure exception
- createXMLOutput(Writer) - Method in class org.apache.commons.jelly.tags.core.FileTag
- A Factory method to create a new XMLOutput from the given Writer.
- createXMLReader() - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Factory method to create a new XMLReader
- current - Variable in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
D
- DefaultTag - class org.apache.commons.jelly.tags.core.DefaultTag.
- A tag which conditionally evaluates its body if none of its preceeding sibling <case> tags have been evaluated.
- DefaultTag() - Constructor for class org.apache.commons.jelly.tags.core.DefaultTag
- defaultClass - Variable in class org.apache.commons.jelly.tags.core.UseBeanTag
- the default class to use if no Class is specified
- defaultEncountered - Variable in class org.apache.commons.jelly.tags.core.SwitchTag
- defaultEncountered() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
- defaultValue - Variable in class org.apache.commons.jelly.tags.core.SetTag
- The default value
- doAppend - Variable in class org.apache.commons.jelly.tags.core.FileTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ArgTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.BreakTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.CaseTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.CatchTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ChooseTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.DefaultTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ExprTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.FileTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.GetStaticTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.IfTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ImportTag
- Perform tag processing
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.JellyTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.MuteTag
- Invoke the body and produce no output.
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.NewTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.OtherwiseTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ParseTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.RemoveTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ScopeTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.SetPropertiesTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.SetTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.SwitchTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.WhenTag
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.WhileTag
- Tag interface
- doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.WhitespaceTag
E
- ExprTag - class org.apache.commons.jelly.tags.core.ExprTag.
- A tag which evaluates an expression
- ExprTag() - Constructor for class org.apache.commons.jelly.tags.core.ExprTag
- encode - Variable in class org.apache.commons.jelly.tags.core.SetTag
- Should we XML encode the body of this tag as text?
- encoding - Variable in class org.apache.commons.jelly.tags.core.FileTag
- end - Variable in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- end - Variable in class org.apache.commons.jelly.tags.core.ForEachTag
- The ending index value
- exceptionVar - Variable in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- the variable where the method's exception is exported
- exceptionVar - Variable in class org.apache.commons.jelly.tags.core.InvokeTag
- the variable where the method's exception is exported
F
- FileTag - class org.apache.commons.jelly.tags.core.FileTag.
- A tag that pipes its body to a file denoted by the name attribute or to an in memory String which is then output to a variable denoted by the var variable.
- FileTag() - Constructor for class org.apache.commons.jelly.tags.core.FileTag
- ForEachTag - class org.apache.commons.jelly.tags.core.ForEachTag.
- Iterates over a collection, iterator or an array of objects.
- ForEachTag() - Constructor for class org.apache.commons.jelly.tags.core.ForEachTag
- ForEachTag.LoopStatus - class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus.
- Holds the status of the loop.
- ForEachTag.LoopStatus(Integer, Integer, Integer) - Constructor for class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- fallThru - Variable in class org.apache.commons.jelly.tags.core.CaseTag
- fallThru - Variable in class org.apache.commons.jelly.tags.core.DefaultTag
- fallingThru - Variable in class org.apache.commons.jelly.tags.core.SwitchTag
- field - Variable in class org.apache.commons.jelly.tags.core.GetStaticTag
- The name of the static field to retrieve.
- file - Variable in class org.apache.commons.jelly.tags.core.ImportTag
- The file to be imported.
- file - Variable in class org.apache.commons.jelly.tags.core.IncludeTag
- first - Variable in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
G
- GetStaticTag - class org.apache.commons.jelly.tags.core.GetStaticTag.
- A tag which can retrieve the value of a static field of a given class.
- GetStaticTag() - Constructor for class org.apache.commons.jelly.tags.core.GetStaticTag
- getAttributeType(String) - Method in class org.apache.commons.jelly.tags.core.UseListTag
- getBean() - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- getBegin() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- getClassLoader() - Method in class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
- Return the class loader to be used for instantiating application objects when required.
- getCount() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- getCurrent() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- getDefaultClass() - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- Allows derived classes to provide a default bean implementation class
- getDefaultClass() - Method in class org.apache.commons.jelly.tags.core.UseListTag
- getEnd() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- getFile() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
- getIgnorePropertySet() - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- getIndex() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- getJellyParser() - Method in class org.apache.commons.jelly.tags.core.ParseTag
- getList() - Method in class org.apache.commons.jelly.tags.core.UseListTag
- getStep() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- getText() - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Returns the text to be parsed
- getUseContextClassLoader() - Method in class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
- Return the boolean as to whether the context classloader should be used.
- getValue() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
- getVar() - Method in class org.apache.commons.jelly.tags.core.FileTag
- Returns the var.
- getVar() - Method in class org.apache.commons.jelly.tags.core.ParseTag
- The variable name that will be used for the Document variable created
- getXMLReader() - Method in class org.apache.commons.jelly.tags.core.ParseTag
H
- hasDefaultBeenEncountered() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
- hasSomeCaseMatched() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
I
- IfTag - class org.apache.commons.jelly.tags.core.IfTag.
- A tag which conditionally evaluates its body based on some condition
- IfTag() - Constructor for class org.apache.commons.jelly.tags.core.IfTag
- ImportTag - class org.apache.commons.jelly.tags.core.ImportTag.
- Imports another script.
- ImportTag() - Constructor for class org.apache.commons.jelly.tags.core.ImportTag
- Create a new Import tag.
- IncludeTag - class org.apache.commons.jelly.tags.core.IncludeTag.
- A tag which conditionally evaluates its body based on some condition
- IncludeTag() - Constructor for class org.apache.commons.jelly.tags.core.IncludeTag
- InvokeStaticTag - class org.apache.commons.jelly.tags.core.InvokeStaticTag.
- A Tag which can invoke a static method on a class, without an instance of the class being needed.
- InvokeStaticTag() - Constructor for class org.apache.commons.jelly.tags.core.InvokeStaticTag
- InvokeTag - class org.apache.commons.jelly.tags.core.InvokeTag.
- A tag which calls a method in an object instantied by core:new
- InvokeTag() - Constructor for class org.apache.commons.jelly.tags.core.InvokeTag
- ignoreProperties - Variable in class org.apache.commons.jelly.tags.core.UseBeanTag
- a Set of Strings of property names to ignore (remove from the Map of attributes before passing to ConvertUtils)
- ignoreUnknownProperties - Variable in class org.apache.commons.jelly.tags.core.UseBeanTag
- If this tag finds an attribute in the XML that's not
ignored by
UseBeanTag.ignoreProperties55 and isn't a bean property, should it throw an exception? - index - Variable in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- index - Variable in class org.apache.commons.jelly.tags.core.ForEachTag
- The iteration index
- indexVar - Variable in class org.apache.commons.jelly.tags.core.ForEachTag
- If specified then the current index counter will be defined as the given variable name.
- inherit - Variable in class org.apache.commons.jelly.tags.core.ImportTag
- Whether the imported script has access to the caller's variables
- isBlockEvaluated() - Method in class org.apache.commons.jelly.tags.core.ChooseTag
- isEmpty(Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
- isEncode() - Method in class org.apache.commons.jelly.tags.core.SetTag
- Returns whether the body of this tag will be XML encoded or not.
- isExport() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
- isFallingThru() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
- isFirst() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- isIgnoreUnknownProperties() - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- isInherit() - Method in class org.apache.commons.jelly.tags.core.ImportTag
- isInherit() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
- isInstanceOf(Class, Object) - Method in class org.apache.commons.jelly.tags.core.ArgTag
- isLast() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- items - Variable in class org.apache.commons.jelly.tags.core.ForEachTag
- Holds the variable name to export for the item being iterated over.
- items - Variable in class org.apache.commons.jelly.tags.core.UseListTag
J
- JellyTag - class org.apache.commons.jelly.tags.core.JellyTag.
- The root Jelly tag which should be evaluated first
- JellyTag() - Constructor for class org.apache.commons.jelly.tags.core.JellyTag
- jellyParser - Variable in class org.apache.commons.jelly.tags.core.ParseTag
- The Jelly parser
L
- last - Variable in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- loadClass() - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- Loads the class using either the class loader which loaded me or the current threads context class loader
- loadClass(String) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- Loads the given class using the default class loading mechanism which is to try use the current Thread's context class loader first otherise use the class loader which loaded this class.
- log - Static variable in class org.apache.commons.jelly.tags.core.ForEachTag
- The Log to which logging calls will be made.
- log - Static variable in class org.apache.commons.jelly.tags.core.JellyTag
- The Log to which logging calls will be made.
- log - Static variable in class org.apache.commons.jelly.tags.core.ParseTag
- The Log to which logging calls will be made.
- log - Static variable in class org.apache.commons.jelly.tags.core.SetTag
- The Log to which logging calls will be made.
- log - Static variable in class org.apache.commons.jelly.tags.core.ThreadTag
- The Log to which logging calls will be made.
- log - Static variable in class org.apache.commons.jelly.tags.core.WhileTag
- The Log to which logging calls will be made.
- log - Static variable in class org.apache.commons.jelly.tags.core.WhitespaceTag
- The Log to which logging calls will be made.
M
- MuteTag - class org.apache.commons.jelly.tags.core.MuteTag.
- A tag which executes its body but passing no output.
- MuteTag() - Constructor for class org.apache.commons.jelly.tags.core.MuteTag
- Create an instance
- MuteTag.MuteXMLOutput - class org.apache.commons.jelly.tags.core.MuteTag.MuteXMLOutput.
- An XMLOutput which really outputs nothing, in particular, avoids calling toString() in objects returned...
- MuteTag.MuteXMLOutput() - Constructor for class org.apache.commons.jelly.tags.core.MuteTag.MuteXMLOutput
- methodName - Variable in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- the method to invoke
- methodName - Variable in class org.apache.commons.jelly.tags.core.InvokeTag
- the method to invoke
N
- NewTag - class org.apache.commons.jelly.tags.core.NewTag.
- A tag which creates a new object of the given type
- NewTag() - Constructor for class org.apache.commons.jelly.tags.core.NewTag
- name - Variable in class org.apache.commons.jelly.tags.core.FileTag
- name - Variable in class org.apache.commons.jelly.tags.core.ThreadTag
- Thread Name
- newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- Creates a new instance of the given class, which by default will invoke the default constructor.
O
- OtherwiseTag - class org.apache.commons.jelly.tags.core.OtherwiseTag.
- The otherwise block of a choose/when/otherwise group of tags
- OtherwiseTag() - Constructor for class org.apache.commons.jelly.tags.core.OtherwiseTag
- objectData(Object) - Method in class org.apache.commons.jelly.tags.core.MuteTag.MuteXMLOutput
- Do nothing, not even invoke the toString!
- omitXmlDeclaration - Variable in class org.apache.commons.jelly.tags.core.FileTag
- on - Variable in class org.apache.commons.jelly.tags.core.SwitchTag
- onInstance - Variable in class org.apache.commons.jelly.tags.core.InvokeTag
- the object to invoke the method on
- org.apache.commons.jelly.tags.core - package org.apache.commons.jelly.tags.core
- outputMode - Variable in class org.apache.commons.jelly.tags.core.FileTag
P
- ParseTag - class org.apache.commons.jelly.tags.core.ParseTag.
- Parses the output of this tags body or of a given String as a Jelly script then either outputting the Script as a variable or executing the script.
- ParseTag() - Constructor for class org.apache.commons.jelly.tags.core.ParseTag
- paramTypes - Variable in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- paramTypes - Variable in class org.apache.commons.jelly.tags.core.InvokeTag
- paramTypes - Variable in class org.apache.commons.jelly.tags.core.NewTag
- paramValues - Variable in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- paramValues - Variable in class org.apache.commons.jelly.tags.core.InvokeTag
- paramValues - Variable in class org.apache.commons.jelly.tags.core.NewTag
- parseBody(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Parses the body of this tag and returns the parsed document
- parseText(String) - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Parses the give piece of text as being markup
- prettyPrint - Variable in class org.apache.commons.jelly.tags.core.FileTag
- processBean(String, Object) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- By default this will export the bean using the given variable if it is defined.
- processBean(String, Object) - Method in class org.apache.commons.jelly.tags.core.UseListTag
- property - Variable in class org.apache.commons.jelly.tags.core.SetTag
- The name of the property to set on the target object.
R
- RemoveTag - class org.apache.commons.jelly.tags.core.RemoveTag.
- A tag which removes the variable of the given name from the current variable scope.
- RemoveTag() - Constructor for class org.apache.commons.jelly.tags.core.RemoveTag
S
- ScopeTag - class org.apache.commons.jelly.tags.core.ScopeTag.
- A tag which creates a new child variable scope for its body.
- ScopeTag() - Constructor for class org.apache.commons.jelly.tags.core.ScopeTag
- SetPropertiesTag - class org.apache.commons.jelly.tags.core.SetPropertiesTag.
- A tag which sets the bean properties on the given bean.
- SetPropertiesTag() - Constructor for class org.apache.commons.jelly.tags.core.SetPropertiesTag
- SetTag - class org.apache.commons.jelly.tags.core.SetTag.
- A tag which sets a variable from the result of an expression
- SetTag() - Constructor for class org.apache.commons.jelly.tags.core.SetTag
- SwitchTag - class org.apache.commons.jelly.tags.core.SwitchTag.
- Executes the child <case> tag whose value equals my on attribute.
- SwitchTag() - Constructor for class org.apache.commons.jelly.tags.core.SwitchTag
- scope - Variable in class org.apache.commons.jelly.tags.core.SetTag
- The variable scope to export
- setAppend(boolean) - Method in class org.apache.commons.jelly.tags.core.FileTag
- Sets wether to append at the end of the file (not really something you normally do with an XML file).
- setBean(Object) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- Allow derived classes to programatically set the bean
- setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.core.SetPropertiesTag
- Sets the properties on the bean.
- setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- Sets the properties on the bean.
- setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.core.UseListTag
- setBegin(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
- Sets the starting index value
- setBlockEvaluated(boolean) - Method in class org.apache.commons.jelly.tags.core.ChooseTag
- setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
- Set the class loader to be used for instantiating application objects when required.
- setClassName(String) - Method in class org.apache.commons.jelly.tags.core.GetStaticTag
- Sets the fully qualified name of the class containing the static field.
- setClassName(String) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- Sets the fully qualified class name containing the static method
- setClassName(String) - Method in class org.apache.commons.jelly.tags.core.NewTag
- Sets the class name of the object to instantiate
- setCount(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- setCurrent(Object) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- setDefaultValue(Expression) - Method in class org.apache.commons.jelly.tags.core.SetTag
- Sets the default value to be used if the value exprsesion results in a null value or blank String
- setEncode(boolean) - Method in class org.apache.commons.jelly.tags.core.SetTag
- Sets whether the body of the tag should be XML encoded as text (so that < and > are encoded as < and >) or leave the text as XML which is the default.
- setEncoding(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
- Sets the XML encoding mode, which defaults to UTF-8
- setEnd(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
- Sets the ending index value
- setExceptionVar(String) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- Sets the name of a variable that exports the exception thrown by the method's invocation (if any)
- setExceptionVar(String) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
- Sets the name of a variable that exports the exception thrown by the method's invocation (if any)
- setExport(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
- setFallThru(boolean) - Method in class org.apache.commons.jelly.tags.core.CaseTag
- setFallThru(boolean) - Method in class org.apache.commons.jelly.tags.core.DefaultTag
- setFallingThru(boolean) - Method in class org.apache.commons.jelly.tags.core.SwitchTag
- setField(String) - Method in class org.apache.commons.jelly.tags.core.GetStaticTag
- Sets the name of the field to retrieve.
- setFile(String) - Method in class org.apache.commons.jelly.tags.core.ImportTag
- Sets the file for the script to evaluate.
- setFile(File) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
- Sets the file to be included which is either an absolute file or a file relative to the current directory
- setFile(String) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
- Set the file which is generated from the output
- setFirst(boolean) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- setIgnoreUnknownProperties(boolean) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- If this tag finds an attribute in the XML that's not
ignored by
UseBeanTag.ignoreProperties55 and isn't a bean property, should it throw an exception? - setIndex(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- setIndexVar(String) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
- Sets the variable name to export the current index counter to
- setInherit(boolean) - Method in class org.apache.commons.jelly.tags.core.ImportTag
- Sets whether property inheritence is enabled or disabled
- setInherit(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
- setItems(Expression) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
- Sets the expression used to iterate over.
- setJellyParser(XMLParser) - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Sets the jellyParser.
- setLast(boolean) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- setMethod(String) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- Sets the name of the method to invoke
- setMethod(String) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
- setName(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
- Sets the file name for the output
- setName(String) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
- Sets the name of the thread.
- setOmitXmlDeclaration(boolean) - Method in class org.apache.commons.jelly.tags.core.FileTag
- Sets whether the XML declaration should be output or not
- setOn(Object) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
- setOn(Expression) - Method in class org.apache.commons.jelly.tags.core.SwitchTag
- Sets the value to switch on.
- setOutputMode(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
- Sets the output mode, whether XML or HTML
- setPrettyPrint(boolean) - Method in class org.apache.commons.jelly.tags.core.FileTag
- Sets whether pretty printing mode is turned on.
- setProperty(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
- Sets the name of the property to set on the target object.
- setPropertyValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
- setScope(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
- Sets the variable scope for this variable.
- setStep(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
- Sets the index increment step
- setTarget(Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
- Sets the target object on which to set a property.
- setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.BreakTag
- Sets the Jelly expression to evaluate (optional).
- setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.IfTag
- Sets the Jelly expression to evaluate.
- setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.WhenTag
- Sets the expression to evaluate.
- setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.WhileTag
- Setter for the expression
- setText(String) - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Sets the text to be parsed by this parser
- setType(String) - Method in class org.apache.commons.jelly.tags.core.ArgTag
- The name of the argument class or type, if any.
- setUri(String) - Method in class org.apache.commons.jelly.tags.core.ImportTag
- Sets the URI (relative URI or absolute URL) for the script to evaluate.
- setUri(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
- Sets the URI (relative URI or absolute URL) for the script to evaluate.
- setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
- Determine whether to use the Context ClassLoader (the one found by
calling
Thread.currentThread().getContextClassLoader()) to resolve/load classes. - setValue(Object) - Method in class org.apache.commons.jelly.tags.core.ArgTag
- The (possibly null) value of this argument.
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.core.CaseTag
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.core.ExprTag
- Sets the Jexl expression to evaluate.
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.core.SetTag
- Sets the expression to evaluate.
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.BreakTag
- Sets the variable name to export indicating if the item was broken
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.CatchTag
- Sets the name of the variable which is exposed with the Exception that gets thrown by evaluating the body of this tag or which is set to null if there is no exception thrown.
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
- Sets the var.
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
- Sets the variable name to export for the item being iterated over
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.GetStaticTag
- Sets the name of the variable exported by this tag.
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- Sets the name of the variable exported by this tag
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
- Sets the name of the variable exported by this tag
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.NewTag
- Sets the name of the variable exported by this tag
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Sets the variable name that will be used for the Document variable created
- setVar(Expression) - Method in class org.apache.commons.jelly.tags.core.RemoveTag
- Sets the name of the variable which will be removed by this tag..
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
- Sets the variable name to define for this expression
- setVarStatus(String) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
- Sets the variable name to export the current status to.
- setXMLReader(XMLReader) - Method in class org.apache.commons.jelly.tags.core.ParseTag
- Sets the XMLReader used for parsing
- setXmlOutput(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
- Sets the destination of output
- shouldExport - Variable in class org.apache.commons.jelly.tags.core.IncludeTag
- shouldInherit - Variable in class org.apache.commons.jelly.tags.core.IncludeTag
- someCaseMatched - Variable in class org.apache.commons.jelly.tags.core.SwitchTag
- statusVar - Variable in class org.apache.commons.jelly.tags.core.ForEachTag
- variable to hold loop status
- step - Variable in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
- step - Variable in class org.apache.commons.jelly.tags.core.ForEachTag
- The index increment step
T
- ThreadTag - class org.apache.commons.jelly.tags.core.ThreadTag.
- A tag that spawns the contained script in a separate thread
- ThreadTag() - Constructor for class org.apache.commons.jelly.tags.core.ThreadTag
- target - Variable in class org.apache.commons.jelly.tags.core.SetTag
- The target object on which to set a property.
- test - Variable in class org.apache.commons.jelly.tags.core.BreakTag
- The expression to evaluate.
- test - Variable in class org.apache.commons.jelly.tags.core.IfTag
- The expression to evaluate.
- test - Variable in class org.apache.commons.jelly.tags.core.WhenTag
- The expression to evaluate.
- test - Variable in class org.apache.commons.jelly.tags.core.WhileTag
- The expression to use to determine if the while should continue
- text - Variable in class org.apache.commons.jelly.tags.core.ParseTag
- The markup text to be parsed
- typeString - Variable in class org.apache.commons.jelly.tags.core.ArgTag
- The name of the parameter type, if any.
U
- UseBeanTag - class org.apache.commons.jelly.tags.core.UseBeanTag.
- A tag which instantiates an instance of the given class and then sets the properties on the bean.
- UseBeanTag() - Constructor for class org.apache.commons.jelly.tags.core.UseBeanTag
- UseBeanTag(Class) - Constructor for class org.apache.commons.jelly.tags.core.UseBeanTag
- UseListTag - class org.apache.commons.jelly.tags.core.UseListTag.
- A tag which creates a List implementation and optionally adds all of the elements identified by the items attribute.
- UseListTag() - Constructor for class org.apache.commons.jelly.tags.core.UseListTag
- uri - Variable in class org.apache.commons.jelly.tags.core.ImportTag
- the location of the script being imported, relative to the current script
- uri - Variable in class org.apache.commons.jelly.tags.core.IncludeTag
- useContextClassLoader - Variable in class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
- Do we want to use the Context ClassLoader when loading classes
for instantiating new objects? Default is
false.
V
- validateBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
- If
UseBeanTag.isIgnoreUnknownProperties()55 returns true, make sure that every non-ignored (UseBeanTag.addIgnoreProperty(String)55 ) property matches a writable property on the target bean. - value - Variable in class org.apache.commons.jelly.tags.core.ArgTag
- The value of the parameter, if any
- value - Variable in class org.apache.commons.jelly.tags.core.ExprTag
- The expression to evaluate.
- value - Variable in class org.apache.commons.jelly.tags.core.SetTag
- The expression to evaluate.
- value - Variable in class org.apache.commons.jelly.tags.core.SwitchTag
- valueExpression - Variable in class org.apache.commons.jelly.tags.core.CaseTag
- var - Variable in class org.apache.commons.jelly.tags.core.BreakTag
- If specified, the given variable will hold a true/false value indicating if the loop was broken.
- var - Variable in class org.apache.commons.jelly.tags.core.CatchTag
- var - Variable in class org.apache.commons.jelly.tags.core.FileTag
- var - Variable in class org.apache.commons.jelly.tags.core.ForEachTag
- If specified then the current item iterated through will be defined as the given variable name.
- var - Variable in class org.apache.commons.jelly.tags.core.GetStaticTag
- The variable to which to assign the resulting value.
- var - Variable in class org.apache.commons.jelly.tags.core.InvokeStaticTag
- the variable exported
- var - Variable in class org.apache.commons.jelly.tags.core.InvokeTag
- the variable exported
- var - Variable in class org.apache.commons.jelly.tags.core.NewTag
- the variable exported
- var - Variable in class org.apache.commons.jelly.tags.core.ParseTag
- The variable that will be generated for the document
- var - Variable in class org.apache.commons.jelly.tags.core.RemoveTag
- var - Variable in class org.apache.commons.jelly.tags.core.SetTag
- The variable name to export.
W
- WhenTag - class org.apache.commons.jelly.tags.core.WhenTag.
- A tag which conditionally evaluates its body based on some condition
- WhenTag() - Constructor for class org.apache.commons.jelly.tags.core.WhenTag
- WhileTag - class org.apache.commons.jelly.tags.core.WhileTag.
- A tag which performs an iteration while the result of an expression is true.
- WhileTag() - Constructor for class org.apache.commons.jelly.tags.core.WhileTag
- Create a new while tag
- WhitespaceTag - class org.apache.commons.jelly.tags.core.WhitespaceTag.
- A simple tag used to preserve whitespace inside its body
- WhitespaceTag() - Constructor for class org.apache.commons.jelly.tags.core.WhitespaceTag
- writeBody(Writer) - Method in class org.apache.commons.jelly.tags.core.FileTag
- Writes the body fo this tag to the given Writer
X
- xmlOutput - Variable in class org.apache.commons.jelly.tags.core.ThreadTag
- the destination of output
- xmlReader - Variable in class org.apache.commons.jelly.tags.core.ParseTag
- The XMLReader used to parser the document
A B C D E F G H I J L M N O P R S T U V W X
|
|||||||||
| Home >> All >> org >> apache >> commons >> jelly >> tags >> [ core overview ] | PREV NEXT | ||||||||