class ProxyContentPlatform extends Platform
- Self Type
- ProxyContentPlatform
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProxyContentPlatform
- Platform
- FileMediaType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProxyContentPlatform(source: ConnectionBasedPlatform, overrideUrl: String, overrideContent: String)
- new ProxyContentPlatform(source: ConnectionBasedPlatform, map: Map[String, String])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
customValidationLibraryHelperLocation: String
- Attributes
- protected
- Definition Classes
- Platform
-
def
decodeURI(url: String): String
decode a complete uri.
decode a complete uri.
- Definition Classes
- ProxyContentPlatform → Platform
-
def
decodeURIComponent(url: String): String
decodes a uri component
decodes a uri component
- Definition Classes
- ProxyContentPlatform → Platform
- val defaultEnvironment: Environment
-
def
encodeURI(url: String): String
encodes a complete uri.
encodes a complete uri. Not encodes chars like /
- Definition Classes
- ProxyContentPlatform → Platform
-
def
encodeURIComponent(url: String): String
encodes a uri component, including chars like / and :
encodes a uri component, including chars like / and :
- Definition Classes
- ProxyContentPlatform → Platform
-
def
ensureFileAuthority(str: String): String
- Definition Classes
- Platform
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exit(code: Int): Unit
- Definition Classes
- Platform
-
def
extension(path: String): Option[String]
- Definition Classes
- FileMediaType
- def fetchFile(_path: String): Future[Content]
- def fetchHttp(url: String): Future[Content]
- val fileLoader: ProxyFileLoader
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findCharInCharSequence(stream: CharSequence)(p: (Char) ⇒ Boolean): Option[Char]
- Definition Classes
- ProxyContentPlatform → Platform
-
val
fs: FileSystem
- Definition Classes
- ProxyContentPlatform → Platform
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- val httpLoader: DefaultHttpLoader
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
loaders: Seq[ResourceLoader]
- Definition Classes
- ProxyContentPlatform → Platform
-
def
mimeFromExtension(extension: String): Option[String]
- Definition Classes
- FileMediaType
-
def
name: String
- Definition Classes
- Platform
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalizePath(url: String): String
- Definition Classes
- ProxyContentPlatform → Platform
-
def
normalizeURL(url: String): String
- Definition Classes
- ProxyContentPlatform → Platform
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
operativeSystem(): String
- Definition Classes
- ProxyContentPlatform → Platform
-
val
rdfFramework: Option[RdfFramework]
- Definition Classes
- Platform
-
def
registerNamespace(alias: String, prefix: String): Option[Namespace]
- Definition Classes
- Platform
-
def
registerWrapper(model: Obj)(builder: (AmfObject) ⇒ AmfObjectWrapper): Option[(AmfObject) ⇒ AmfObjectWrapper]
- Definition Classes
- Platform
-
def
registerWrapperPredicate(p: (Obj) ⇒ Boolean)(builder: (AmfObject) ⇒ AmfObjectWrapper): Option[(AmfObject) ⇒ AmfObjectWrapper]
- Definition Classes
- Platform
-
def
resolve(url: String, env: Environment): Future[Content]
- Definition Classes
- Platform
-
def
resolvePath(uri: String): String
- Definition Classes
- ProxyContentPlatform → Platform
-
val
source: ConnectionBasedPlatform
- Attributes
- protected
-
def
stderr(ex: Exception): Unit
- Definition Classes
- Platform
-
def
stderr(text: String): Unit
- Definition Classes
- Platform
-
def
stdout(e: Throwable): Unit
- Definition Classes
- Platform
-
def
stdout(text: String): Unit
- Definition Classes
- Platform
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
testingCommandLine: Boolean
- Definition Classes
- Platform
-
def
tmpdir(): String
- Definition Classes
- ProxyContentPlatform → Platform
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wrap[T <: AmfObjectWrapper](entity: AmfObject): T
- Definition Classes
- Platform
-
def
wrapFn[T <: AmfObjectWrapper](entity: AmfObject): T
- Definition Classes
- Platform
-
val
wrappersRegistry: HashMap[String, (AmfObject) ⇒ AmfObjectWrapper]
- Definition Classes
- Platform
-
val
wrappersRegistryFn: HashMap[(Obj) ⇒ Boolean, (AmfObject) ⇒ AmfObjectWrapper]
- Definition Classes
- Platform
-
def
write(url: String, content: String): Future[Unit]
- Definition Classes
- Platform
-
def
writeFile(path: String, content: String): Future[Unit]
- Attributes
- protected
- Definition Classes
- Platform