Package org.n52.iceland.coding.encode
Class ResponseWriterKey
- java.lang.Object
-
- org.n52.janmayen.component.ClassBasedComponentKey<Object>
-
- org.n52.iceland.coding.encode.ResponseWriterKey
-
public class ResponseWriterKey extends ClassBasedComponentKey<Object>
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description ResponseWriterKey(Class<?> type)Creates a newResponseWriterKeyfor the specifiedtype.
-
-
-
Constructor Detail
-
ResponseWriterKey
public ResponseWriterKey(Class<?> type)
Creates a newResponseWriterKeyfor the specifiedtype.- Parameters:
type- the type the writer associated with this key can handle
-
-