Serialized Form


Package jp.terasoluna.fw.service.thin

Class jp.terasoluna.fw.service.thin.AbstractBLogicMapper_AbstractDownloadObjectStub01 extends AbstractDownloadObject implements Serializable

serialVersionUID: -978110417088596514L

Class jp.terasoluna.fw.service.thin.BLogicIO extends java.lang.Object implements Serializable

serialVersionUID: 5498810299684603811L

Serialized Fields

path

java.lang.String path
Action path name.


blogicParams

java.util.List<E> blogicParams
Business logic input information.


blogicResults

java.util.List<E> blogicResults
Business logic output information.


inputBeanName

java.lang.String inputBeanName
JavaBean name which is the business logic input information.

Class jp.terasoluna.fw.service.thin.BlogicMapper_ActionFormStub01 extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

param1

java.lang.String param1

param3

java.util.Map<K,V> param3

Class jp.terasoluna.fw.service.thin.BLogicMapperException extends java.lang.Exception implements Serializable

serialVersionUID: -2391490636688083481L

Class jp.terasoluna.fw.service.thin.BLogicMessage extends java.lang.Object implements Serializable

serialVersionUID: 2885287921533717080L

Serialized Fields

key

java.lang.String key
Message key.


values

java.lang.Object[] values
Array in which replacement string is stored.


resource

boolean resource
Check if the key is bundle key (true) or literal value (false).

Class jp.terasoluna.fw.service.thin.BLogicMessages extends java.lang.Object implements Serializable

serialVersionUID: -7410826431026041043L

Serialized Fields

list

java.util.ArrayList<E> list
BLogicMessage list.

Ignores the message group name and retains the BLogicMessage as per the add() sequence.


groupList

java.util.ArrayList<E> groupList
List of message group name.

Retains the message group name as per the add() sequence.

Class jp.terasoluna.fw.service.thin.BLogicProperty extends java.lang.Object implements Serializable

serialVersionUID: 7045786022774532390L

Serialized Fields

property

java.lang.String property
Property name of Web tier object.


blogicProperty

java.lang.String blogicProperty
Property name handled in business logic.


sourceOrDest

java.lang.String sourceOrDest
Value that identifies the Web tier objects of source or destination.

Class jp.terasoluna.fw.service.thin.BLogicResources extends java.lang.Object implements Serializable

serialVersionUID: 4787121961877175389L

Serialized Fields

blogicIO

java.util.Map<K,V> blogicIO
Map which retains the I/O information by using action path as a key.

Class jp.terasoluna.fw.service.thin.BLogicResult extends java.lang.Object implements Serializable

serialVersionUID: -1861617801019993048L

Serialized Fields

resultObject

java.lang.Object resultObject
JavaBean in which execution result of business logic is stored.


resultString

java.lang.String resultString
String indicating the execution result of business logic.


errors

BLogicMessages errors
BLogicMessages for the errors that are generated in business logic.


messages

BLogicMessages messages
BLogicMessages used for the messages which are generated in business logic.


Package jp.terasoluna.fw.web

Class jp.terasoluna.fw.web.HttpSessionListenerImpl_HttpSessionEventStub01 extends javax.servlet.http.HttpSessionEvent implements Serializable

serialVersionUID: -9058658477974930574L

Serialized Fields

session

jp.terasoluna.utlib.MockHttpSession session

Class jp.terasoluna.fw.web.UserValueObject extends java.lang.Object implements Serializable

Class jp.terasoluna.fw.web.UserValueObjectImpl01 extends UserValueObject implements Serializable

serialVersionUID: -8802912426983662043L


Package jp.terasoluna.fw.web.codelist

Class jp.terasoluna.fw.web.codelist.CodeBean extends java.lang.Object implements Serializable

serialVersionUID: -6727581752645857389L

Serialized Fields

id

java.lang.String id
Field value indicating the id.


name

java.lang.String name
Field value indicating the name.


Package jp.terasoluna.fw.web.struts.action

Class jp.terasoluna.fw.web.struts.action.ActionMappingEx extends org.apache.struts.action.ActionMapping implements Serializable

