Serialized Form


Package net.sf.easyweb4j.controller

Class net.sf.easyweb4j.controller.ActionResult extends Object implements Serializable

Serialized Fields

navigationType

ActionResult.NavigationType navigationType

controller

String controller

view

String view

id

String id

renderLayout

boolean renderLayout

responseHandler

ResponseHandler responseHandler

Class net.sf.easyweb4j.controller.Controller extends Object implements Serializable

Serialized Fields

modelIntrospector

ModelIntrospector modelIntrospector

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

servletContext

javax.servlet.ServletContext servletContext

actionInvoked

String actionInvoked

actionResult

ActionResult actionResult

actionMethod

Method actionMethod

navigationInitiated

boolean navigationInitiated

parameters

Map<K,V> parameters

fileItems

Map<K,V> fileItems

Class net.sf.easyweb4j.controller.SpringManager extends Object implements Serializable

Serialized Fields

appContext

org.springframework.context.ApplicationContext appContext

Package net.sf.easyweb4j.dispatcher

Class net.sf.easyweb4j.dispatcher.FlashMap extends Hashtable<String,Serializable> implements Serializable

Serialized Fields

previousFlashes

Map<K,V> previousFlashes

Package net.sf.easyweb4j.exceptions

Class net.sf.easyweb4j.exceptions.ControllerException extends RuntimeException implements Serializable

Class net.sf.easyweb4j.exceptions.DispatcherException extends RuntimeException implements Serializable

Class net.sf.easyweb4j.exceptions.FieldResolutionException extends RuntimeException implements Serializable

Class net.sf.easyweb4j.exceptions.FormatException extends Exception implements Serializable

Serialized Fields

type

Class<T> type

defaultValue

Object defaultValue

Class net.sf.easyweb4j.exceptions.HashingException extends RuntimeException implements Serializable

Class net.sf.easyweb4j.exceptions.ModelException extends RuntimeException implements Serializable

Class net.sf.easyweb4j.exceptions.RepositoryException extends RuntimeException implements Serializable

Class net.sf.easyweb4j.exceptions.SpringManagerException extends RuntimeException implements Serializable

Class net.sf.easyweb4j.exceptions.TagException extends RuntimeException implements Serializable


Package net.sf.easyweb4j.model

Class net.sf.easyweb4j.model.ErrorDetail extends Object implements Serializable

Serialized Fields

property

String property

errorKeys

List<E> errorKeys

wrongValue

String wrongValue

Class net.sf.easyweb4j.model.Model extends Object implements Serializable

Serialized Fields

errors

Map<K,V> errors

Package net.sf.easyweb4j.repository

Class net.sf.easyweb4j.repository.RepositoryManager extends Object implements Serializable

Serialized Fields

availableRepositories

Map<K,V> availableRepositories

persistenceManagers

Map<K,V> persistenceManagers

persistenceContextManagers

Map<K,V> persistenceContextManagers

Package net.sf.easyweb4j.repository.orm.hibernate

Class net.sf.easyweb4j.repository.orm.hibernate.HibernateRepository extends Object implements Serializable

Serialized Fields

modelClass

Class<T> modelClass

sessionProvider

HibernateSessionProvider sessionProvider

Class net.sf.easyweb4j.repository.orm.hibernate.HibernateSessionProvider extends Object implements Serializable

Serialized Fields

sessions

Map<K,V> sessions

sessionFactory

org.hibernate.SessionFactory sessionFactory

Package net.sf.easyweb4j.repository.orm.jpa

Class net.sf.easyweb4j.repository.orm.jpa.EntityManagerProvider extends Object implements Serializable

Serialized Fields

entityManagers

Map<K,V> entityManagers

Class net.sf.easyweb4j.repository.orm.jpa.JPARepository extends Object implements Serializable

Serialized Fields

modelClass

Class<T> modelClass

entityManagerProvider

EntityManagerProvider entityManagerProvider

Package net.sf.easyweb4j.tags

Class net.sf.easyweb4j.tags.MessageTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

key

String key

bundle

javax.servlet.jsp.jstl.fmt.LocalizationContext bundle



Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.