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 516448 2007-03-09 16:25:47Z ate $
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

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

Returns:
The rewriter rule.

setRule

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

Parameters:
rule - The rewriter rule.


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