serialVersionUID: -7859832817953363932L

Serialized Fields

clearForm

boolean clearForm
Check whether the action form needs to be newly created on a mandatory basis. Default is false(reuse if it already exists).


cancelPopulate

boolean cancelPopulate
Check whether processPopulate is to be skipped. Default is false (not to be skipped).

Class jp.terasoluna.fw.web.struts.action.DBMessageResources extends org.apache.struts.util.MessageResources implements Serializable

serialVersionUID: 8244415315747028752L

Serialized Fields

messages

java.util.Map<K,V> messages
Map which stores the message key and message statements fetched from message resource definition file. It differs from the message resource of DB and can be made independent for each module of Struts.

Class jp.terasoluna.fw.web.struts.action.DBMessageResourcesFactory extends org.apache.struts.util.MessageResourcesFactory implements Serializable

serialVersionUID: -1027132907070919579L

Class jp.terasoluna.fw.web.struts.action.ExceptionConfigEx extends org.apache.struts.config.ExceptionConfig implements Serializable

serialVersionUID: -1181268336500823437L

Serialized Fields

module

java.lang.String module
Module name.


logLevel

java.lang.String logLevel
Log level.

Class jp.terasoluna.fw.web.struts.action.GlobalMessageResources extends org.apache.struts.util.MessageResources implements Serializable

serialVersionUID: -1224092114113256826L

Serialized Fields

fwMessages

java.util.Map<K,V> fwMessages
Retains the messages of framework.


globalMessages

java.util.Map<K,V> globalMessages
Retains the messages which are unique for the system.

Class jp.terasoluna.fw.web.struts.action.PropertyMessageResourcesEx extends org.apache.struts.util.PropertyMessageResources implements Serializable

serialVersionUID: -8239553100324527837L

Class jp.terasoluna.fw.web.struts.action.PropertyMessageResourcesExFactory extends org.apache.struts.util.MessageResourcesFactory implements Serializable

serialVersionUID: 2857185835853238603L

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEx_ActionFormStub01 extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: -3200430977789044538L

Serialized Fields

companyId

java.lang.String companyId

companyName

java.lang.String companyName

userId

java.lang.String userId

userName

java.lang.String userName

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEx_ActionServletStub01 extends org.apache.struts.action.ActionServlet implements Serializable

serialVersionUID: -341656069363746392L

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEx_ValidateActionFormExStub01 extends ValidatorActionFormEx implements Serializable

serialVersionUID: 7768500023795574391L

Serialized Fields

companyId

java.lang.String companyId

companyName

java.lang.String companyName

userId

java.lang.String userId

userName

java.lang.String userName

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEx_ValidateActionFormExStub02 extends ValidatorActionFormEx implements Serializable

serialVersionUID: -5174567398578535928L

Serialized Fields

companyId

java.lang.String companyId

companyName

java.lang.String companyName

userId

java.lang.String userId

userName

java.lang.String userName

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEx_ValidateActionFormExStub03 extends ValidatorActionFormEx implements Serializable

serialVersionUID: 6617729977558857894L

Serialized Fields

companyId

java.lang.String companyId

companyName

java.lang.String companyName

userId

java.lang.String userId

userName

java.lang.String userName

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEx_ValidatorActionFormExStub01 extends ValidatorActionFormEx implements Serializable

serialVersionUID: 7446703253436814028L

Serialized Fields

companyId

java.lang.String companyId

companyName

java.lang.String companyName

userId

java.lang.String userId

userName

java.lang.String userName

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEx_ValidatorActionFormExStub02 extends ValidatorActionFormEx implements Serializable

serialVersionUID: -3008641464403866131L

Serialized Fields

companyId

java.lang.String companyId

companyName

java.lang.String companyName

userId

java.lang.String userId

userName

java.lang.String userName

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEx_ValidatorActionFormExStub03 extends ValidatorActionFormEx implements Serializable

serialVersionUID: 8739212369844208791L

Serialized Fields

companyId

java.lang.String companyId

companyName

java.lang.String companyName

userId

