org.gnomekr.potron.util
Class PotronConstants

java.lang.Object
  extended by org.gnomekr.potron.util.PotronConstants

public final class PotronConstants
extends Object

PotronConstants.java

Version:
$Revision 1.1 $ $Date: 2005/07/12 10:03:01 $
Author:
Xavier Cho

Field Summary
static String ACEGI_CONTEXT_URI
           
static String BEAN_ID_PROJECT_MANAGER
           
static String BEAN_ID_TRANSLATION_MANAGER
           
static String BEAN_ID_USER_MANAGER
           
static String DEFAULT_FILE_ENCODING
           
static String RESOURCE_NAME
           
static net.sf.acegisecurity.GrantedAuthority ROLE_ADMIN
           
static net.sf.acegisecurity.GrantedAuthority ROLE_USER
           
static String SPRING_CONTEXT_URI
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING_CONTEXT_URI

public static final String SPRING_CONTEXT_URI
See Also:
Constant Field Values

ACEGI_CONTEXT_URI

public static final String ACEGI_CONTEXT_URI
See Also:
Constant Field Values

BEAN_ID_USER_MANAGER

public static final String BEAN_ID_USER_MANAGER
See Also:
Constant Field Values

BEAN_ID_PROJECT_MANAGER

public static final String BEAN_ID_PROJECT_MANAGER
See Also:
Constant Field Values

BEAN_ID_TRANSLATION_MANAGER

public static final String BEAN_ID_TRANSLATION_MANAGER
See Also:
Constant Field Values

ROLE_USER

public static final net.sf.acegisecurity.GrantedAuthority ROLE_USER

ROLE_ADMIN

public static final net.sf.acegisecurity.GrantedAuthority ROLE_ADMIN

RESOURCE_NAME

public static final String RESOURCE_NAME
See Also:
Constant Field Values

DEFAULT_FILE_ENCODING

public static final String DEFAULT_FILE_ENCODING
See Also:
Constant Field Values


Copyright © 2000-2005 Gnome Korea. All Rights Reserved.