|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.util.filter.impl.ConditionalHTMLCommentsFilter
public class ConditionalHTMLCommentsFilter
Description:
The conditional HTML comments filter takes a string and filters all IE specific conditional comments away. Example:
'<!--[if gte mso 9]> ... some IE stuff ... <!--[endif]--> will be removed
Initial Date: 15.07.2009
| Constructor Summary | |
|---|---|
ConditionalHTMLCommentsFilter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
filter(java.lang.String original)
Filter the original value and return the result. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionalHTMLCommentsFilter()
| Method Detail |
|---|
public java.lang.String filter(java.lang.String original)
Filter
filter in interface FilterFilter.filter(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||