java.lang.String userId

userName

java.lang.String userName

Class jp.terasoluna.fw.web.struts.action.RequestProcessorEX_ValidatorActionFormExStub04 extends ValidatorActionFormEx implements Serializable

serialVersionUID: 8267534061199834550L


Package jp.terasoluna.fw.web.struts.actions

Class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction_ActionServletStub01 extends org.apache.struts.action.ActionServlet implements Serializable

serialVersionUID: 9132188050292574441L

Serialized Fields

ctx

javax.servlet.ServletContext ctx

Class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject extends java.lang.Object implements Serializable

Serialized Fields

contentType

java.lang.String contentType
Content type.


name

java.lang.String name
Download name.


charset

java.lang.String charset
Encoding.


additionalHeaders

java.util.Map<K,V> additionalHeaders
Map that retains the header which is to be added.

Class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObjectImpl01 extends AbstractDownloadObject implements Serializable

serialVersionUID: 6359854478782897072L

Class jp.terasoluna.fw.web.struts.actions.ClearSessionAction_ActionFormStub01 extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: -7256632405919963505L

Class jp.terasoluna.fw.web.struts.actions.DispatchAction_ActionMappingStub01 extends org.apache.struts.action.ActionMapping implements Serializable

serialVersionUID: 4546446481122314527L

Class jp.terasoluna.fw.web.struts.actions.DispatchAction_DynaValidatorActionFormExStub01 extends DynaValidatorActionFormEx implements Serializable

serialVersionUID: 9102721715771892955L

Class jp.terasoluna.fw.web.struts.actions.DownloadByteArray extends AbstractDownloadObject implements Serializable

serialVersionUID: 1L

Serialized Fields

byteArray

byte[] byteArray
Download contents.

Class jp.terasoluna.fw.web.struts.actions.DownloadFile extends AbstractDownloadObject implements Serializable

serialVersionUID: 1461327659352290323L

Serialized Fields

file

java.io.File file
File to be downloaded.

Class jp.terasoluna.fw.web.struts.actions.DownloadInputStream extends AbstractDownloadObject implements Serializable

serialVersionUID: 7203645849484823770L

Class jp.terasoluna.fw.web.struts.actions.DownloadString extends AbstractDownloadObject implements Serializable

serialVersionUID: -7476231978581381416L

Serialized Fields

log

org.apache.commons.logging.Log log
Log class.


value

java.lang.String value
Download contents.

Class jp.terasoluna.fw.web.struts.actions.FileDownloadUtil_DownloadStringStub01 extends DownloadString implements Serializable

serialVersionUID: -1804644152887201759L

Serialized Fields

lengthOfData

int lengthOfData

Class jp.terasoluna.fw.web.struts.actions.ForwardAction_ActionFormStub01 extends org.apache.struts.action.ActionForm implements Serializable

Class jp.terasoluna.fw.web.struts.actions.LogoffAction_ActionFormStub01 extends org.apache.struts.action.ActionForm implements Serializable

Class jp.terasoluna.fw.web.struts.actions.ReloadCodeList_ActionFormStub01 extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: 8675948412172562304L


Package jp.terasoluna.fw.web.struts.form

Class jp.terasoluna.fw.web.struts.form.ActionFormUtil_ActionFormStub01 extends ValidatorActionFormEx implements Serializable

serialVersionUID: -1064691779244028892L

Serialized Fields

field

java.lang.String field

booleanField

boolean booleanField

hogeBoolean

boolean hogeBoolean

hogeByte

byte hogeByte

hogeChar

char hogeChar

hogeDouble

double hogeDouble

hogeFloat

float hogeFloat

hogeLong

long hogeLong

hogeShort

short hogeShort

hoge

java.lang.String hoge

hogeInt

int hogeInt

hogeArray

java.lang.String[] hogeArray

hogeIntArray

int[] hogeIntArray

hogeFinal

java.lang.String hogeFinal

companyId

java.lang.String companyId

Class jp.terasoluna.fw.web.struts.form.DynaValidatorActionFormEx extends org.apache.struts.validator.DynaValidatorActionForm implements Serializable

