com.fruitioninc.jwc.basic
Class PageView

java.lang.Object
  |
  +--com.fruitioninc.jwc.basic.ComponentView
        |
        +--com.fruitioninc.jwc.basic.ContainerView
              |
              +--com.fruitioninc.jwc.basic.PageView
All Implemented Interfaces:
View

public class PageView
extends ContainerView


Field Summary
static java.lang.String DEFAULT_FORM_METHOD
           
static java.lang.String DEFAULT_FORM_NAME
           
static java.lang.String ELEMENT_FORM_METHOD
           
static java.lang.String ELEMENT_FORM_NAME
           
static java.lang.String ELEMENT_PAGE
           
static java.lang.String ELEMENT_TITLE
           
 
Fields inherited from class com.fruitioninc.jwc.basic.ComponentView
ELEMENT_MOUSE_LISTENER, ELEMENT_PATH_NAME, m_marshaller
 
Constructor Summary
PageView()
           
 
Method Summary
protected  java.lang.String getFormMethod()
           
protected  java.lang.String getFormName()
           
protected  void renderComponent(SAXRenderContext context, Component component)
           
 
Methods inherited from class com.fruitioninc.jwc.basic.ComponentView
getComponentElementName, render, render, renderModelState, renderObjectProperty, renderStringProperty, renderStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_PAGE

public static final java.lang.String ELEMENT_PAGE
See Also:
Constant Field Values

ELEMENT_TITLE

public static final java.lang.String ELEMENT_TITLE
See Also:
Constant Field Values

ELEMENT_FORM_NAME

public static final java.lang.String ELEMENT_FORM_NAME
See Also:
Constant Field Values

ELEMENT_FORM_METHOD

public static final java.lang.String ELEMENT_FORM_METHOD
See Also:
Constant Field Values

DEFAULT_FORM_NAME

public static final java.lang.String DEFAULT_FORM_NAME
See Also:
Constant Field Values

DEFAULT_FORM_METHOD

public static final java.lang.String DEFAULT_FORM_METHOD
See Also:
Constant Field Values
Constructor Detail

PageView

public PageView()
Method Detail

renderComponent

protected void renderComponent(SAXRenderContext context,
                               Component component)
                        throws java.io.IOException,
                               org.xml.sax.SAXException
Overrides:
renderComponent in class ContainerView
java.io.IOException
org.xml.sax.SAXException

getFormName

protected java.lang.String getFormName()

getFormMethod

protected java.lang.String getFormMethod()