org.apache.jetspeed.rewriter.rules
Interface Attribute

All Superinterfaces:
Identified
All Known Implementing Classes:
AttributeImpl

public interface Attribute
extends Identified

Attribute

Version:
$Id: Attribute.java 188328 2005-02-08 19:08:40Z rogerrut $
Author:
David Sean Taylor

Method Summary
 Rule getRule()
          Get the rewriter rule associated with this attribute.
 void setRule(Rule rule)
          Set the rewriter rule associated with this attribute.
 
Methods inherited from interface org.apache.jetspeed.rewriter.rules.Identified
getId, setId
 

Method Detail

getRule

public Rule getRule()
Get the rewriter rule associated with this attribute.

Returns:
The rewriter rule.

setRule

public void setRule(Rule rule)
Set the rewriter rule associated with this attribute.

Parameters:
rule - The rewriter rule.


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