|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.ecs.ECSDefaults
This class is responsible for loading the ecs.properties file and getting the default settings for ECS. This allows you to edit a simple text file instead of having to edit the .java files and recompile.
Field Summary | |
private static char |
attribute_equality_sign
|
private static boolean |
attribute_quote
|
private static char |
attribute_quote_char
|
private static char |
begin_end_modifier
|
private static char |
begin_start_modifier
|
private static int |
case_type
|
private static java.lang.String |
codeset
|
private static boolean |
end_element
|
private static char |
end_end_modifier
|
private static char |
end_start_modifier
|
private static char |
end_tag
|
private static boolean |
filter_attribute_state
|
private static boolean |
filter_state
|
private static int |
position
|
private static boolean |
pretty_print
|
protected static java.util.ResourceBundle |
resource
|
private static char |
start_tag
|
Constructor Summary | |
ECSDefaults()
|
Method Summary | |
(package private) static void |
|
static char |
getDefaultAttributeEqualitySign()
What is the equality character for an attribute. |
static boolean |
getDefaultAttributeQuote()
|
static char |
getDefaultAttributeQuoteChar()
|
static char |
getDefaultBeginEndModifier()
What the end modifier should be |
static char |
getDefaultBeginStartModifier()
What the start modifier should be |
static int |
getDefaultCaseType()
Default value to set case type |
static java.lang.String |
getDefaultCodeset()
What codeset are we going to use the default is 8859_1 |
static boolean |
getDefaultEndElement()
Does this element need a closing tag? |
static char |
getDefaultEndEndModifier()
What the end modifier should be |
static char |
getDefaultEndStartModifier()
What the start modifier should be |
static char |
getDefaultEndTag()
|
static boolean |
getDefaultFilterAttributeState()
Should we filter the value of the element attributes |
static boolean |
getDefaultFilterState()
Should we filter the value of <>VALUE</> |
static int |
getDefaultPosition()
position of tag relative to start and end. |
static boolean |
getDefaultPrettyPrint()
Should we print html in a more readable format? |
static char |
getDefaultStartTag()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
protected static java.util.ResourceBundle resource
private static boolean filter_state
private static boolean filter_attribute_state
private static char attribute_equality_sign
private static char begin_start_modifier
private static char end_start_modifier
private static char begin_end_modifier
private static char end_end_modifier
private static char attribute_quote_char
private static boolean attribute_quote
private static boolean end_element
private static java.lang.String codeset
private static int position
private static int case_type
private static char start_tag
private static char end_tag
private static boolean pretty_print
Constructor Detail |
public ECSDefaults()
Method Detail |
static void()
public static boolean getDefaultFilterState()
public static boolean getDefaultFilterAttributeState()
public static char getDefaultAttributeEqualitySign()
public static char getDefaultBeginStartModifier()
public static char getDefaultEndStartModifier()
public static char getDefaultBeginEndModifier()
public static char getDefaultEndEndModifier()
public static char getDefaultAttributeQuoteChar()
public static boolean getDefaultAttributeQuote()
public static boolean getDefaultEndElement()
public static java.lang.String getDefaultCodeset()
public static int getDefaultPosition()
public static int getDefaultCaseType()
public static char getDefaultStartTag()
public static char getDefaultEndTag()
public static boolean getDefaultPrettyPrint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |