org.apache.wicket.portlet
Class PortletInvalidMarkupFilter
java.lang.Object
org.apache.wicket.portlet.PortletInvalidMarkupFilter
- All Implemented Interfaces:
- IResponseFilter
public class PortletInvalidMarkupFilter
- extends Object
- implements IResponseFilter
This filter removes html page top level markup elements like
<html>, <head> and
<body>. The filter is configured automatically by
WicketFilter if it detects the application is (potentially) invoked as a
Portlet.
- Author:
- Ate Douma
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletInvalidMarkupFilter
public PortletInvalidMarkupFilter()
filter
public AppendingStringBuffer filter(AppendingStringBuffer responseBuffer)
- Specified by:
filter in interface IResponseFilter
Copyright © 2015. All Rights Reserved.