Serialized Form


Package com.opensymphony.webwork

Class com.opensymphony.webwork.ServletActionContext extends ActionContext implements Serializable

Class com.opensymphony.webwork.WebWorkException extends XworkException implements Serializable


Package com.opensymphony.webwork.components

Class com.opensymphony.webwork.components.AbstractRichtexteditorConnector extends ActionSupport implements Serializable

Serialized Fields

_request

HttpServletRequest _request

_response

HttpServletResponse _response

_newFile

File _newFile

_newFileFileName

String _newFileFileName

_newFileContentType

String _newFileContentType

_type

String _type

_command

String _command

_currentFolder

String _currentFolder

_serverPath

String _serverPath

_newFolderName

String _newFolderName

Class com.opensymphony.webwork.components.AbstractRichtexteditorConnector.CreateFolderResult extends Object implements Serializable

Serialized Fields

code

String code

Class com.opensymphony.webwork.components.AbstractRichtexteditorConnector.File extends Object implements Serializable

Serialized Fields

filename

String filename

sizeInKb

long sizeInKb

Class com.opensymphony.webwork.components.AbstractRichtexteditorConnector.FileUploadResult extends Object implements Serializable

Serialized Fields

code

String code

filename

String filename

Class com.opensymphony.webwork.components.AbstractRichtexteditorConnector.Folder extends Object implements Serializable

Serialized Fields

foldername

String foldername

Class com.opensymphony.webwork.components.AbstractRichtexteditorConnector.FoldersAndFiles extends Object implements Serializable

Serialized Fields

folders

AbstractRichtexteditorConnector.Folder[] folders

files

AbstractRichtexteditorConnector.File[] files

Class com.opensymphony.webwork.components.DefaultRichtexteditorConnector extends AbstractRichtexteditorConnector implements Serializable

serialVersionUID: -3792445192115623052L

Serialized Fields

_actualServerPath

String _actualServerPath

servletContext

ServletContext servletContext

Package com.opensymphony.webwork.components.table

Class com.opensymphony.webwork.components.table.AbstractFilterModel extends AbstractTableModel implements Serializable

Serialized Fields

model

TableModel model

Class com.opensymphony.webwork.components.table.RenderFilterModel extends AbstractFilterModel implements Serializable

Serialized Fields

rendered

boolean rendered

Class com.opensymphony.webwork.components.table.SortFilterModel extends AbstractFilterModel implements Serializable

Serialized Fields

rows

ArrayList rows

_sortDirection

String _sortDirection
These are just here to implement the interface


dirty

boolean dirty

sortColumn

int sortColumn

Package com.opensymphony.webwork.config_browser

Class com.opensymphony.webwork.config_browser.ActionNamesAction extends ActionSupport implements Serializable

Serialized Fields

actionNames

Set actionNames

namespace

String namespace

namespaces

Set namespaces

extension

String extension

Class com.opensymphony.webwork.config_browser.ListValidatorsAction extends ActionSupport implements Serializable

Serialized Fields

clazz

String clazz

context

String context

validators

List validators

Class com.opensymphony.webwork.config_browser.ShowConfigAction extends ActionNamesAction implements Serializable

Serialized Fields

namespace

String namespace

actionName

String actionName

config

ActionConfig config

actionNames

Set actionNames

detailView

String detailView

properties

PropertyDescriptor[] properties

Class com.opensymphony.webwork.config_browser.ShowValidatorAction extends ListValidatorsAction implements Serializable

Serialized Fields

properties

Set properties

selected

int selected

Package com.opensymphony.webwork.dispatcher

Class com.opensymphony.webwork.dispatcher.ApplicationMap extends AbstractMap implements Serializable

Serialized Fields

context

ServletContext context

entries

Set entries

Class com.opensymphony.webwork.dispatcher.ChartResult extends Object implements Serializable

Serialized Fields

chart

org.jfree.chart.JFreeChart chart

chartSet

boolean chartSet

height

int height

width

int width

Class com.opensymphony.webwork.dispatcher.DefaultActionSupport extends ActionSupport implements Serializable

Serialized Fields

successResultValue

String successResultValue