serialVersionUID: -8958002981280692562L

Serialized Fields

modified

boolean modified
modified flag.

Class jp.terasoluna.fw.web.struts.form.DynaValidatorActionFormEx_ActionServletStub01 extends org.apache.struts.action.ActionServlet implements Serializable

serialVersionUID: -3815501252468515570L

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

Class jp.terasoluna.fw.web.struts.form.DynaValidatorActionFormExStub01 extends DynaValidatorActionFormEx implements Serializable

Serialized Fields

name

java.lang.String name

index

int index

value

java.lang.Object value

Class jp.terasoluna.fw.web.struts.form.FieldChecksEx extends org.apache.struts.validator.FieldChecks implements Serializable

serialVersionUID: -5669122584668175380L

Class jp.terasoluna.fw.web.struts.form.FieldChecksEx_MessageResourcesImpl01 extends org.apache.struts.util.MessageResources implements Serializable

Serialized Fields

message

java.lang.String message

Class jp.terasoluna.fw.web.struts.form.FieldChecksEx_ValidatorActionFormExStub01 extends ValidatorActionFormEx implements Serializable

Serialized Fields

testArray

java.lang.String testArray

codeArray

java.util.ArrayList<E> codeArray

stringArray

java.lang.String[] stringArray

row

jp.terasoluna.fw.web.struts.form.FieldChecksEx_JavaBeanStub01 row

value

java.lang.String value

rows

jp.terasoluna.fw.web.struts.form.FieldChecksEx_JavaBeanStub01[] rows

rowList

java.util.List<E> rowList

Class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx extends org.apache.struts.validator.ValidatorActionForm implements Serializable

serialVersionUID: -744848917166154997L

Serialized Fields

modified

boolean modified
modified flag.

Class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx_ActionServlet_Stub01 extends org.apache.struts.action.ActionServlet implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

Class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx_ValidatorActionFormExStub01 extends ValidatorActionFormEx implements Serializable

Serialized Fields

hogeInt

int hogeInt

hogeString

java.lang.String hogeString

hogeString2

java.lang.String hogeString2

hogeIntArray

int[] hogeIntArray

hogeStringArray

java.lang.String[] hogeStringArray

hogeObjectArray

java.lang.Object[] hogeObjectArray

hogeList

java.util.List<E> hogeList

hogeMap

java.util.Map<K,V> hogeMap

hogeRunnable

java.lang.Runnable hogeRunnable

hogeBoolean

boolean hogeBoolean

hogeByte

byte hogeByte

hogeChar

char hogeChar

hogeDouble

double hogeDouble

hogeFloat

float hogeFloat

hogeShort

short hogeShort

hogeLong

long hogeLong

Class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx_ValidatorActionFormExStub02 extends ValidatorActionFormEx implements Serializable

Serialized Fields

stringValues

java.lang.String[] stringValues

valueList

java.util.List<E> valueList

Package jp.terasoluna.fw.web.struts.plugins

Class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn_ActionServletStub01 extends org.apache.struts.action.ActionServlet implements Serializable

serialVersionUID: -2391654312205591109L

Serialized Fields

ctx

jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn_MockServletContextStub01 ctx

Class jp.terasoluna.fw.web.struts.plugins.ResetterPlugIn_ActionServletStub01 extends org.apache.struts.action.ActionServlet implements Serializable

serialVersionUID: 3430213237718964015L

Serialized Fields

ctx

javax.servlet.ServletContext ctx

Class jp.terasoluna.fw.web.struts.plugins.ResetterPlugIn_ActionServletStub02 extends org.apache.struts.action.ActionServlet implements Serializable

serialVersionUID: -5781766880483415916L

Serialized Fields

ctx

javax.servlet.ServletContext ctx

Package jp.terasoluna.fw.web.struts.reset

Class jp.terasoluna.fw.web.struts.reset.ResetterImpl_ValidatorActionFormExStub01 extends ValidatorActionFormEx implements Serializable

Serialized Fields

values

java.lang.String[] values

value

java.lang.String value

