This commit starts the refactoring of the gadget rendering implementation to accomeda...
commitb1acae0207f8399ef35c2665048ba4c0dd4d8dca
authorChris Chabot <chabotc@apache.org>
Sun, 15 Feb 2009 17:35:05 +0000 (15 17:35 +0000)
committerChris Chabot <chabotc@apache.org>
Sun, 15 Feb 2009 17:35:05 +0000 (15 17:35 +0000)
tree0add90d9bac3f5d4712ffdf371658ac321208a3e
parent98220d1f41fd075f20f5433a8a3fcc715c588e6b
This commit starts the refactoring of the gadget rendering implementation to accomedate for proxied content, data pipeling and a unified dom tree parser for rewriting, sanatizer and templating. This should be considered *unstable and incomplete* and not used in production.

git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/trunk@744702 13f79535-47bb-0310-9956-ffa450edef68
49 files changed:
php/config/container.php
php/index.php
php/src/common/HttpServlet.php
php/src/gadgets/Auth.php [deleted file]
php/src/gadgets/FeatureSpec.php [deleted file]
php/src/gadgets/Gadget.php
php/src/gadgets/GadgetContext.php
php/src/gadgets/GadgetFactory.php [new file with mode: 0644]
php/src/gadgets/GadgetFeature.php [deleted file]
php/src/gadgets/GadgetFeatureFactory.php [deleted file]
php/src/gadgets/GadgetFeatureRegistry.php
php/src/gadgets/GadgetId.php [deleted file]
php/src/gadgets/GadgetServer.php [deleted file]
php/src/gadgets/GadgetSigner.php [deleted file]
php/src/gadgets/GadgetSpec.php [new file with mode: 0644]
php/src/gadgets/GadgetSpecFactory.php [deleted file]
php/src/gadgets/GadgetSpecParser.php
php/src/gadgets/HttpUtil.php [deleted file]
php/src/gadgets/Icon.php [deleted file]
php/src/gadgets/JsFeatureLoader.php [deleted file]
php/src/gadgets/JsLibrary.php [deleted file]
php/src/gadgets/JsLibraryFeatureFactory.php [deleted file]
php/src/gadgets/LinkSpec.php [deleted file]
php/src/gadgets/LocaleMessageBundle.php [deleted file]
php/src/gadgets/LocaleSpec.php [deleted file]
php/src/gadgets/MakeRequestHandler.php [new file with mode: 0644]
php/src/gadgets/MessageBundle.php [deleted file]
php/src/gadgets/MessageBundleParser.php [deleted file]
php/src/gadgets/MetadataContext.php
php/src/gadgets/MetadataHandler.php
php/src/gadgets/Preload.php [deleted file]
php/src/gadgets/ProxyBase.php [new file with mode: 0644]
php/src/gadgets/ProxyGadgetContext.php [deleted file]
php/src/gadgets/ProxyHandler.php
php/src/gadgets/UserPref.php [deleted file]
php/src/gadgets/UserPrefs.php [deleted file]
php/src/gadgets/ViewSpec.php [deleted file]
php/src/gadgets/render/GadgetHrefRenderer.php [moved from php/src/gadgets/GadgetException.php with 85% similarity]
php/src/gadgets/render/GadgetHtmlRenderer.php [new file with mode: 0644]
php/src/gadgets/render/GadgetRenderer.php [new file with mode: 0644]
php/src/gadgets/render/GadgetUrlRenderer.php [new file with mode: 0644]
php/src/gadgets/rewrite/ContentRewriteFeature.php [deleted file]
php/src/gadgets/rewrite/ContentRewriter.php [deleted file]
php/src/gadgets/servlet/GadgetRenderingServlet.php
php/src/gadgets/servlet/JsServlet.php
php/src/gadgets/servlet/MakeRequestServlet.php [copied from php/src/gadgets/servlet/ProxyServlet.php with 63% similarity]
php/src/gadgets/servlet/MetadataServlet.php
php/src/gadgets/servlet/ProxyServlet.php
php/test/misc/testGadget.xml