Class com.opensymphony.webwork.dispatcher.FlashResult extends ServletRedirectResult implements Serializable

serialVersionUID: -8956841683709714038L

Serialized Fields

key

String key

Class com.opensymphony.webwork.dispatcher.HttpHeaderResult extends Object implements Serializable

Serialized Fields

parse

boolean parse

headers

Map headers

status

int status

Class com.opensymphony.webwork.dispatcher.PlainTextResult extends WebWorkResultSupport implements Serializable

serialVersionUID: 3633371605905583950L

Serialized Fields

charSet

String charSet

Class com.opensymphony.webwork.dispatcher.RequestMap extends AbstractMap implements Serializable

Serialized Fields

entries

Set entries

request

HttpServletRequest request

Class com.opensymphony.webwork.dispatcher.ServletActionRedirectResult extends ServletRedirectResult implements Serializable

serialVersionUID: -6126889518132056284L

Serialized Fields

actionName

String actionName

namespace

String namespace

method

String method

prohibitedResultParam

List prohibitedResultParam

Class com.opensymphony.webwork.dispatcher.ServletDispatcher extends HttpServlet implements Serializable

Class com.opensymphony.webwork.dispatcher.ServletDispatcherResult extends WebWorkResultSupport implements Serializable

Class com.opensymphony.webwork.dispatcher.ServletRedirectResult extends WebWorkResultSupport implements Serializable

serialVersionUID: -4787182693920514194L

Serialized Fields

prependServletContext

boolean prependServletContext

Class com.opensymphony.webwork.dispatcher.SessionMap extends AbstractMap implements Serializable

Serialized Fields

session

HttpSession session

entries

Set entries

request

HttpServletRequest request

Class com.opensymphony.webwork.dispatcher.StreamResult extends WebWorkResultSupport implements Serializable

serialVersionUID: -6039988588327688623L

Serialized Fields

contentType

String contentType

contentLength

String contentLength

contentDisposition

String contentDisposition

inputName

String inputName

bufferSize

int bufferSize

Class com.opensymphony.webwork.dispatcher.VelocityResult extends WebWorkResultSupport implements Serializable

Class com.opensymphony.webwork.dispatcher.WebWorkResultSupport extends Object implements Serializable

Serialized Fields

parse

boolean parse

encode

boolean encode

location

String location

Package com.opensymphony.webwork.interceptor

Class com.opensymphony.webwork.interceptor.BackgroundProcess extends Object implements Serializable

serialVersionUID: 8146242696076042381L

Serialized Fields

action

Object action

invocation

ActionInvocation invocation

result

String result

exception

Exception exception

done

boolean done

Class com.opensymphony.webwork.interceptor.CookieInterceptor extends AroundInterceptor implements Serializable

serialVersionUID: 4153142432948747305L

Serialized Fields

cookiesNameSet

Set cookiesNameSet

cookiesValueSet

Set cookiesValueSet

Class com.opensymphony.webwork.interceptor.CreateSessionInterceptor extends AroundInterceptor implements Serializable

serialVersionUID: 3657994429041757752L

Class com.opensymphony.webwork.interceptor.ExecuteAndWaitInterceptor extends Object implements Serializable

serialVersionUID: -704630999325809993L

Serialized Fields

delay

int delay

delaySleepInterval

int delaySleepInterval

threadPriority

int threadPriority

Class com.opensymphony.webwork.interceptor.FileUploadInterceptor extends Object implements Serializable

serialVersionUID: 3475785630497636730L

Serialized Fields

maximumSize

Long maximumSize

allowedTypes

String allowedTypes

allowedTypesSet

Set allowedTypesSet

Class com.opensymphony.webwork.interceptor.FlashInterceptor extends AroundInterceptor implements Serializable

serialVersionUID: -9200319895107209641L

Serialized Fields

key

String key

operation

String operation

Class com.opensymphony.webwork.interceptor.ScopeInterceptor extends Object implements Serializable

serialVersionUID: -8587579255675690482L

Serialized Fields

application

String[] application

session

String[] session

key

String key

type

String type

autoCreateSession

boolean autoCreateSession

sessionReset

String sessionReset