valueList

java.util.List<E> valueList

map

java.util.Map<K,V> map

row

jp.terasoluna.fw.web.struts.reset.ResetterImpl_JavaBeanStub01 row

rows

jp.terasoluna.fw.web.struts.reset.ResetterImpl_JavaBeanStub01[] rows

rowList

java.util.List<E> rowList

booleanValue1

java.lang.Boolean booleanValue1

byteArray1

java.lang.Byte[] byteArray1

charList1

java.util.List<E> charList1

Package jp.terasoluna.fw.web.struts.taglib

Class jp.terasoluna.fw.web.struts.taglib.BodyTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -3249997220773531400L

Serialized Fields

onload

java.lang.String onload
JavaScript which is executed while loading the screen.


onunload

java.lang.String onunload
JavaScript which is executed while unloading the screen.


styleClass

java.lang.String styleClass
Class name of style sheet.


bgcolor

java.lang.String bgcolor
Background color.


background

java.lang.String background
Image which is set in the background.


text

java.lang.String text
Color of the text.


link

java.lang.String link
Color of the link.


vlink

java.lang.String vlink
Color of the selected link.


alink

java.lang.String alink
Color of the link being selected.

Class jp.terasoluna.fw.web.struts.taglib.ChangeStyleClassTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 8969715040525132492L

Serialized Fields

name

java.lang.String name
Name of the field that checks if the error information is set.


defaultValue

java.lang.String defaultValue
Class name of the stylesheet when there is no error in the field.


errorValue

java.lang.String errorValue
Class name of the stylesheet when there is a error in the field.

Class jp.terasoluna.fw.web.struts.taglib.ErrorsTag extends org.apache.struts.taglib.html.ErrorsTag implements Serializable

serialVersionUID: -1764868652464908717L

Class jp.terasoluna.fw.web.struts.taglib.FormTag extends org.apache.struts.taglib.html.FormTag implements Serializable

serialVersionUID: 5890474956835784840L

Class jp.terasoluna.fw.web.struts.taglib.IfErrorsTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -936805750667584148L

Class jp.terasoluna.fw.web.struts.taglib.IfNotErrorsTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 196326353099851849L

Class jp.terasoluna.fw.web.struts.taglib.JavascriptValidatorTagEx extends org.apache.struts.taglib.html.JavascriptValidatorTag implements Serializable

serialVersionUID: 879915691393426820L

Class jp.terasoluna.fw.web.struts.taglib.JavascriptValidatorTagEx_JavascriptValidatorTagExStub01 extends JavascriptValidatorTagEx implements Serializable

Class jp.terasoluna.fw.web.struts.taglib.LinkTag extends org.apache.struts.taglib.html.LinkTag implements Serializable

serialVersionUID: -2143604832271336809L

Class jp.terasoluna.fw.web.struts.taglib.MessagesPopupTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 1148524236499924202L

Serialized Fields

popup

java.lang.String popup
URL which is displayed on the pop up screen. It does not include context path.


title

java.lang.String title
Title of popup screen that displays the error information and message information.


param

java.lang.String param
Paramater string at the time of opening the popup screen by using JavaScript.


paramFunc

java.lang.String paramFunc
JavaScript function name that fetches the parameter string at the time of opening the popup screen by using JavaScript.


windowId

java.lang.String windowId
JavaScript variable name that retains the pop-up screen which is opened.

Class jp.terasoluna.fw.web.struts.taglib.MessagesTag extends org.apache.struts.taglib.html.MessagesTag implements Serializable

serialVersionUID: 1811855638381884729L

Class jp.terasoluna.fw.web.struts.taglib.MessagesTag_ValidatorActionFormExStub extends ValidatorActionFormEx implements Serializable

Class jp.terasoluna.fw.web.struts.taglib.PageLinksTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 9017738370826462823L

Serialized Fields

id

java.lang.String id
ID to change the destination.


action

java.lang.String action
Action name which is invoked after clicking on page link.


name

java.lang.String name
Bean name which retains the display start index and all records.


rowProperty

java.lang.String rowProperty
Field name of display rows.


