Constant Field Values


Contents
com.fullspan.*

com.fullspan.propkeyconst.ConstantGenerator
public static final java.lang.String INDENT " "
public static final java.lang.String USAGE "\n\nUsage: java -jar propkeyconst.jar [...]\n\n"

com.fullspan.propkeyconst.descriptor.CommentDesc
public static final java.lang.String CLASS_COMMENT_SUFFIX "@CLASSCOMMENT"
public static final java.lang.String PROP_COMMENT_SUFFIX "@COMMENT"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys
public static final java.lang.String APPNAME "appname"
public static final java.lang.String MAX_FREE_LOGINS "max_free_logins"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.ALBUM.TITLE
public static final java.lang.String CREATE "form.album.title.create"
public static final java.lang.String EDIT "form.album.title.edit"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN
public static final java.lang.String TITLE "form.login.title"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD
public static final java.lang.String CONFIRM_NEW_PASSWORD "form.login.field.confirm_new_password"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.CONFIRM_PASSWORD
public static final java.lang.String LABEL "form.login.field.confirm_password.label"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.EMAIL
public static final java.lang.String LABEL "form.login.field.email.label"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.LOGINID
public static final java.lang.String LABEL "form.login.field.loginid.label"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.NEW_PASSWORD
public static final java.lang.String LABEL "form.login.field.new_password.label"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.OLD_PASSWORD
public static final java.lang.String LABEL "form.login.field.old_password.label"

com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.PASSWORD
public static final java.lang.String LABEL "form.login.field.password.label"