reset

boolean reset

Class com.opensymphony.webwork.interceptor.ServletConfigInterceptor extends AroundInterceptor implements Serializable

serialVersionUID: -1226074297258786788L

Class com.opensymphony.webwork.interceptor.SessionInvalidationInterceptor extends AroundInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

type

String type

Class com.opensymphony.webwork.interceptor.TokenInterceptor extends MethodFilterInterceptor implements Serializable

serialVersionUID: 9021366162909706309L

Class com.opensymphony.webwork.interceptor.TokenSessionStoreInterceptor extends TokenInterceptor implements Serializable

serialVersionUID: 7076608008805392601L

Class com.opensymphony.webwork.interceptor.WebWorkConversionErrorInterceptor extends ConversionErrorInterceptor implements Serializable

serialVersionUID: 7203991102872573481L


Package com.opensymphony.webwork.interceptor.debugging

Class com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor extends Object implements Serializable

serialVersionUID: -3097324155953078783L

Serialized Fields

ignorePrefixes

String[] ignorePrefixes

_ignoreKeys

String[] _ignoreKeys

ignoreKeys

HashSet ignoreKeys

Package com.opensymphony.webwork.lifecycle

Class com.opensymphony.webwork.lifecycle.SessionLifecycleListener extends Object implements Serializable

Class com.opensymphony.webwork.lifecycle.SessionLifecycleListenerCompatWeblogic61 extends SessionLifecycleListener implements Serializable


Package com.opensymphony.webwork.pico

Class com.opensymphony.webwork.pico.PicoActionInvocation extends DefaultActionInvocation implements Serializable

Class com.opensymphony.webwork.pico.PicoServletDispatcher extends PicoWebWork2ServletDispatcher implements Serializable

Class com.opensymphony.webwork.pico.PicoWebWork2ServletDispatcher extends ServletDispatcher implements Serializable


Package com.opensymphony.webwork.portlet

Class com.opensymphony.webwork.portlet.PortletApplicationMap extends AbstractMap implements Serializable

Serialized Fields

context

javax.portlet.PortletContext context

entries

Set entries

Class com.opensymphony.webwork.portlet.PortletSessionMap extends AbstractMap implements Serializable

serialVersionUID: 1627179482311266132L

Serialized Fields

session

javax.portlet.PortletSession session

entries

Set entries

Package com.opensymphony.webwork.portlet.context

Class com.opensymphony.webwork.portlet.context.PreparatorServlet extends HttpServlet implements Serializable


Package com.opensymphony.webwork.portlet.result

Class com.opensymphony.webwork.portlet.result.PortletResult extends WebWorkResultSupport implements Serializable

Serialized Fields

contentType

String contentType

title

String title

Class com.opensymphony.webwork.portlet.result.PortletVelocityResult extends WebWorkResultSupport implements Serializable


Package com.opensymphony.webwork.quickstart

Class com.opensymphony.webwork.quickstart.Configuration extends Object implements Serializable

Serialized Fields

ideaConfig

String ideaConfig

extendsConfig

String extendsConfig

resolver

String resolver

port

Integer port

context

String context

libs

List libs

classDirs

List classDirs

sources

List sources

webDirs

List webDirs

mappings

Map mappings

pathPriority

List pathPriority

Class com.opensymphony.webwork.quickstart.MultiDirResource extends org.mortbay.util.Resource implements Serializable

Serialized Fields

ctx

MultiWebApplicationContext ctx

files

File[] files

uri

String uri

Class com.opensymphony.webwork.quickstart.MultiWebApplicationContext extends org.mortbay.jetty.servlet.WebApplicationContext implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package com.opensymphony.webwork.spring.interceptor

Class com.opensymphony.webwork.spring.interceptor.SessionContextAutowiringInterceptor extends AroundInterceptor implements Serializable

Serialized Fields

autowireStrategy

Integer autowireStrategy

Package com.opensymphony.webwork.spring.lifecycle

Class com.opensymphony.webwork.spring.lifecycle.ApplicationContextSessionListener extends Object implements Serializable

Serialized Fields

sessionContext

