comparison Lib/IMPL/Web/Application/ResourceInterface.pm @ 281:a8dbddf491dd

refactoring *IMPL::declare reset abstractProps static property after implementing these props *IMPL::Serialization: fixed bug with multiple text parts inside one node *IMPL::Web::Handler::TTView: removed obsolete property 'location' from 'view' template variable
author cin
date Mon, 11 Feb 2013 00:58:22 +0400
parents 6d8092d8ce1b
children
comparison
equal deleted inserted replaced
280:c6d0f889ef87 281:a8dbddf491dd
9 sub InvokeHttpVerb { 9 sub InvokeHttpVerb {
10 die NotImplException->new(); 10 die NotImplException->new();
11 } 11 }
12 12
13 sub FetchChildResource { 13 sub FetchChildResource {
14 die NotImplementedException->new(); 14 die NotImplException->new();
15 } 15 }
16 16
17 1; 17 1;
18 18
19 __END__ 19 __END__