| biz.hammurapi.web.mda.Channel
All known Subclasses: biz.hammurapi.web.mda.AbstractChannel,
Channel | public interface Channel extends Attributable(Code) | | Output channel for templates. Channels form a hierarchy. Each channel can have multiple
sub-channels (parts). Part can be either writer or channel, whichever was retrieved first.
author: Pavel |
getWriter | Writer getWriter(String[] path)(Code) | | Parameters: path - Parts path. Writer by path throws: IllegalStateException - If channel for the last path elementhas already been retrieved orif writer has been retrieve for one of non-last elements. |
|
|