Invoked after this filter is removed from the specified parent. Please note that this method can be invoked more than once if this filter is removed from more than one parents. This method is always invoked before {@link #destroy()} is invoked.
@param parent the parent who called this method
@param name the name assigned to this filter
@param nextFilter the {@link NextFilter} for this filter. You can reusethis object until this filter is removed from the chain.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.