org.thymeleaf.templateparser
Class EntitySubstitutionTemplateReader

Object
  extended by java.io.Reader
      extended by org.thymeleaf.templateparser.EntitySubstitutionTemplateReader
All Implemented Interfaces:
Closeable, Readable

Deprecated. Renamed to TemplatePreprocessingReader. This class will be removed in 2.1.0

@Deprecated
public final class EntitySubstitutionTemplateReader
extends Reader

Since:
1.1
Author:
Daniel Fernández

Field Summary
static char CHAR_ENTITY_START_SUBSTITUTE
          Deprecated.  
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
EntitySubstitutionTemplateReader(Reader in, int bufferSize)
          Deprecated.  
 
Method Summary
 void close()
          Deprecated.  
 void mark(int readAheadLimit)
          Deprecated.  
 boolean markSupported()
          Deprecated.  
 int read()
          Deprecated.  
 int read(char[] cbuf)
          Deprecated.  
 int read(char[] cbuf, int off, int len)
          Deprecated.  
 int read(CharBuffer target)
          Deprecated.  
 boolean ready()
          Deprecated.  
static void removeEntitySubstitutions(char[] text, int off, int len)
          Deprecated.  
static String removeEntitySubstitutions(String text)
          Deprecated.  
 void reset()
          Deprecated.  
 long skip(long n)
          Deprecated.  
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHAR_ENTITY_START_SUBSTITUTE

public static final char CHAR_ENTITY_START_SUBSTITUTE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

EntitySubstitutionTemplateReader

public EntitySubstitutionTemplateReader(Reader in,
                                        int bufferSize)
Deprecated. 
Method Detail

read

public int read(char[] cbuf,
                int off,
                int len)
         throws IOException
Deprecated. 
Specified by:
read in class Reader
Throws:
IOException

read

public int read()
         throws IOException
Deprecated. 
Overrides:
read in class Reader
Throws:
IOException

read

public int read(CharBuffer target)
         throws IOException
Deprecated. 
Specified by:
read in interface Readable
Overrides:
read in class Reader
Throws:
IOException

read

public int read(char[] cbuf)
         throws IOException
Deprecated. 
Overrides:
read in class Reader
Throws:
IOException

skip

public long skip(long n)
          throws IOException
Deprecated. 
Overrides:
skip in class Reader
Throws:
IOException

ready

public boolean ready()
              throws IOException
Deprecated. 
Overrides:
ready in class Reader
Throws:
IOException

markSupported

public boolean markSupported()
Deprecated. 
Overrides:
markSupported in class Reader

mark

public void mark(int readAheadLimit)
          throws IOException
Deprecated. 
Overrides:
mark in class Reader
Throws:
IOException

reset

public void reset()
           throws IOException
Deprecated. 
Overrides:
reset in class Reader
Throws:
IOException

close

public void close()
           throws IOException
Deprecated. 
Specified by:
close in interface Closeable
Specified by:
close in class Reader
Throws:
IOException

removeEntitySubstitutions

public static final String removeEntitySubstitutions(String text)
Deprecated. 

removeEntitySubstitutions

public static final void removeEntitySubstitutions(char[] text,
                                                   int off,
                                                   int len)
Deprecated. 


Copyright © 2013 The THYMELEAF team. All Rights Reserved.