indexProperty

java.lang.String indexProperty
Field name of display start index.


totalProperty

java.lang.String totalProperty
Field name of all records.


scope

java.lang.String scope
Scope of Bean to be fetched.


submit

boolean submit
Submit flag.


forward

boolean forward
Forward flag.


event

java.lang.String event
Event parameter.


resetIndex

boolean resetIndex
Index output flag of specified range.


currentPageIndex

java.lang.String currentPageIndex
Parameter to store the current page number.


totalPageCount

java.lang.String totalPageCount
Parameter to store the current page number.


links

java.util.Map<K,V> links
Map that uses the link registration ID of property file as a key and stores the display link.


maxLinkNo

int maxLinkNo
Maximum page jump count.


maxPageCount

int maxPageCount
Maximum value of directly specified link number.

Class jp.terasoluna.fw.web.struts.taglib.PageLinksTag_PageLinksTagStub01 extends PageLinksTag implements Serializable

Serialized Fields

defineHtmlCalled

boolean defineHtmlCalled

addPrevSubmitCalled

boolean addPrevSubmitCalled

addDirectSubmitCalled

boolean addDirectSubmitCalled

addNextSubmitCalled

boolean addNextSubmitCalled

addPrevLinkCalled

boolean addPrevLinkCalled

addDirectLinkCalled

boolean addDirectLinkCalled

addNextLinkCalled

boolean addNextLinkCalled

defineHtmlRow

int defineHtmlRow

defineHtmlStartIndex

int defineHtmlStartIndex

defineHtmlTotalCount

int defineHtmlTotalCount

addPrevSubmitSb

java.lang.StringBuilder addPrevSubmitSb

addPrevSubmitRow

int addPrevSubmitRow

addPrevSubmitStartIndex

int addPrevSubmitStartIndex

addPrevSubmitTotalCount

int addPrevSubmitTotalCount

addDirectSubmitSb

java.lang.StringBuilder addDirectSubmitSb

addDirectSubmitRow

int addDirectSubmitRow

addDirectSubmitStartIndex

int addDirectSubmitStartIndex

addDirectSubmitTotalCount

int addDirectSubmitTotalCount

addNextSubmitSb

java.lang.StringBuilder addNextSubmitSb

addNextSubmitRow

int addNextSubmitRow

addNextSubmitStartIndex

int addNextSubmitStartIndex

addNextSubmitTotalCount

int addNextSubmitTotalCount

addPrevLinkSb

java.lang.StringBuilder addPrevLinkSb

addPrevLinkRow

int addPrevLinkRow

addPrevLinkStartIndex

int addPrevLinkStartIndex

addPrevLinkTotalCount

int addPrevLinkTotalCount

addDirectLinkSb

java.lang.StringBuilder addDirectLinkSb

addDirectLinkRow

int addDirectLinkRow

addDirectLinkStartIndex

int addDirectLinkStartIndex

addDirectLinkTotalCount

int addDirectLinkTotalCount

addNextLinkSb

java.lang.StringBuilder addNextLinkSb

addNextLinkRow

int addNextLinkRow

addNextLinkStartIndex

int addNextLinkStartIndex

addNextLinkTotalCount

int addNextLinkTotalCount

Class jp.terasoluna.fw.web.struts.taglib.SubmitTag extends org.apache.struts.taglib.html.SubmitTag implements Serializable

serialVersionUID: -795727425454129052L

Serialized Fields

target

java.lang.String target
Target name to be specified.


Package jp.terasoluna.fw.web.struts.util

Class jp.terasoluna.fw.web.struts.util.SpringMessageResources extends org.apache.struts.util.MessageResources implements Serializable

serialVersionUID: 8870342287587564386L

Serialized Fields

context

org.springframework.web.context.WebApplicationContext context
Application context


messageSource

org.springframework.context.MessageSource messageSource
Message source of Spring

Class jp.terasoluna.fw.web.struts.util.SpringMessageResourcesFactory extends org.apache.struts.util.MessageResourcesFactory implements Serializable

serialVersionUID: 9001795252795100420L


