Uses of Class
com.aspectran.core.context.rule.IllegalRuleException
-
-
Uses of IllegalRuleException in com.aspectran.core.component.aspect
Methods in com.aspectran.core.component.aspect that throw IllegalRuleException Modifier and Type Method Description voidAspectRuleRegistry. addAspectRule(AspectRule aspectRule) -
Uses of IllegalRuleException in com.aspectran.core.component.bean
Subclasses of IllegalRuleException in com.aspectran.core.component.bean Modifier and Type Class Description classBeanRuleExceptionThe Class BeanRuleException.Methods in com.aspectran.core.component.bean that throw IllegalRuleException Modifier and Type Method Description voidBeanRuleRegistry. addBeanRule(BeanRule beanRule)Adds a bean rule.voidAnnotatedConfigParser. parse()voidBeanRuleRegistry. postProcess(ContextRuleAssistant assistant) -
Uses of IllegalRuleException in com.aspectran.core.component.schedule
Methods in com.aspectran.core.component.schedule that throw IllegalRuleException Modifier and Type Method Description voidScheduleRuleRegistry. addScheduleRule(ScheduleRule scheduleRule) -
Uses of IllegalRuleException in com.aspectran.core.component.template
Methods in com.aspectran.core.component.template that throw IllegalRuleException Modifier and Type Method Description voidTemplateRuleRegistry. addTemplateRule(TemplateRule templateRule) -
Uses of IllegalRuleException in com.aspectran.core.component.translet
Methods in com.aspectran.core.component.translet that throw IllegalRuleException Modifier and Type Method Description voidTransletRuleRegistry. addTransletRule(TransletRule transletRule) -
Uses of IllegalRuleException in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that throw IllegalRuleException Modifier and Type Method Description protected ActivityContextAbstractActivityContextBuilder. createActivityContext(ContextRuleAssistant assistant)Returns a new instance of ActivityContext. -
Uses of IllegalRuleException in com.aspectran.core.context.expr
Methods in com.aspectran.core.context.expr that throw IllegalRuleException Modifier and Type Method Description booleanBooleanExpression. evaluate(ChooseWhenRule chooseWhenRule)static java.lang.ObjectBooleanExpression. parseExpression(java.lang.String expression) -
Uses of IllegalRuleException in com.aspectran.core.context.expr.ognl
Methods in com.aspectran.core.context.expr.ognl that throw IllegalRuleException Modifier and Type Method Description static java.lang.BooleanOgnlSupport. evaluateAsBoolean(java.lang.String expression, java.lang.Object root)static java.lang.BooleanOgnlSupport. evaluateAsBoolean(java.lang.String expression, java.lang.Object represented, java.lang.Object root)static java.lang.ObjectOgnlSupport. parseExpression(java.lang.String expression) -
Uses of IllegalRuleException in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that throw IllegalRuleException Modifier and Type Method Description static AppendRuleAppendRule. newInstance(java.lang.String file, java.lang.String resource, java.lang.String url, java.lang.String format, java.lang.String profile)Create a new AppendRule.static AspectRuleAspectRule. newInstance(java.lang.String id, java.lang.String order, java.lang.Boolean isolated, java.lang.Boolean disabled)static BeanMethodActionRuleBeanMethodActionRule. newInstance(java.lang.String id, java.lang.String beanId, java.lang.String methodName, java.lang.Boolean hidden)Returns a new instance of BeanActionRule.static DispatchRuleDispatchRule. newInstance(java.lang.String name)Returns a new instance of DispatchRule.static ForwardRuleForwardRule. newInstance(java.lang.String transletName)Returns a new instance of ForwardRule.static ForwardRuleForwardRule. newInstance(java.lang.String contentType, java.lang.String transletName, java.lang.String method, java.lang.Boolean defaultResponse)Returns a new instance of ForwardRule.static IncludeActionRuleIncludeActionRule. newInstance(java.lang.String id, java.lang.String transletName, java.lang.String method, java.lang.Boolean hidden)Returns a new instance of IncludeActionRule.static ItemRuleItemRule. newInstance(java.lang.String type, java.lang.String name, java.lang.String valueType, java.lang.String defaultValue, java.lang.Boolean tokenize, java.lang.Boolean mandatory, java.lang.Boolean secret)Returns a new derived instance of ItemRule.static PointcutRulePointcutRule. newInstance(java.lang.String type)static RedirectRuleRedirectRule. newInstance(java.lang.String path)static RequestRuleRequestRule. newInstance(java.lang.String allowedMethod, java.lang.String encoding)static ResponseRuleResponseRule. newInstance(java.lang.String name, java.lang.String encoding)static ScheduledJobRuleScheduledJobRule. newInstance(ScheduleRule scheduleRule, java.lang.String transletName, java.lang.Boolean disabled)static ScheduleRuleScheduleRule. newInstance(java.lang.String id)static TemplateRuleTemplateRule. newInstance(java.lang.String id, java.lang.String engine, java.lang.String name, java.lang.String file, java.lang.String resource, java.lang.String url, java.lang.String content, java.lang.String style, java.lang.String encoding, java.lang.Boolean noCache)static TransletRuleTransletRule. newInstance(java.lang.String name, java.lang.String method)static TransletRuleTransletRule. newInstance(java.lang.String name, java.lang.String scanPath, java.lang.String maskPattern, java.lang.String method)static TemplateRuleTemplateRule. newInstanceForBuiltin(java.lang.String engine, java.lang.String name, java.lang.String file, java.lang.String resource, java.lang.String url, java.lang.String content, java.lang.String style, java.lang.String encoding, java.lang.Boolean noCache)voidChooseWhenRule. setExpression(java.lang.String expression)static ItemRuleItemRule. toItemRule(Attribute attribute)static ItemRuleItemRule. toItemRule(Parameter parameter)static ItemRuleItemRule. toItemRule(ItemParameters itemParameters)Convert the given item parameters into anItemRule.static ItemRuleListItemRule. toItemRuleList(java.util.List<ItemParameters> itemParametersList)Convert the given item parameters list into anItemRuleList.static ItemRuleMapItemRule. toItemRuleMap(Attribute[] attributes)static ItemRuleMapItemRule. toItemRuleMap(Parameter[] parameters)static ItemRuleMapItemRule. toItemRuleMap(java.util.List<ItemParameters> itemParametersList)Convert the given item parameters list into anItemRuleMap.static voidAspectRule. updateJoinpoint(AspectRule aspectRule, JoinpointParameters joinpointParameters)static voidAspectRule. updateJoinpoint(AspectRule aspectRule, java.lang.String type, java.lang.String text)static voidJoinpointRule. updateJoinpoint(JoinpointRule joinpointRule, JoinpointParameters joinpointParameters)static voidJoinpointRule. updateJoinpoint(JoinpointRule joinpointRule, java.lang.String text)static voidJoinpointRule. updatePointcutRule(JoinpointRule joinpointRule, PointcutParameters pointcutParameters)static voidSettingsAdviceRule. updateSettingsAdviceRule(SettingsAdviceRule sar, java.lang.String text)static voidTransformRule. updateTemplateId(TransformRule transformRule, java.lang.String templateId)static voidScheduleRule. updateTrigger(ScheduleRule scheduleRule, java.lang.String text)static voidScheduleRule. updateTrigger(ScheduleRule scheduleRule, java.lang.String type, java.lang.String text) -
Uses of IllegalRuleException in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that throw IllegalRuleException Modifier and Type Method Description voidContextRuleAssistant. addAspectRule(AspectRule aspectRule)Adds the aspect rule.voidContextRuleAssistant. addBeanRule(BeanRule beanRule)Adds the bean rule.voidContextRuleAssistant. addScheduleRule(ScheduleRule scheduleRule)Adds the schedule rule.voidContextRuleAssistant. addTemplateRule(TemplateRule templateRule)Add the template rule.voidContextRuleAssistant. addTransletRule(TransletRule transletRule)Add the translet rule.voidContextRuleAssistant. putSetting(java.lang.String name, java.lang.String value)Puts the setting value.voidContextRuleAssistant. resolveActionBeanClass(BeanMethodActionRule beanMethodActionRule)Resolve bean class for bean method action rule.voidContextRuleAssistant. resolveAdviceBeanClass(AspectRule aspectRule)Resolve bean class for the aspect rule.voidContextRuleAssistant. resolveBeanClass(Token token)Resolve bean class for token.voidContextRuleAssistant. resolveBeanClass(Token[] tokens)Resolve bean class for token.voidContextRuleAssistant. resolveBeanClass(AutowireRule autowireRule)Resolve bean class for the autowire rule.voidContextRuleAssistant. resolveBeanClass(ItemRule itemRule)Resolve bean class.voidContextRuleAssistant. resolveBeanClass(ScheduleRule scheduleRule)Resolve bean class for the schedule rule.voidContextRuleAssistant. resolveBeanClass(TemplateRule templateRule)Resolve bean class for the template rule.voidContextRuleAssistant. resolveFactoryBeanClass(BeanRule beanRule)Resolve bean class for factory bean rule. -
Uses of IllegalRuleException in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter that throw IllegalRuleException Modifier and Type Method Description voidParamsToRuleConverter. convertAsRule(AspectranParameters aspectranParameters)voidParamsToRuleConverter. convertAsRule(RootParameters rootParameters)
-