org.apache.cocoon.template.script.event
Class SubstituteAttribute

java.lang.Object
  extended byorg.apache.cocoon.template.script.event.AttributeEvent
      extended byorg.apache.cocoon.template.script.event.SubstituteAttribute

public class SubstituteAttribute
extends AttributeEvent

Version:
SVN $Id: SubstituteAttribute.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
SubstituteAttribute(String namespaceURI, String localName, String raw, String type, org.apache.cocoon.template.expression.Substitutions substs)
           
 
Method Summary
 org.apache.cocoon.template.expression.Substitutions getSubstitutions()
           
 
Methods inherited from class org.apache.cocoon.template.script.event.AttributeEvent
getLocalName, getNamespaceURI, getRaw, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstituteAttribute

public SubstituteAttribute(String namespaceURI,
                           String localName,
                           String raw,
                           String type,
                           org.apache.cocoon.template.expression.Substitutions substs)
Method Detail

getSubstitutions

public org.apache.cocoon.template.expression.Substitutions getSubstitutions()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.