| java.lang.Object org.apache.beehive.netui.compiler.model.XmlElementSupport org.apache.beehive.netui.compiler.model.StrutsElementSupport org.apache.beehive.netui.compiler.model.AbstractForwardContainer org.apache.beehive.netui.compiler.model.ActionModel
All known Subclasses: org.apache.beehive.netui.compiler.genmodel.GenActionModel,
DEFAULT_FORM_SCOPE | final public static String DEFAULT_FORM_SCOPE(Code) | | |
addConditionalForward | public void addConditionalForward(String expression, String forwardName)(Code) | | |
getDefaultForwardName | public String getDefaultForwardName()(Code) | | |
getPath | public String getPath(boolean useUnqualifiedPath)(Code) | | |
getUnqualifiedActionPath | public String getUnqualifiedActionPath()(Code) | | |
isOverloaded | public boolean isOverloaded()(Code) | | |
isSimpleAction | public boolean isSimpleAction()(Code) | | |
isUnknown | public boolean isUnknown()(Code) | | |
isValidate | public boolean isValidate()(Code) | | |
setActionName | public void setActionName(String actionName)(Code) | | |
setAttribute | public void setAttribute(String attribute)(Code) | | |
setDefaultForwardName | public void setDefaultForwardName(String defaultForwardName)(Code) | | |
setFormBeanMessageResourcesKey | public void setFormBeanMessageResourcesKey(String formBeanMessageResourcesKey)(Code) | | |
setFormBeanName | public void setFormBeanName(String formBeanName)(Code) | | |
setFormClass | public void setFormClass(String formClass)(Code) | | |
setFormMember | public void setFormMember(String formMember)(Code) | | |
setLoginRequired | public void setLoginRequired(Boolean loginRequired)(Code) | | Set the value to use for the login required of the .
If the value is null, then this will not be included in the
.
Parameters: loginRequired - if true , login is required for this action.If false , no login is required. Otherwise,a will not be written, implyinglogin is not required. |
setOverloaded | public void setOverloaded(boolean overloaded)(Code) | | |
setParameter | public void setParameter(String parameter)(Code) | | |
setPreventDoubleSubmit | public void setPreventDoubleSubmit(boolean preventDoubleSubmit)(Code) | | |
setReadonly | public void setReadonly(Boolean readonly)(Code) | | Set the value to use for the read only of the .
If the value is null, then this will not be included in
the . If set to true , then by default the action
"promises" that it will not modify member data.
Parameters: readonly - if true, this action is read only .If false, it is notread only (the default). Otherwise, a will not be written, implying it is not read only. |
setSimpleAction | public void setSimpleAction(boolean simpleAction)(Code) | | |
setUnknown | public void setUnknown(boolean unknown)(Code) | | |
setUnqualifiedActionPath | public void setUnqualifiedActionPath(String unqualifiedActionPath)(Code) | | |
setValidate | public void setValidate(boolean validate)(Code) | | |
Methods inherited from org.apache.beehive.netui.compiler.model.XmlElementSupport | final protected Element findChildElement(XmlModelWriter xw, Element parent, String childName)(Code)(Java Doc) final protected Element findChildElement(XmlModelWriter xw, Element parent, String childName, boolean createIfNotPresent, String[] createOrder)(Code)(Java Doc) final protected Element findChildElement(XmlModelWriter xw, Element parent, String childName, String keyAttributeName, String keyAttributeValue)(Code)(Java Doc) final protected Element findChildElement(XmlModelWriter xw, Element parent, String childName, String keyAttributeName, String keyAttributeValue, boolean createIfNotPresent, String[] createOrder)(Code)(Java Doc) final protected Element findChildElementWithChildText(XmlModelWriter xw, Element parent, String childName, String childSubElementName, String textValue, boolean createIfNotPresent, String[] createOrder)(Code)(Java Doc) protected Element[] getChildElements(Element element, String nameFilter)(Code)(Java Doc) protected String getElementAttribute(Element element, String attrName)(Code)(Java Doc) public static String getTextContent(Element element)(Code)(Java Doc) public static boolean isWhiteSpace(String s)(Code)(Java Doc) public void setComment(String comment)(Code)(Java Doc) final protected void setElementAttribute(Element element, String attrName, String value)(Code)(Java Doc) final protected void setElementAttribute(Element element, String attrName, Boolean value)(Code)(Java Doc) final protected void setElementAttribute(Element element, String attrName, boolean value)(Code)(Java Doc) final protected void setElementAttributeMayBeEmpty(Element element, String attrName, String value)(Code)(Java Doc) abstract protected void writeToElement(XmlModelWriter xw, Element element)(Code)(Java Doc) final public void writeXML(XmlModelWriter xw, Element element)(Code)(Java Doc)
|
|
|