Package jp.terasoluna.fw.web.taglib

Class jp.terasoluna.fw.web.taglib.DateFormatterTagBase extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

format

java.lang.String format
Date and time format to be entered.


id

java.lang.String id
It is the name of the scripting variable which can be used in the respective page.


filter

boolean filter
Check whether the special HTML characters being output are to be filtered. Default is true.


ignore

boolean ignore
Check whether to ignore when the bean is not found (Nothing to be output). Throws exception when it is not to be ignored. Default is false (Throws exception).


name

java.lang.String name
Name of the bean which includes the data to be formatted.


property

java.lang.String property
Property name which is accessed in the specified bean.


scope

java.lang.String scope
Scope to search the specified bean.


pattern

java.lang.String pattern
Pattern for specifying the output format. It is specified in the format which is same as SimpleDateFormat.


value

java.lang.String value
Value to be formatedd (string).

Class jp.terasoluna.fw.web.taglib.DateFormatterTagBaseImpl01 extends DateFormatterTagBase implements Serializable

Class jp.terasoluna.fw.web.taglib.DateTag extends DateFormatterTagBase implements Serializable

serialVersionUID: -9087010541359988539L

Class jp.terasoluna.fw.web.taglib.DecimalTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -2317420257734211793L

Serialized Fields

id

java.lang.String id
It is the name of the scripting variable which can be used in the respective page.


filter

boolean filter
Check whether the special HTML characters are to be filtered. Default is true.


ignore

boolean ignore
Check whether to ignore when the bean is not found (Nothing to be output). Throws exception when it is not to be ignored. Default is false (Throws exception).


name

java.lang.String name
Name of the bean which includes the data to be formatted.


property

java.lang.String property
Property name which is accessed in the specified bean.


scope

java.lang.String scope
Scope to search the specified bean.


pattern

java.lang.String pattern
Pattern for specifying the output format. It is specified in the format which is same as DecimalFormat.


value

java.lang.String value
Value to be formatted (string).


scale

int scale
Number of decimal places after rounding off. When n is specified, it is rounded off to n + first decimal place.


round

java.lang.String round
Round mode.

Class jp.terasoluna.fw.web.taglib.DefineCodeListTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 7550280327858449058L

Class jp.terasoluna.fw.web.taglib.IfAuthorizedBlockTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 1062137481352416171L

Serialized Fields

blockId

java.lang.String blockId
Block ID.


parentBlockId

java.lang.String parentBlockId
New block ID.

Class jp.terasoluna.fw.web.taglib.IfAuthorizedTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -4929834014631292954L

Serialized Fields

path

java.lang.String path
Path name.


blockId

java.lang.String blockId
Block ID.

Class jp.terasoluna.fw.web.taglib.IfPreBlockadeTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -7545297874735975274L

Class jp.terasoluna.fw.web.taglib.InputCalendarTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -3163804374592471898L

Serialized Fields

forId

java.lang.String forId
Attribute that specifies the text field. Specidy the name of field where selected date is to be entered.


format

java.lang.String format
Attribute that specifies the format. Specify the format of the date to be entered in the field. Use "y", "M", "d" format. "/", "-", "." and " " can be used as a separator.


formatKey

java.lang.String formatKey
Attribute that specifies the format key. Specify the message resource key of the date format to be entered in the field.

Class jp.terasoluna.fw.web.taglib.InputCalendarTag_InputCalendarTagStub01 extends InputCalendarTag implements Serializable

Serialized Fields

defineJavaScriptCalled

boolean defineJavaScriptCalled

defineButtonCalled

boolean defineButtonCalled

defineJavaScriptCalendarBundle

java.util.ResourceBundle defineJavaScriptCalendarBundle

defineButtonCalendarBundle

java.util.ResourceBundle defineButtonCalendarBundle

Class jp.terasoluna.fw.web.taglib.JDateTag extends DateFormatterTagBase implements Serializable

serialVersionUID: 4097026346025126637L

Class jp.terasoluna.fw.web.taglib.LeftTag extends StringFormatterTagBase implements Serializable

serialVersionUID: 220591418239073704L

