public class EncodeControl extends Object
Modifier and Type | Field and Description |
---|---|
static EncodeControl |
forClient
A global, encoding control representing the intention to encode for the
client.
|
static EncodeControl |
forRepository
A global, encoding control representing the intention to encode for the
repository.
|
Modifier and Type | Method and Description |
---|---|
boolean |
toClient()
Test if this controller says to encode for the client.
|
boolean |
toRepository()
Test if this controller says to encode for the repository.
|
public static final EncodeControl forClient
public static final EncodeControl forRepository
public boolean toClient()
public boolean toRepository()
Copyright © 2017. All rights reserved.