org.springframework.web.context.ConfigurableWebApplicationContext sessionContext
The application context instance created when the session is created, to be cleaned up when the session is destroyed


Package com.opensymphony.webwork.util

Class com.opensymphony.webwork.util.Counter extends Object implements Serializable

Serialized Fields

wrap

boolean wrap

first

long first

current

long current

interval

long interval

last

long last

Package com.opensymphony.webwork.validators

Class com.opensymphony.webwork.validators.DWRValidator.ValidatorActionInvocation extends DefaultActionInvocation implements Serializable

Class com.opensymphony.webwork.validators.DWRValidator.ValidatorActionProxy extends DefaultActionProxy implements Serializable


Package com.opensymphony.webwork.views

Class com.opensymphony.webwork.views.JspSupportServlet extends HttpServlet implements Serializable


Package com.opensymphony.webwork.views.freemarker

Class com.opensymphony.webwork.views.freemarker.FreemarkerResult extends WebWorkResultSupport implements Serializable

serialVersionUID: -3778230771704661631L

Serialized Fields

invocation

ActionInvocation invocation

configuration

freemarker.template.Configuration configuration

wrapper

freemarker.template.ObjectWrapper wrapper

location

String location

pContentType

String pContentType

Class com.opensymphony.webwork.views.freemarker.FreemarkerServlet extends HttpServlet implements Serializable

Serialized Fields

configuration

freemarker.template.Configuration configuration
Deprecated. 

Class com.opensymphony.webwork.views.freemarker.PortletFreemarkerResult extends WebWorkResultSupport implements Serializable

Serialized Fields

invocation

ActionInvocation invocation

configuration

freemarker.template.Configuration configuration

wrapper

freemarker.template.ObjectWrapper wrapper

location

String location

pContentType

String pContentType

Class com.opensymphony.webwork.views.freemarker.ScopesHashModel extends freemarker.template.SimpleHash implements Serializable

Serialized Fields

request

HttpServletRequest request

objectWraper

freemarker.template.ObjectWrapper objectWraper

servletContext

ServletContext servletContext

stack

OgnlValueStack stack

Package com.opensymphony.webwork.views.jasperreports

Class com.opensymphony.webwork.views.jasperreports.JasperReportsResult extends WebWorkResultSupport implements Serializable

Serialized Fields

dataSource

String dataSource

format

String format

documentName

String documentName

contentDisposition

String contentDisposition

delimiter

String delimiter

imageServletUrl

String imageServletUrl

Class com.opensymphony.webwork.views.jasperreports.OgnlValueStackShadowMap extends HashMap implements Serializable

Serialized Fields

valueStack

OgnlValueStack valueStack
valueStack reference


entries

Set entries
entries reference


Package com.opensymphony.webwork.views.jsp

Class com.opensymphony.webwork.views.jsp.ActionTag extends ComponentTagSupport implements Serializable

serialVersionUID: 3489344114527444316L

Serialized Fields

name

String name

namespace

String namespace

executeResult

boolean executeResult

ignoreContextParams

boolean ignoreContextParams

flush

boolean flush

Class com.opensymphony.webwork.views.jsp.BeanTag extends ComponentTagSupport implements Serializable

Serialized Fields

name

String name

Class com.opensymphony.webwork.views.jsp.ComponentTagSupport extends WebWorkBodyTagSupport implements Serializable

Serialized Fields

component

Component component

Class com.opensymphony.webwork.views.jsp.DateTag extends ComponentTagSupport implements Serializable

Serialized Fields

name

String name

format

String format

nice

boolean nice

Class com.opensymphony.webwork.views.jsp.ElseIfTag extends ComponentTagSupport implements Serializable

Serialized Fields

test

String test

Class com.opensymphony.webwork.views.jsp.ElseTag extends ComponentTagSupport implements Serializable

Class com.opensymphony.webwork.views.jsp.I18nTag extends ComponentTagSupport implements Serializable

Serialized Fields

name

String name

Class com.opensymphony.webwork.views.jsp.IfTag extends ComponentTagSupport implements Serializable

Serialized Fields

test

String test

Class com.opensymphony.webwork.views.jsp.IncludeTag extends ComponentTagSupport implements Serializable

