org.riotfamily.website.hyphenate
Class RiotHyphenator

java.lang.Object
  extended by org.riotfamily.website.hyphenate.RiotHyphenator
All Implemented Interfaces:
InitializingBean

public class RiotHyphenator
extends Object
implements InitializingBean


Constructor Summary
RiotHyphenator()
           
 
Method Summary
 void afterPropertiesSet()
           
 String hyphenate(Locale locale, String text)
           
 void setBaseDir(Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiotHyphenator

public RiotHyphenator()
Method Detail

setBaseDir

public void setBaseDir(Resource resource)
                throws IOException
Throws:
IOException

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception

hyphenate

public String hyphenate(Locale locale,
                        String text)