Bric::Dist::Action::HTMLClean - Class to Clean up and reformat HTML files.
$LastChangedRevision$
$LastChangedDate$
use Bric::Dist::Action::HTMLClean;
my $id = 1; # Assume that this is an HTMLClean action.
# This line will automatically instantiate the correct subclass.
my $action = Bric::Dist::Action->lookup({ id => $id });
# Perform the action on a list of resources.
action = $action->do_it($resources_href);
# Undo the action on a list of resources.
action = $action->undo_it($resources_href);
This subclass of Bric::Dist::Action can be used to clean up and reformat HTML pages. No additional properties are required, though we may choose to add more later.
Inherited from Bric::Dist::Action.
Dummy method to prevent wasting time trying to AUTOLOAD DESTROY.
Throws: NONE.
Side Effects: NONE.
Notes: NONE.
See Bric::Dist::Action.
See Bric::Dist::Action.
Cleans the HTML files for a given job and server type.
Throws: NONE.
Side Effects: NONE.
Notes: NONE.
NONE.
Deletes all attributes from this Bric::Dist::Action::HTMLClean instance. Called by Bric::Dist::Action::set_type() above so that all the attributes can be cleared before reblessing the action into a different action subclass.
Throws:
Side Effects: NONE.
Notes: NONE.
NONE.
NONE.
David Wheeler