JavaScript is disabled on your browser.
Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81453-01
public abstract class SanitizationStrategy
extends Object
The class is for the application developers to sanitize
the HTML that is either embedded inside the tag or provided as a value of
af:sanitized component
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Detail
sanitize
public abstract String sanitize(SanitizationContext context,
String toSanitize)
This method is invoked by the af:sanitized component.
Parameters:
context
- Instance of SanitizationContext
toSanitize
- The string to be sanitized
Returns:
The Sanitized String
Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81453-01
Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.