info.magnolia.templating.elements
Class ContextAttributeElement

java.lang.Object
  extended by info.magnolia.templating.elements.ContextAttributeElement
All Implemented Interfaces:
TemplatingElement

public class ContextAttributeElement
extends Object
implements TemplatingElement

Sets a context attribute, used as a sub-element to ui:render.

Version:
$Id$

Constructor Summary
ContextAttributeElement()
           
 
Method Summary
 void begin(Appendable out)
           
 void end(Appendable out)
           
 String getName()
           
 Object getValue()
           
 void setName(String name)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextAttributeElement

public ContextAttributeElement()
Method Detail

begin

public void begin(Appendable out)
           throws IOException,
                  info.magnolia.rendering.engine.RenderException
Specified by:
begin in interface TemplatingElement
Throws:
IOException
info.magnolia.rendering.engine.RenderException

end

public void end(Appendable out)
         throws IOException,
                info.magnolia.rendering.engine.RenderException
Specified by:
end in interface TemplatingElement
Throws:
IOException
info.magnolia.rendering.engine.RenderException

getName

public String getName()

setName

public void setName(String name)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.