|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.filehandler.ftl.Overlay
public class Overlay
An overlay specifies additional properties for a specific file filter.
All defined (non null
) properties will be used instead of
the ones defined originally in the parent FtlFileHandler
.
A file filter must be set.
Constructor Summary | |
---|---|
Overlay()
|
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Returns the charset to use - if defined. |
IFileFilter |
getFileFilter()
Returns the file filter used for matching. |
java.lang.String |
getForcedSuffix()
Returns the overlay forced suffix - if defined. |
java.lang.String |
getLayoutTemplate()
Returns the layout template path. |
java.util.Locale |
getLocale()
Returns the overlay locale - if defined. |
ISourceParser |
getSourceParser()
Returns the overlay source parser - if defined. |
void |
setEncoding(java.lang.String encoding)
Sets or removes the overlay charset. |
void |
setFileFilter(IFileFilter fileFilter)
Sets the file filter. |
void |
setForcedSuffix(java.lang.String forcedSuffix)
Sets or removes the overlay forced suffix. |
void |
setLayoutTemplate(java.lang.String layoutTemplate)
Sets or removes the overlay template path. |
void |
setLocale(java.util.Locale locale)
Sets or removes the overlay locale. |
void |
setSourceParser(ISourceParser sourceParser)
Sets or removes the overlay source parser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Overlay()
Method Detail |
---|
public IFileFilter getFileFilter()
public void setFileFilter(IFileFilter fileFilter) throws java.lang.NullPointerException
fileFilter
- the filter to use.
java.lang.NullPointerException
- The argument is null
.public java.lang.String getLayoutTemplate()
null
.public void setLayoutTemplate(java.lang.String layoutTemplate)
layoutTemplate
- The path to set or null
.public java.lang.String getEncoding()
null
.public void setEncoding(java.lang.String encoding)
encoding
- The charset to set or null
.public java.util.Locale getLocale()
null
.public void setLocale(java.util.Locale locale)
locale
- The locale to set or null
.public ISourceParser getSourceParser()
null
.public void setSourceParser(ISourceParser sourceParser)
sourceParser
- the source parser to use or null
.public java.lang.String getForcedSuffix()
null
.public void setForcedSuffix(java.lang.String forcedSuffix)
forcedSuffix
- The overlay forced suffix or null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |