org.kefirsf.bb.proc
Class TemplateConstant

java.lang.Object
  extended by org.kefirsf.bb.proc.TemplateConstant
All Implemented Interfaces:
ProcTemplateElement

public class TemplateConstant
extends Object
implements ProcTemplateElement

Author:
kefir

Constructor Summary
TemplateConstant(String value)
           
 
Method Summary
 CharSequence generate(Context context)
          Append template element to source of context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateConstant

public TemplateConstant(String value)
Method Detail

generate

public CharSequence generate(Context context)
Description copied from interface: ProcTemplateElement
Append template element to source of context

Specified by:
generate in interface ProcTemplateElement
Parameters:
context - контекст
Returns:
builded text


Copyright © 2013. All Rights Reserved.