Serialized Form
-
Package com.helger.photon.api
-
Class com.helger.photon.api.AbstractAPIExceptionMapper extends Object implements Serializable
-
Class com.helger.photon.api.APIDescriptorList extends Object implements Serializable
-
Serialized Fields
-
m_aMap
com.helger.commons.collection.impl.ICommonsMap<com.helger.commons.http.EHttpMethod,com.helger.commons.collection.impl.ICommonsList<APIDescriptor>> m_aMap
Store APIDescriptor per HTTP method for quick access.
-
-
-
Class com.helger.photon.api.APIInvoker extends Object implements Serializable
-
Class com.helger.photon.api.APIPath extends Object implements Serializable
-
Serialized Fields
-
m_eHttpMethod
com.helger.commons.http.EHttpMethod m_eHttpMethod
-
m_sPath
String m_sPath
-
-
-
Class com.helger.photon.api.APIRegistry extends Object implements Serializable
-
Serialized Fields
-
m_aApiDecls
APIDescriptorList m_aApiDecls
-
m_aRWLock
com.helger.commons.concurrent.SimpleReadWriteLock m_aRWLock
-
-
-
Class com.helger.photon.api.InvokableAPIDescriptor extends Object implements Serializable
-
Serialized Fields
-
m_aDescriptor
IAPIDescriptor m_aDescriptor
-
m_aPathVariables
com.helger.commons.collection.impl.ICommonsOrderedMap<String,String> m_aPathVariables
-
m_sPath
String m_sPath
-
-
-
-
Package com.helger.photon.api.pathdescriptor
-
Class com.helger.photon.api.pathdescriptor.PathDescriptor extends Object implements Serializable
-
Serialized Fields
-
m_aPathParts
com.helger.commons.collection.impl.ICommonsList<PathDescriptorPart> m_aPathParts
-
-
-
Class com.helger.photon.api.pathdescriptor.PathDescriptorPart extends Object implements Serializable
-
Serialized Fields
-
m_aVariableConstraints
com.helger.commons.collection.impl.ICommonsList<PathDescriptorVariableConstraint> m_aVariableConstraints
-
m_bIsVariable
boolean m_bIsVariable
-
m_sName
String m_sName
-
-
-
Class com.helger.photon.api.pathdescriptor.PathDescriptorVariableConstraint extends Object implements Serializable
-
Serialized Fields
-
m_eConstraintType
EPathDescriptorVariableConstraintType m_eConstraintType
-
m_sConstraintValue
String m_sConstraintValue
-
-
-
Class com.helger.photon.api.pathdescriptor.PathMatchingResult extends Object implements Serializable
-
-
Package com.helger.photon.api.servlet
-
Class com.helger.photon.api.servlet.PhotonAPIServlet extends com.helger.xservlet.AbstractXServlet implements Serializable
-