Serialized Fields

value

String value

Class com.opensymphony.webwork.views.jsp.IteratorTag extends ComponentTagSupport implements Serializable

Serialized Fields

statusAttr

String statusAttr

value

String value

Class com.opensymphony.webwork.views.jsp.ParamTag extends ComponentTagSupport implements Serializable

Serialized Fields

name

String name

value

String value

Class com.opensymphony.webwork.views.jsp.PropertyTag extends ComponentTagSupport implements Serializable

Serialized Fields

defaultValue

String defaultValue

value

String value

escape

boolean escape

Class com.opensymphony.webwork.views.jsp.PushTag extends ComponentTagSupport implements Serializable

Serialized Fields

value

String value

Class com.opensymphony.webwork.views.jsp.SetTag extends ComponentTagSupport implements Serializable

Serialized Fields

name

String name

scope

String scope

value

String value

Class com.opensymphony.webwork.views.jsp.TextTag extends ComponentTagSupport implements Serializable

Serialized Fields

name

String name

Class com.opensymphony.webwork.views.jsp.URLTag extends ComponentTagSupport implements Serializable

serialVersionUID: 1834295238997573058L

Serialized Fields

includeParams

String includeParams

scheme

String scheme

value

String value

action

String action

namespace

String namespace

method

String method

encode

String encode

includeContext

String includeContext

portletMode

String portletMode

windowState

String windowState

portletUrlType

String portletUrlType

anchor

String anchor

escapeAmp

String escapeAmp

Class com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport extends BodyTagSupport implements Serializable

serialVersionUID: -1201668454354226175L


Package com.opensymphony.webwork.views.jsp.iterator

Class com.opensymphony.webwork.views.jsp.iterator.AppendIteratorTag extends ComponentTagSupport implements Serializable

serialVersionUID: -6017337859763283691L

Class com.opensymphony.webwork.views.jsp.iterator.IteratorGeneratorTag extends WebWorkBodyTagSupport implements Serializable

serialVersionUID: 2968037295463973936L

Serialized Fields

countAttr

String countAttr

separatorAttr

String separatorAttr

valueAttr

String valueAttr

converterAttr

String converterAttr

iteratorGenerator

IteratorGenerator iteratorGenerator

Class com.opensymphony.webwork.views.jsp.iterator.MergeIteratorTag extends ComponentTagSupport implements Serializable

serialVersionUID: 4999729472466011218L

Class com.opensymphony.webwork.views.jsp.iterator.SortIteratorTag extends WebWorkBodyTagSupport implements Serializable

serialVersionUID: -7835719609764092235L

Serialized Fields

comparatorAttr

String comparatorAttr

sourceAttr

String sourceAttr

sortIteratorFilter

SortIteratorFilter sortIteratorFilter

Class com.opensymphony.webwork.views.jsp.iterator.SubsetIteratorTag extends WebWorkBodyTagSupport implements Serializable

serialVersionUID: -6252696081713080102L

Serialized Fields

countAttr

String countAttr

sourceAttr

String sourceAttr

startAttr

String startAttr

deciderAttr

String deciderAttr

subsetIteratorFilter

SubsetIteratorFilter subsetIteratorFilter

Package com.opensymphony.webwork.views.jsp.ui

Class com.opensymphony.webwork.views.jsp.ui.AbstractClosingTag extends AbstractUITag implements Serializable

Serialized Fields

openTemplate

String openTemplate

Class com.opensymphony.webwork.views.jsp.ui.AbstractDoubleListTag extends AbstractRequiredListTag implements Serializable

Serialized Fields

doubleList

String doubleList

doubleListKey

String doubleListKey

doubleListValue

String doubleListValue

doubleName

String doubleName

doubleValue

String doubleValue

formName

String formName

emptyOption

String emptyOption

headerKey

String headerKey

headerValue

String headerValue

multiple

String multiple

size

String size

doubleId

String doubleId

doubleDisabled

String doubleDisabled

doubleMultiple

String doubleMultiple

doubleSize

String doubleSize

doubleHeaderKey

String doubleHeaderKey

doubleHeaderV