Serialized Fields

length

int length
Length of the string to be trimmed.

Class jp.terasoluna.fw.web.taglib.LTrimTag extends StringFormatterTagBase implements Serializable

serialVersionUID: -6952812606364915110L

Serialized Fields

zenkaku

boolean zenkaku
Trim attribute for full-width space.

Class jp.terasoluna.fw.web.taglib.RTrimTag extends StringFormatterTagBase implements Serializable

serialVersionUID: 5169181206026521676L

Serialized Fields

zenkaku

boolean zenkaku
Trim attribute for full-width space.

Class jp.terasoluna.fw.web.taglib.StringFormatterTagBase extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

id

java.lang.String id
It is the name of the scripting variable which can be used in the respective page.


filter

boolean filter
Check whether the special HTML characters being output are to be filtered. Default is true.


ignore

boolean ignore
Check whether to ignore when bean is not found (Nothing is output). Throws exception when it is not to be ignored. Default is false(Throws exception).


name

java.lang.String name
Name of bean which includes the data to be formatted.


property

java.lang.String property
Property name which is accessed in the specified bean.


scope

java.lang.String scope
Scope to search the specified bean.


value

java.lang.String value
Value to be formatted (string)


replaceSpToNbsp

boolean replaceSpToNbsp

Replace half-width space with &nbsp;.

Class jp.terasoluna.fw.web.taglib.StringFormatterTagBaseImpl01 extends StringFormatterTagBase implements Serializable

Class jp.terasoluna.fw.web.taglib.TrimTag extends StringFormatterTagBase implements Serializable

serialVersionUID: 8026613148973363578L

Serialized Fields

zenkaku

boolean zenkaku
Trim attribute for half-width space.

Class jp.terasoluna.fw.web.taglib.WriteCodeCountTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -2318799214314166540L

Class jp.terasoluna.fw.web.taglib.WriteCodeValueTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 8199383777405058816L

Serialized Fields

codeList

java.lang.String codeList
Code list name.


key

java.lang.String key
Key to fetch the value from code list.


name

java.lang.String name
Bean name to fetch the value specified in the property.


property

java.lang.String property
Property name which is accessed in the Bean. This Bean is specified by name attribute.


scope

java.lang.String scope
Scope to fetch the bean which is specified by name attribute.

Class jp.terasoluna.fw.web.taglib.WriteTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -6953813130272994790L

Serialized Fields

filter

boolean filter

Replace the special characters with the HTML characters.


replaceNullToNbsp

boolean replaceNullToNbsp

Replace null or blank characters with  .


replaceSpToNbsp

boolean replaceSpToNbsp

Replace half-width space with &nbsp;.


replaceLFtoBR

boolean replaceLFtoBR

Replace linefeed code with <br>.


ignore

boolean ignore

Ignore when the Bean specified by name and scope attribute does not exist.


name

java.lang.String name

Bean name to fetch the value specified in property


property

java.lang.String property

Property name which is accessed in the Bean. This Bean is specified by name attribute.


scope

java.lang.String scope

Name of the search scope to fetch the bean which is specified by name attribute.


fillColumn

int fillColumn

Property name which is accessed in the Bean. This Bean is specified in the fillColumn.


addBR

boolean addBR

Append <br> to the suffix of the property value.

Class jp.terasoluna.fw.web.taglib.WriteTag_BeanStub01 extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

Package jp.terasoluna.fw.web.thin

Class jp.terasoluna.fw.web.thin.BlockageException extends javax.servlet.ServletException implements Serializable

serialVersionUID: -7618181046238093719L

Class jp.terasoluna.fw.web.thin.ServerBlockageException extends javax.servlet.ServletException implements Serializable

serialVersionUID: -3311976557292798334L

Class jp.terasoluna.fw.web.thin.UnauthenticatedException extends javax.servlet.ServletException implements Serializable

serialVersionUID: 8581556608555574183L

Class jp.terasoluna.fw.web.thin.UnauthorizedException extends javax.servlet.ServletException implements Serializable

serialVersionUID: -2222131583647234479L