Uses of Interface
org.apache.jetspeed.rewriter.rules.Rule

Packages that use Rule
org.apache.jetspeed.rewriter.rules   
org.apache.jetspeed.rewriter.rules.impl   
 

Uses of Rule in org.apache.jetspeed.rewriter.rules
 

Methods in org.apache.jetspeed.rewriter.rules that return Rule
 Rule Attribute.getRule()
          Get the rewriter rule associated with this attribute.
 Rule Ruleset.getRule(String ruleId)
          Given a rule identifier, lookup and return a rule object.
 

Methods in org.apache.jetspeed.rewriter.rules with parameters of type Rule
 void Attribute.setRule(Rule rule)
          Set the rewriter rule associated with this attribute.
 

Uses of Rule in org.apache.jetspeed.rewriter.rules.impl
 

Classes in org.apache.jetspeed.rewriter.rules.impl that implement Rule
 class RuleImpl
          Rule
 

Fields in org.apache.jetspeed.rewriter.rules.impl declared as Rule
private  Rule AttributeImpl.rule
           
 

Methods in org.apache.jetspeed.rewriter.rules.impl that return Rule
 Rule AttributeImpl.getRule()
           
 Rule RulesetImpl.getRule(String ruleId)
           
 

Methods in org.apache.jetspeed.rewriter.rules.impl with parameters of type Rule
 void AttributeImpl.setRule(Rule rule)
           
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.