org.ajax4jsf.renderkit.compiler
Class ImportResourceElement
java.lang.Object
org.ajax4jsf.renderkit.compiler.ElementBase
org.ajax4jsf.renderkit.compiler.ImportResourceElement
- All Implemented Interfaces:
- PreparedTemplate
public class ImportResourceElement
- extends ElementBase
Created 27.02.2008
- Since:
- 3.2
- Author:
- Nick Belaevski
Methods inherited from class org.ajax4jsf.renderkit.compiler.ElementBase |
addBreakPoint, addChild, encodeBegin, encodeEnd, getAllowedClasses, getChildren, getDefault, getString, isValueReference, setBaseSkin, setCall, setContext, setDefault, setParent, setProperty, setSkin, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ImportResourceElement
public ImportResourceElement(java.lang.String source)
getTag
public java.lang.String getTag()
- Returns:
- tag name for element.
encode
public void encode(RendererBase renderer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Description copied from interface:
PreparedTemplate
- Encode this XML component. May be simple send element and attributes,
call specified Renderer or RendererUtils method etc. Can encode children
elements ( if exist ).
- Specified by:
encode
in interface PreparedTemplate
- Overrides:
encode
in class ElementBase
- Throws:
java.io.IOException
encode
public void encode(TemplateContext context,
java.lang.String breakPoint)
throws java.io.IOException
- Specified by:
encode
in interface PreparedTemplate
- Overrides:
encode
in class ElementBase
- Throws:
java.io.IOException
encode
public void encode(TemplateContext context)
throws java.io.IOException
- Specified by:
encode
in interface PreparedTemplate
- Overrides:
encode
in class ElementBase
- Throws:
java.io.IOException
getValue
public java.lang.Object getValue(TemplateContext context)
- Specified by:
getValue
in interface PreparedTemplate
- Overrides:
getValue
in class ElementBase
- Returns:
- Returns the value. If is EL expression valueBinding - evaluate in.
Copyright © 2010. All Rights Reserved.