org.apache.cocoon.template.expression
Class Literal

java.lang.Object
  extended byorg.apache.cocoon.template.expression.Subst
      extended byorg.apache.cocoon.template.expression.Literal

public class Literal
extends Subst

Version:
SVN $Id: Literal.java 169632 2005-05-11 12:08:34Z lgawron $

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-2005 The Apache Software Foundation. All Rights Reserved.