| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Frédéric Minne (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This package can be used to manage the processing of abstract events that may occuring during the execution of a script. It implements several abstract classes for processing events and registering event listeners based on the Observer design pattern. The classes may be extended by scripts to handle application specific concrete event handlers. |
| ||||
| This class can be used to remove unsafe tags and attributes from HTML code. It takes a string with HTML code and strips all the tags that do not make part of a list of safe tags. That list of safe tags is defined as a private class variable. There are some functions to allow usually unsafe tags like script, style, object, embed, etc.. The class can also remove unsafe tag attributes, such as those that define Javascript code to handle events. The links href attributes also gets special treatment to remove URLs that trigger Javascript code execution and line breaks. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |