Uses of Class
org.apache.commons.jelly.JellyTagException
Packages that use JellyTagException
Package
Description
This package contains the main jelly API classes.
Core implementation classes for Jelly.
The core Tags from the JSTL plus Jelly extensions.
-
Uses of JellyTagException in org.apache.commons.jelly
Subclasses of JellyTagException in org.apache.commons.jellyModifier and TypeClassDescriptionclassJellyExceptionis the root of all Jelly exceptions.Methods in org.apache.commons.jelly that throw JellyTagExceptionModifier and TypeMethodDescriptionvoidDynaBeanTagSupport.beforeSetAttributes()Callback to allow processing to occur before the attributes are about to be setvoidEvaluates this tag after all the tags properties have been initialized.DynaBeanTagSupport.getAttributeType(String name) DynaTag.getAttributeType(String name) DynaTagSupport.getAttributeType(String name) protected StringTagSupport.getBodyText()Executes the body of the tag and returns the result as a String.protected StringTagSupport.getBodyText(boolean shouldEscape) Executes the body of the tag and returns the result as a String.voidTag.invokeBody(XMLOutput output) A helper method to invoke this tags bodyvoidTagSupport.invokeBody(XMLOutput output) Invokes the body of this tag using the given outputvoidScript.run(JellyContext context, XMLOutput output) Evaluates the body of a tagvoidDynaBeanTagSupport.setAttribute(String name, Object value) Sets an attribute value of this tag before the tag is invokedvoidDynaTag.setAttribute(String name, Object value) Sets an attribute value of this tag before the tag is invokedvoidDynaBeanTagSupport.setContext(JellyContext context) Sets the context in which the tag will be run.voidTag.setContext(JellyContext context) Sets the context in which the tag will be runvoidTagSupport.setContext(JellyContext context) Sets the context in which the tag will be run -
Uses of JellyTagException in org.apache.commons.jelly.impl
Subclasses of JellyTagException in org.apache.commons.jelly.implModifier and TypeClassDescriptionclassBreakExceptionis used to terminate loops such as <forEach> and <while> tags.Methods in org.apache.commons.jelly.impl with parameters of type JellyTagExceptionModifier and TypeMethodDescriptionprotected voidTagScript.handleException(JellyTagException e) A helper method to handle this Jelly exception.Methods in org.apache.commons.jelly.impl that throw JellyTagExceptionModifier and TypeMethodDescriptionvoidadds an item to the tags collectionvoidDynamicBeanTag.beforeSetAttributes()voidDynamicDynaBeanTag.beforeSetAttributes()voidvoidvoidvoidBeanSource.getBean()protected StringTagScript.getBodyText(JellyContext context, boolean shouldEscape) Evaluates the body and obtains it as a string.protected voidTagScript.handleException(Error e) A helper method to handle this non-Jelly exception.protected voidTagScript.handleException(Exception e) A helper method to handle this non-Jelly exception.protected voidTagScript.handleException(JellyException e) A helper method to handle this Jelly exception.protected voidTagScript.handleException(JellyTagException e) A helper method to handle this Jelly exception.voidExpressionScript.run(JellyContext context, XMLOutput output) Evaluates the body of a tagvoidScriptBlock.run(JellyContext context, XMLOutput output) Evaluates the body of a tagvoidStaticTagScript.run(JellyContext context, XMLOutput output) voidTagScript.run(JellyContext context, XMLOutput output) Evaluates the body of a tagvoidTextScript.run(JellyContext context, XMLOutput output) Evaluates the body of a tagvoidDynamicBeanTag.setAttribute(String name, Object value) voidDynamicDynaBeanTag.setAttribute(String name, Object value) voidStaticTag.setAttribute(String name, Object value) protected voidTagScript.setContextURLs(JellyContext context) Set the context's root and current URL if not present -
Uses of JellyTagException in org.apache.commons.jelly.tags.core
Methods in org.apache.commons.jelly.tags.core that return JellyTagExceptionModifier and TypeMethodDescriptionprotected JellyTagExceptionInvokeStaticTag.createLoadClassFailedException(Exception e) Factory method to create a new JellyTagException instance from a given failure exceptionMethods in org.apache.commons.jelly.tags.core that throw JellyTagExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidDeprecated.voidPerform tag processingvoidvoidvoidvoidDeprecated.voidInvoke the body and produce no output.voidvoidvoidvoidvoidvoidDeprecated.voidvoidvoidvoidvoidTag interfacevoidUseListTag.getAttributeType(String name) protected ObjectUseBeanTag.newInstance(Class theClass, Map attributes, XMLOutput output) Creates a new instance of the given class, which by default will invoke the default constructor.protected voidParses the body of this tag and returns the parsed documentprotected voidParses the give piece of text as being markupprotected voidUseBeanTag.processBean(String var, Object bean) By default this will export the bean using the given variable if it is defined.protected voidUseListTag.processBean(String var, Object bean) protected voidSetPropertiesTag.setBeanProperties(Object bean, Map attributes) Sets the properties on the bean.protected voidUseBeanTag.setBeanProperties(Object bean, Map attributes) Sets the properties on the bean.protected voidUseListTag.setBeanProperties(Object bean, Map attributes) protected voidUseBeanTag.validateBeanProperties(Object bean, Map attributes) IfUseBeanTag.isIgnoreUnknownProperties()returns true, make sure that every non-ignored (seeUseBeanTag.addIgnoreProperty(String)) property matches a writable property on the target bean.protected voidWrites the body fo this tag to the given Writer