The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UR::Object::View::Static::Html - represent object state in HTML format

SYNOPSIS

package Genome::Sample::Set::View::Detail::Html;

class Genome::Sample::Set::View::Detail::Html { is => 'UR::Object::View::Static::Html', has_constant => [ toolkit => { value => 'html' }, perspective => { value => 'detail' } ] };

DESCRIPTION

The current default HTML class creates HTML by getting XML and applying XSL. This class, on the other hand, displays some static html

SEE ALSO

UR::Object::View::Default::Html, UR::Object::View::Default::Text, UR::Object::View, UR::Object::View::Toolkit::XML, UR::Object::View::Toolkit::Text, UR::Object