org.opengts.war.tools
Class WebPageURL
java.lang.Object
org.opengts.war.tools.WebPageAdaptor
org.opengts.war.tools.WebPageURL
- All Implemented Interfaces:
- StringTools.ValueFilter, WebPage
public class WebPageURL
- extends WebPageAdaptor
- implements StringTools.ValueFilter
Methods inherited from class org.opengts.war.tools.WebPageAdaptor |
_getMenuDescription, _getMenuHelp, _getNavigationDescription, _getNavigationTab, EncodeMakeURL, EncodeMakeURL, encodePageURL, EncodeURL, EncodeURL, FilterText, FilterValue, Form_CheckBox, Form_ComboBox, Form_ComboBox, Form_ComboBox, Form_ComboBox, Form_TextArea, Form_TextArea, Form_TextField, Form_TextField, Form_TextField, Form_TextField, FormRow_CheckBox, FormRow_ComboBox, FormRow_ComboBox, FormRow_ComboBox, FormRow_ComboBox, FormRow_ComboBox, FormRow_ComboBox, FormRow_Separator, FormRow_Separator, FormRow_SubSeparator, FormRow_TextArea, FormRow_TextArea, FormRow_TextField, FormRow_TextField, FormRow_TextField, FormRow_TextNote, getAclName, getAclName, getBaseURI, getBooleanProperty, getChildAclList, getCssDirectory, getDoubleProperty, getFilteredID, getFilteredID, getIsEnabled, getJspURI, getLongProperty, getMenuButtonAltImage, getMenuButtonImage, getMenuGroup, getMenuHelp, getMenuIconImage, getNavigationDescription, getNavigationTab, getPageName, getPageNavigation, getPageNavigationHTML, getPageNavigationHTML, getPageURI, getPageURI, getPageURI, getPrivateLabel, getProperties, getRuntimePropertyKey, getRuntimePropertyKeyPrefix, getStringProperty, getWindowDimension, hasPageNavigation, hasRuntimePropertyKeyPrefix, isLoginRequired, isOkToDisplay, isValidID, isValidID, JS_alert, MakeURL, MakeURL, MakeURL, MakeURL, Onclick_ConfirmDelete, Onclick_ConfirmOperation, Onclick_ConfirmSelected, postInit, setAclName, setBaseURI, setCssDirectory, setJspURI, setLoginRequired, setMenuButtonAltImage, setMenuButtonImage, setMenuDescription, setMenuGroup, setMenuHelp, setMenuIconImage, setNavigationDescription, setNavigationTab, setPageName, setPageNavigation, setPrivateLabel, setProperties, setRuntimePropertyKeyPrefix, SubmitMatch, SubmitMatch, systemAdminOnly, writeCssLink |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebPageURL
public WebPageURL()
getURL
public java.lang.String getURL()
setURL
public void setURL(java.lang.String url)
getTarget
public java.lang.String getTarget()
- Specified by:
getTarget
in interface WebPage
- Overrides:
getTarget
in class WebPageAdaptor
setTarget
public void setTarget(java.lang.String targ)
getFilteredValue
public java.lang.String getFilteredValue(java.lang.String value)
- Specified by:
getFilteredValue
in interface StringTools.ValueFilter
encodePageURL
public java.lang.String encodePageURL(RequestProperties reqState)
- Specified by:
encodePageURL
in interface WebPage
- Overrides:
encodePageURL
in class WebPageAdaptor
encodePageURL
public java.lang.String encodePageURL(RequestProperties reqState,
java.lang.String command)
- Specified by:
encodePageURL
in interface WebPage
- Overrides:
encodePageURL
in class WebPageAdaptor
getMenuName
public java.lang.String getMenuName(RequestProperties reqState)
- Specified by:
getMenuName
in interface WebPage
- Specified by:
getMenuName
in class WebPageAdaptor
getMenuDescription
public java.lang.String getMenuDescription(RequestProperties reqState,
java.lang.String parentMenuName)
- Specified by:
getMenuDescription
in interface WebPage
- Overrides:
getMenuDescription
in class WebPageAdaptor
writePage
public void writePage(RequestProperties reqState,
java.lang.String pageMsg)
throws java.io.IOException
- Specified by:
writePage
in interface WebPage
- Specified by:
writePage
in class WebPageAdaptor
- Throws:
java.io.IOException