1 13 package com.tonbeller.wcf.component; 14 15 import java.util.Map ; 16 17 import com.tonbeller.wcf.controller.RequestListener; 18 19 20 26 public interface Component extends RequestListener, Renderable, FormListener, Visible, LifeCycle { 27 32 Component getParent(); 33 34 37 void setNextView(String uri); 38 39 43 boolean isListeningTo(Map httpParams); 44 } 45 | Popular Tags |