HTML :: FormHandlerを使用していますが、コントローラークラスのmoose属性にすることで、フォームを永続的にしたいと考えています。HTML :: FormHandlerのマニュアルイントロドキュメントでは、次のように述べています。
FormHandler makes heavy use of Moose, so almost all of FormHandler's
profiled time will actually be in Moose methods, mostly constructing form
and field attributes. Some people prefer to use a persistent form class
(in a Moose attribute) in order to skip the form building step on each call.
私はこれをやりたいのですが、例が示されておらず、Mooseにあまり詳しくないので、これを行う方法がわかりません。これを達成するためにCatalystコードに何を入れるかの例を示すことができる前に、誰かがこれを行ったことがありますか?それとも、それを行う方法のアイデアですか?ありがとう!