|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JetspeedSerializerFactory
Jetspeed Serializer Factory
Interface for creating serializers. Serializer keep some state so they should be recreated as needed We will revisit this class in the refactoring in 2.2 as Im not really sure why we need a primary and secondary class but I think its related to the dependencies fixed in these issues, see: http://issues.apache.org/jira/browse/JS2-771 and http://issues.apache.org/jira/browse/JS2-770
Field Summary | |
---|---|
static String |
PRIMARY
Create basic Jetspeed Serializer |
static String |
SECONDARY
Create a secondary Jetspeed Serializer (registry data) |
Method Summary | |
---|---|
JetspeedSerializer |
create(String serializerType)
Create a Jetspeed Serializer of one of the two supported types |
Field Detail |
---|
static final String PRIMARY
static final String SECONDARY
Method Detail |
---|
JetspeedSerializer create(String serializerType)
serializerType
- eithe PRIMARY OR SECONDARY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |