|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl
org.apache.jetspeed.rewriter.rules.impl.AttributeImpl
public class AttributeImpl
Attribute
| Field Summary |
|---|
| Fields inherited from class org.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl |
|---|
id |
| Constructor Summary | |
|---|---|
AttributeImpl()
|
|
| Method Summary | |
|---|---|
Rule |
getRule()
Get the rewriter rule associated with this attribute. |
java.lang.String |
getRuleId()
Castor accessor to get the rule id. |
void |
setId(java.lang.String id)
Set the unique identification string for this rule. |
void |
setRule(Rule rule)
Set the rewriter rule associated with this attribute. |
void |
setRuleId(java.lang.String ruleId)
Castor setter to set the rule id. |
| Methods inherited from class org.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl |
|---|
getId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jetspeed.rewriter.rules.Identified |
|---|
getId |
| Constructor Detail |
|---|
public AttributeImpl()
| Method Detail |
|---|
public void setId(java.lang.String id)
Identified
setId in interface IdentifiedsetId in class IdentifiedImplid - the unique identifier of the rulepublic Rule getRule()
Attribute
getRule in interface Attributepublic void setRule(Rule rule)
Attribute
setRule in interface Attributerule - The rewriter rule.public void setRuleId(java.lang.String ruleId)
ruleId - The rule identifier.public java.lang.String getRuleId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||