Go to the source code of this file.
Functions | |
function | sbFeedPlaylistHandler () |
sbFeedPlaylistHandler prototype | __defineGetter__ ("originalURI", function(){return this._originalURI;}) |
sbFeedPlaylistHandler prototype | __defineSetter__ ("originalURI", function(value){this._originalURI=value;}) |
BEGIN SONGBIRD GPL
This file is part of the Songbird web player.
Copyright(c) 2005-2008 POTI, Inc. http://songbirdnest.com
This file may be licensed under the terms of of the GNU General Public License Version 2 (the "GPL").
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the GPL for the specific language governing rights and limitations.
You should have received a copy of the GPL along with this program. If not, go to http://www.gnu.org/licenses/gpl.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
END SONGBIRD GPL
Definition in file sbFeedPlaylistHandler.js.
sbFeedPlaylistHandler prototype __defineGetter__ | ( | "Application" | , |
function(){delete Application;Application=Cc["@mozilla.org/fuel/application;1"].getService(Ci.fuelIApplication);return Application;} | |||
) |
Construct a column spec parser and read the column specification immediately
aMediaList | The media list to find columns to display for |
aPlaylist | the playlist binding |
aMask | a bitfield containing the source to look for; see the ColumnSpecParser.ORIGIN_* constants |
[optional] | aConstraint the media type constraint to use, if any |
sbFeedPlaylistHandler prototype __defineSetter__ | ( | "originalURI" | , |
function(value){this._originalURI=value;} | |||
) |
function sbFeedPlaylistHandler | ( | ) |
Definition at line 30 of file sbFeedPlaylistHandler.js.