net.contextfw.web.application.view
Interface ViewComponent


public interface ViewComponent

Denotes a view component to be listening the initialization process.

When a view component implements this interface, system calls the initialize-method after member injection has been done. The main purpose of this interface is to ask the system to initialize a child view, if it can be done. The child view can be obtained by the ViewContext


Method Summary
 void initialize(ViewContext context)
           
 

Method Detail

initialize

void initialize(ViewContext context)


Copyright © 2011. All Rights Reserved.