Package org.ultrawork.wtk.mc

Interface Summary
Component Represents a web component that can be written to a Jsp or a Servlet response.
Container Represents a composite component that can hold and control the rendering of multiple components using a layout implemented as either a Jsp or a Servlet.
 

Class Summary
Block A component representing a fragment of markup dynamically build using a JSP or a Servlet.
ComponentControllerServlet A Servlet responsible for managing components of the org.ultrawork.twk.mc package.
ComponentManager A class responsible for storing and retrieving org.ultrawork.wtk.mc.Component instances.
ContainerImpl A lightweight implementation of a container.
Link A component that renders an Html <a href=...">label</a> link.
Page A container that represents an Html page.
Text A lightweight component that displays plain text.
 



Copyright © 2002 - ultrawork