Uses of Interface
org.talika.tarsis.command.view.View

Packages that use View
org.talika.tarsis.command This package contains all Command related classes. 
org.talika.tarsis.command.view This package contains all View related classes. 
org.talika.tarsis.servlets This package contains web application servlets of architecture. 
 

Uses of View in org.talika.tarsis.command
 

Methods in org.talika.tarsis.command that return View
 View CommandImpl.getDefaultView()
          Returns the default view of this command.
 View Command.getDefaultView()
          Returns the default View of command.
 View CommandImpl.getInputView()
          Returns the input view of command.
 View Command.getInputView()
          Returns the input View instance of command.
 View CommandImpl.getView(java.lang.String viewName)
          Returns the view of command with matching name.
 View Command.getView(java.lang.String viewName)
          Returns the View of command with matching name.
 

Methods in org.talika.tarsis.command with parameters of type View
protected  void CommandImpl.addView(View view)
          Adds a view to command.
 

Constructors in org.talika.tarsis.command with parameters of type View
CommandImpl(java.lang.String name, java.lang.String pak, Action action, View[] views, View inputView, CommandParameter[] parameters, boolean cacheable, boolean duplicable, boolean validable, boolean secure, int type)
          Constructs a new CommandImpl object with specified parameters.
CommandImpl(java.lang.String name, java.lang.String pak, Action action, View[] views, View inputView, CommandParameter[] parameters, boolean cacheable, boolean duplicable, boolean validable, boolean secure, int type)
          Constructs a new CommandImpl object with specified parameters.
 

Uses of View in org.talika.tarsis.command.view
 

Classes in org.talika.tarsis.command.view that implement View
 class ForwardView
          Forward convenience implementation of View interface.
 class IncludeView
          Include convenience implementation of View interface.
 class InputView
          Input convenience implementation of View interface.
 class RedirectView
          Redirect convenience implementation of View interface.
 class ViewImpl
          Default implementation of View interface.
 

Uses of View in org.talika.tarsis.servlets
 

Methods in org.talika.tarsis.servlets that return View
protected  View ControllerServlet.processCommand(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Command command)
          Process given command.
 

Methods in org.talika.tarsis.servlets with parameters of type View
protected  void ControllerServlet.processView(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, View view)
          Process given view.
 



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.