org.apache.cocoon.template.expression
Class Literal

java.lang.Object
  extended by org.apache.cocoon.template.expression.Subst
      extended by org.apache.cocoon.template.expression.Literal

public class Literal
extends Subst

Version:
$Id: Literal.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Constructor Summary
Literal(String val)
           
 
Method Summary
 char[] getCharArray()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Literal

public Literal(String val)
Method Detail

getValue

public String getValue()

getCharArray

public char[] getCharArray()


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